How to force external subtitles and see HTTP requests/responses

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: How to force external subtitles and see HTTP requests/responses

Post by Nadahar »

It looks like both files are streamed as-is, no muxing is done as far as I can see.
ofrias
Posts: 5
Joined: Wed Dec 23, 2015 9:49 pm

Re: How to force external subtitles and see HTTP requests/responses

Post by ofrias »

OK, that would be good news because then there should be a way to fix minidlna for this TV. Thanks for your help!
ofrias
Posts: 5
Joined: Wed Dec 23, 2015 9:49 pm

Re: How to force external subtitles and see HTTP requests/responses

Post by ofrias »

Currently UMS is sending these 2 responses to this TV:

Code: Select all

<res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:video/avi:DLNA.ORG_OP=01" pv:subtitleFileType="SRT" pv:subtitleFileUri="http://192.168.1.134:5001/get/29/subtitle0000myfile.srt" size="576993989" duration="00:22:38.00" resolution="1280x720" bitrate="424800" nrAudioChannels="6" sampleFrequency="48000">http://192.168.1.134:5001/get/29/myfile.mkv</res>

<res protocolInfo="http-get:*:text/srt:*">http://192.168.1.134:5001/get/29/subtitle0000myfile.srt</res>
Is there a way to force UMS to send only one of these tags: pv: and res protocolInfo ?

In order to add support for this TV to minidlna we need to know which one of these tags is needed.
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: How to force external subtitles and see HTTP requests/responses

Post by Nadahar »

I think you need to build it yourself and disable what you don't want then. It's pretty easy to get UMS up and running by Using Eclipse.

I've set it up on multiple VM's for tracing under different OS'es and circumstances, what I generally do is:
Post Reply