Re: [Live-devel] RTSP unicast from circular buffer

2010-11-30 Thread Ke Yu
I've built a solution per your suggestion. It works well. Thanks. On Thu, Nov 25, 2010 at 5:11 AM, Ross Finlayson 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 (l

Re: [Live-devel] RTSP unicast from circular buffer

2010-11-25 Thread Ross Finlayson
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.

[Live-devel] RTSP unicast from circular buffer

2010-11-24 Thread Ke Yu
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.