Playback on Samsung JS7200
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: Playback on Samsung JS7200
Hey Sami, thanks for trying
It's the same as before, this is how it looks: https://www.youtube.com/watch?v=URyq8Ug2boY
transcoding begins, the file starts playing, but soon after (2/3 sec), the video jumps back a few frames, the sounds starts over from beginning!,..and from that point a/v is out of sync.
Also searching (ff/rew) is not possible with either mencoder or ffmpeg
Edit: Also tried:
It's the same as before, this is how it looks: https://www.youtube.com/watch?v=URyq8Ug2boY
transcoding begins, the file starts playing, but soon after (2/3 sec), the video jumps back a few frames, the sounds starts over from beginning!,..and from that point a/v is out of sync.
Also searching (ff/rew) is not possible with either mencoder or ffmpeg
Edit: Also tried:
With same resultDLNALocalizationRequired =
DLNAOrgPN =
Re: Playback on Samsung JS7200
I will try play some avi files, do you have any specific types/codecs in mind?
Re: Playback on Samsung JS7200
Ok, with the config files you provided, the files didn't even show up.
With the usual j55xx config, they all show up and they all play. h263, DivX, XVid, mpeg-4 etc. (i.e no transcoding)
With the usual j55xx config, they all show up and they all play. h263, DivX, XVid, mpeg-4 etc. (i.e no transcoding)
Re: Playback on Samsung JS7200
@squadjot Thanks.
Any AVI that you was able to play before, just to check if the MIME type used is correct, as your renderer use some special ones. It's why i asked you to change the MIME type if need (video/x-msvideo, video/avi or video/x-divx). To check which ones are working correctly on your renderers, as sometimes there advertised in the protocolInfo but do not always work as expected.
Could you try to transcode with this ums.jar ? (backup your before)
https://we.tl/ob6jmLInna
An try with your own renderer and with the 2 renderers i sended you, try the same changes as already explained.
Any AVI that you was able to play before, just to check if the MIME type used is correct, as your renderer use some special ones. It's why i asked you to change the MIME type if need (video/x-msvideo, video/avi or video/x-divx). To check which ones are working correctly on your renderers, as sometimes there advertised in the protocolInfo but do not always work as expected.
Could you try to transcode with this ums.jar ? (backup your before)
https://we.tl/ob6jmLInna
An try with your own renderer and with the 2 renderers i sended you, try the same changes as already explained.
Re: Playback on Samsung JS7200
Good news! that rar made transcoding play without the "hickup"
Only the ability to FF/RW is still missing.
I didn't try the configs you sent me yet.
Thats a big step forward, awesome!
So, are we dealing with two different issues here?, #1 is defining a proper supported formats in config , and #2 making transcoding work - or are both problems interrelated?
Should i still try with your configs?
Could you help me with the mime-types? i'm not 100% sure what you want me to do.
Shouldnt video/x-avi be fine?
Only the ability to FF/RW is still missing.
I didn't try the configs you sent me yet.
Thats a big step forward, awesome!
So, are we dealing with two different issues here?, #1 is defining a proper supported formats in config , and #2 making transcoding work - or are both problems interrelated?
Should i still try with your configs?
Could you help me with the mime-types? i'm not 100% sure what you want me to do.
Shouldnt video/x-avi be fine?
Re: Playback on Samsung JS7200
@squadjot Cool
Yes, 2 differents issues:
Your configuration file is far from standard, as using a renderer's unknown MIME type, i guess that you make it use the fallback MIME type.
In your case AVI and MKV. I think that i already know for the other though it can be tested later, but the AVI could have 4 possible ways, so when you will have tried them all, we will know better.
DIVX and MKV was easy to found with your protocolInfo capture
Though i was surprise to see the MIME type used by your renderer for the MKV.
The other issue is an incorrect DLNA profiles handling, maybe since the first years of UMS.
I will send you an other JAR file to try but i need to upload it first.
Into you renderer, on the AVI supported line, replace video/x-avi by the following, one at a time, and report the ones that work:(make sure that FF/RW work fine on no transcoded AVI)
video/avi
video/x-msvideo
video/x-divx
EDIT: I should have said to test it with the original JAR, not with the one that i sended you.

Yes, 2 differents issues:
Your configuration file is far from standard, as using a renderer's unknown MIME type, i guess that you make it use the fallback MIME type.
In your case AVI and MKV. I think that i already know for the other though it can be tested later, but the AVI could have 4 possible ways, so when you will have tried them all, we will know better.
DIVX and MKV was easy to found with your protocolInfo capture
Though i was surprise to see the MIME type used by your renderer for the MKV.
The other issue is an incorrect DLNA profiles handling, maybe since the first years of UMS.
I will send you an other JAR file to try but i need to upload it first.
Into you renderer, on the AVI supported line, replace video/x-avi by the following, one at a time, and report the ones that work:(make sure that FF/RW work fine on no transcoded AVI)
video/avi
video/x-msvideo
video/x-divx
EDIT: I should have said to test it with the original JAR, not with the one that i sended you.
Re: Playback on Samsung JS7200
@squadjot Sorry, i forgot to tell you that you need to change this line in the renderer with the ums.jar i sended you:
And test if you can FF/RW your video.
Here is an other JAR that i've done for the J5530:
https://we.tl/kesUy37qmn
So i guess you'll get busy for some time
Code: Select all
SeekByTime = exclusive
Here is an other JAR that i've done for the J5530:
https://we.tl/kesUy37qmn
So i guess you'll get busy for some time

Re: Playback on Samsung JS7200
Oh ok, in that case if i use Samsung-J5510_squadjot.conf the videos show up, and they are all playing and are seekable.Sami32 wrote:EDIT: I should have said to test it with the original JAR, not with the one that i sended you.
Ok, i'll trySami32 wrote:@squadjot Sorry, i forgot to tell you that you need to change this line in the renderer with the ums.jar i sended you:And test if you can FF/RW your video.Code: Select all
SeekByTime = exclusive
Here is an other JAR that i've done for the J5530:
https://we.tl/kesUy37qmn

Re: Playback on Samsung JS7200
The file that i download is called ums.Samsung-JS7200.jar Transcoding wont start using that.Sami32 wrote:Here is an other JAR that i've done for the J5530:
https://we.tl/kesUy37qmn
Regarding the ums-Samsung-J5510.jar, i can't get seeking to work. Tried switching up the SeekByTime, and the DLNAOrgPN stuff without luck
Re: Playback on Samsung JS7200
@squadjot I'm not surprise, as i get the infos from a log on Emby Web site i think, and i just checked the Serviio database and they look like your, so i think these protocolInfo was wrong.
Sorry, i'm not sure to understood you.
Which AVI MIME types did work with your original ums.jar ?
Sorry, i'm not sure to understood you.
Which AVI MIME types did work with your original ums.jar ?
Last edited by Sami32 on Sat Mar 18, 2017 1:15 pm, edited 1 time in total.