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] testRTSPClient / H.264 Network Camera Stream

2013-04-28 Thread Jeff Shanab
I have solved this in my code by cacheing and inserting into the stream (using a filter). The decoder always needs it and, as stated, some encoders do not(axis default,pelco), some do(gvi,samsung) and some it is a setting(axis) From: live-devel-boun...@ns.live555

Re: [Live-devel] If there any Source classes can receive AAC stream from RTP over UDP

2013-04-28 Thread Ross Finlayson
> I want to know if an AAC stream( an ADTS format stream ) can be received > directly as well. Yes - using a "MPEG4GenericRTPSource" Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com ht

[Live-devel] If there any Source classes can receive AAC stream from RTP over UDP

2013-04-28 Thread ZHOU, Zili (Zili)** CTR **
Ross, As testOnDemandRTSPServer.cpp demonstrates, A MPEG2TS stream can be received directly from RTP over UDP. I want to know if an AAC stream( an ADTS format stream ) can be received directly as well. Or must I implement a subclass of FramedSource? Regards, Zili Zhou

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