I'm new here, just discover PMS and it works fine for my samsung TV.
I'm actually interested on how these subtitle streaming works on Samsung TV (not transcoding).
Try to capture the packets using Wireshark, and 'replay' them using some simple C# programming.
However, I couldn't get correct output from PMS.
Here's the request that I sent.
GET /get/0$1/subtitle0000.srt HTTP/1.0\r\n
HOST: 10.9.1.2:5001\r\n
ACCEPT-LANGUAGE: en-us\r\n
getcontentFeatures.dlna.org:1\r\n
transferMode.dlna.org:Background\r\n
\r\n
And get this response.
HTTP/1.1 200 OK
TransferMode.DLNA.ORG: Background
Content-Type: text/plain
Expires: Sat, 09 Mar 2013 11:45:10 GMT
Server: Windows_7-amd64-6.1, UPnP/1.0, PMS/1.70.1
Content-Length: 0
The SRT file exists and I can see it works via Wireshark, just wonder why it's not working
on my C# replay.
Anyone knows why? Is PMS has some kind of detection on client?
