[Live-devel] RTSP unicast from circular buffer

Ke Yu jingke2000 at gmail.com
Tue Nov 30 11:45:31 PST 2010


I've built a solution per your suggestion. It works well. Thanks.

On Thu, Nov 25, 2010 at 5:11 AM, Ross Finlayson <finlayson at live555.com> wrote:
>> I'm new to the Live555 which I want to use in my project. My
>> requirement is to stream video (H.264/AAC in TS) over the RTSP
>> unicast. The video continuously comes in (like live) and is captured
>> into circular buffer (either in memory or on hard disk). I check out
>> the "testOnDemandRTSPServer" sample. But it takes in a single file.
>> How can I do it with multiple files in a circular fashion or with
>> circular buffer in memory?
>
> You would need to write a new input source class (a subclass of
> "FramedSource"), and a new "ServerMediaSubsession" class.  This would be
> similar to the existing "MPEG2TransportFileServerMediaSubsession" class, but
> would use your new input source class rather than "ByteStreamFileSource".
> --
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>



More information about the live-devel mailing list