Thanks.
I have done some hacks but i have some problems with my hack.
If i understand the index file right the file will only contains
framecount and byteoffset.
Frame -> Byte offset
So my first solution if the requested byte is higher then the filesize
of the first ByteStreamMultiFileSource
The index file mechanism simply wasn't designed to work with multiple files.
It might be possible to hack it to do so, but your simplest solution would be
to just create a single Transport Stream file by concatenating together your
multiple files, and then creating an index file from (and then
Hello,
this is my first post on this mailinglist.
I'm trying to use lib555 to stream a mpeg ts recordings which are split
up into multifiles.
So I have to use ByteStreamMultiFileSource which works after some changes.
The problem is that ByteStreamMultiFileSource can't seek (needed for
trickplay