3D Bluray
#10
Cool. I could mount an iso file as a loop device and then navigate to the ssif file and it plays as MVC on the Pi.
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 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.
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