Re: [Live-devel] trickplay with MultiFileSources

2013-04-28 Thread Patrick Fischer
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

Re: [Live-devel] trickplay with MultiFileSources

2013-04-28 Thread Ross Finlayson
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

[Live-devel] trickplay with MultiFileSources

2013-04-28 Thread Patrick Fischer
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