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, i will take the next ByteStreamFileSource.

Regards
Patrick



Am 28.04.2013 09:30, schrieb 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 streaming) just the single Transport Stream file. These days, disk space is dirt cheap, and our software (and all modern OSs) will handle files > 2^32 bytes in size. So you should just do that.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/



_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to