FAQ  •  Register  •  Login

Samsung C series bluray player ffw rew jumpto

<<

thingy

Streaming enthusiast

Posts: 26

Joined: Sun Jul 24, 2011 9:32 am

Post Tue Dec 06, 2011 3:37 pm

Samsung C series bluray player ffw rew jumpto

Hello everyone.

Concerning ffw, rew and jumpto in certain mkv-files.

I have tried to pinpoint what in the files/headers that gives the players such a hard time.
We hear that remuxing with mkvtoolnix 3.4.0 works, usually it does, but why. And why do some files work when they are muxed with later versions?

What I found was that chapters embedded in the mkv, was a problem, but not for all the files. So I took a look at the headers.
What all the problematic chapter embedded files had in common was an EbmlVoid size greater than 4010. (usually 4028).
Also the problem seems to occur when the Doc type version is later than 1, as it is for mkvtoolnix after 3.4.0.

Now I want you to check problem files, if they;
A: Contains chapters. And the Ebml size is greater than 4010.
B: If the file doesn't ffw and does not contain chapters, what is different in the header, compared to files that work.

If we can discern exactly why Samsung c-series barf at some mkvs it would be possible to write an application that fix it.

My player is Samsung BD C5900. I suppose this applies to all Samsung C-series dlna players.
Attachments
EBMLvoid_Size.zip
Unpack the bat file to desktop.
Drop mkv ontop of this bat file and it will list the EbmlVoid sizes in the file(s).
You need to change the path to mkvinfo.exe in the file. And you need mkvtoolix installed. But I guess you have.
(427 Bytes) Downloaded 1039 times
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Dec 06, 2011 3:39 pm

Re: Samsung C series bluray player ffw rew jumpto

Cool, I'll sticky this.
<<

DLN Eh?

Serviio newbie

Posts: 7

Joined: Mon Dec 12, 2011 12:48 am

Post Mon Dec 12, 2011 2:35 am

Re: Samsung C series bluray player ffw rew jumpto

Hi,

I was able to 'fix' an mkv so that the skip/jump works, using this setting:
Digitoxin wrote:The .MKV needs to be muxed with the option --clusters-in-meta-seek in mkvmerge. This was turned on by default in previous versions, but is off by default now. This is required to be able to jump backwards and forwards on Samsung players.

from this thread:http://forum.serviio.org/viewtopic.php?f=10&t=3267

FYI I used mkvmerge 5.0.1. The 'bad' file has EbmlVoid size 4044 and the 'good' file 4027.

The only other difference I can see is the 'good' file has an extra 'Seek entry' under 'Seek head'. Both have these Seek entries:
- KaxInfo
- KaxTracks
- KaxCues
The good mkv also has KaxSeekHead.

Hope this helps, I really appreciate all the work you guys are doing!
<<

DLN Eh?

Serviio newbie

Posts: 7

Joined: Mon Dec 12, 2011 12:48 am

Post Mon Dec 12, 2011 7:38 am

Re: Samsung C series bluray player ffw rew jumpto

Here's a repost of my screen shot of this setting.
You might have to scroll down to see the whole thing.
from http://forum.serviio.org/viewtopic.php?f=10&t=3267&p=28862#p28862

Here's a screen shot of the setting in mkvmerge 5.0.1.
Notice you need to highlight a track (eg Video) to get access to the Extra Options tab.
mkvmergeOption.jpg
mkvmergeOption.jpg (102.29 KiB) Viewed 26669 times
<<

thingy

Streaming enthusiast

Posts: 26

Joined: Sun Jul 24, 2011 9:32 am

Post Fri Apr 27, 2012 3:34 pm

Re: Samsung C series bluray player ffw rew jumpto

Thanks for the clusters-in-meta-seek option.

I went to Muxing->Add command line option.
There I selected the option in the dropdown list. OK.
Then File->Save settings...
Saved the .mmg-file in the same place I have the latest copy of mkvtoolnix. Named it "clusters.mmg".
Then I created a new shortcut (or change the one you usually use) to "mkvtoolnix-path\mmg.exe" "mkvtoolnix-path\clusters.mmg". This way the shortcut will always load this setting.

Now to find out how to write a program that checks an mkv for the clusters-in-meta-seek and the possibility to add this data without remuxing. I mean how hard can it be? Anyone out there, knowledgeable in the mkv-format?

Return to Samsung

Who is online

Users browsing this forum: No registered users and 6 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.