Re: [Live-devel] streaming event related info

2008-03-12 Thread Manju TN
Sorry.Small correction. Its not multiframedsink and multiframedsource. The server sink (for h264) implements multiframedrtpsink and the source(on the client) implements multiframedrtpsource(for aac). From: Manju TN Sent: Wednesday, March 12, 2008 6:05 PM To: 'LIV

Re: [Live-devel] streaming event related info

2008-03-12 Thread Manju TN
Hi, Basically my need is : Based on an event occurance at the server side, server has to stream a separate packet containing text info.This happens occassionally. And on the client I need to handle this packet. On the server the sink implements multiframedsink and on the client the source imp

Re: [Live-devel] streaming event related info

2008-03-12 Thread rajesh
Re: [Live-devel] MJPEG streaming over RTP using livemediaHi Manju, Rtsp client can send text Information to Rtsp Server thru Set_Parameter Method. Thanks and Regards Rajesh Kumar Sr. Software Engineer +91 40 23555945 - 235 +91 99084 00027 www.imimobile.com - Original Message - From

[Live-devel] streaming event related info

2008-03-12 Thread Manju TN
Hi, I have an rtsp server that streams audio and video (h264/aac). The client that receives and sends the data to decoders. At times I want to stream some event related info ( text data). Please let me know the approach. Do I need to create new sink(on server) and source(client) ? I am not an exp

Re: [Live-devel] MJPEG streaming over RTP using livemedia

2008-03-12 Thread Ross Finlayson
I was referring to previous discussions in the live media archives for MJPEG Streaming through RTP using live. see here and here.Got the streamer