[Live-devel] trickplay with MultiFileSources

Patrick Fischer info at patrick-fischer.de
Sat Apr 27 23:18:27 PDT 2013


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)
So i have add a seekToByteAbsolute to my own ByteStreamMultiFileSource
Class.

The problem is to know which file takes care about the requested I-Frame.
My first test was to create one index files for all ts files.
To detect which ts contains the requested bytes i calc the file based on
the filesize.
I'm not sure if there is a better and also performance way to detect the
correct file.

Has anybody already done a rtsp streaming client with trickplay which
can handle multiFileSources?

Best regards
Patrick





More information about the live-devel mailing list