3D Bluray
#11
(2015-05-16, 20:10)popcornmix Wrote: Seeking kind of worked. I get a few second of 2D playback then it switches back to 3D... It does sometimes stall for a few seconds after seeking.

For proper seeking, I suspect that there are indexes into the ssif file.
I think the clpi/mpls contain indexes into the m2ts file, and as the ssif is a remux of two m2ts files, you may be able to add the offsets from the two m2ts indexes to get an offset into ssif file?

If not then I believe the normal way of seeking a non-indexed transport or program stream is binary search and parsing enough packets to get a timestamp. Keep seeking until you hit the desired timestamp. Obviously this will be less efficient than making use of indexes if that is possible.

I suspect it worked because the rpi mvc decoder is forgiving. It might not be the case for others.
What I have in mind is to intercept seek requests on 0x1011 (the main h264, the one Kodi sees), and redirect them to 0x1012 (the MVC).
This way, the MVC buffer could be refilled and a proper MVC stream sent to the decoders after seek.

(2015-05-16, 20:10)popcornmix Wrote: I do wonder if the demuxer code should be in libbluray. You want to be able to play the ISO file directly, rather than extract the ssif file from the ISO.

I didn't look into this at all, yet, but my assumption would be that we can just use libbluray to get access to the main SSIF, the same way we get access to the main M2TS, can't we?
Beside the menu things, I see libbluray as a filesystem accessor, but I can be completely wrong.
Reply


Messages In This Thread
3D Bluray - by Koying - 2015-05-08, 10:14
RE: 3D Bluray - by popcornmix - 2015-05-08, 14:53
RE: 3D Bluray - by Koying - 2015-05-08, 15:11
RE: 3D Bluray - by popcornmix - 2015-05-08, 15:26
RE: 3D Bluray - by Koying - 2015-05-10, 17:01
RE: 3D Bluray - by popcornmix - 2015-05-10, 17:06
RE: 3D Bluray - by Koying - 2015-05-14, 21:26
RE: 3D Bluray - by h.udo - 2015-05-15, 23:33
RE: 3D Bluray - by Koying - 2015-05-16, 10:39
RE: 3D Bluray - by popcornmix - 2015-05-16, 20:10
RE: 3D Bluray - by Koying - 2015-05-17, 09:52
RE: 3D Bluray - by popcornmix - 2015-05-17, 14:41
RE: 3D Bluray - by Koying - 2015-05-17, 15:11
RE: 3D Bluray - by popcornmix - 2015-05-17, 15:32
RE: 3D Bluray - by Koying - 2015-05-17, 16:19
RE: 3D Bluray - by da-anda - 2015-05-20, 15:17
RE: 3D Bluray - by popcornmix - 2015-05-20, 15:20
RE: 3D Bluray - by da-anda - 2015-05-20, 15:31
RE: 3D Bluray - by Koying - 2015-05-20, 16:38
RE: 3D Bluray - by natethomas - 2015-07-03, 21:12
RE: 3D Bluray - by da-anda - 2015-09-15, 17:57
RE: 3D Bluray - by afedchin - 2016-01-20, 21:02
RE: 3D Bluray - by Koying - 2016-01-20, 21:35
3D Bluray - by Memphiz - 2016-01-25, 08:07
Logout Mark Read Team Forum Stats Members Help
3D Bluray0