archienz / universal-media-server

Automatically exported from code.google.com/p/universal-media-server
GNU General Public License v2.0
0 stars 0 forks source link

"Chapters:[NO ENCODING]" not working #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Start any film chapter in "Chapters:[NO ENCODING]" (from at least VLC or 
Philips TV)

What is the expected output? What do you see instead?
Should start from the selected time position. But it starts from the begining 
of the film.

What version of the product are you using? On what operating system?
2.6.5 and 3.0.0-a5, osx

Please provide any additional information below.
Byte skipping works (I can move the video cursor in VLC) but not time skipping: 
MpegUtil.getPositionForTimeInMpeg(..) always returns 0. (DLNAResource.java)

If I put a hardcoded value in fis.skip(..) the client doesn't recognise the 
codec (probably a problem of header?).

Original issue reported on code.google.com by verdeau....@gmail.com on 1 Sep 2013 at 10:10

Attachments:

GoogleCodeExporter commented 8 years ago
We are switching over to GitHub for our issue tracking.
Future updates to this issue will be at the following link:
https://github.com/UniversalMediaServer/UniversalMediaServer/issues/187

Original comment by subjunk on 26 Nov 2013 at 3:28