Re: [Live-devel] RTSP server/client application

2008-04-17 Thread Manju TN
Hi, Software RTSP server / Hardware RTP streamer: I had worked on a similar setup. Streaming server cross compiled, running on ARM target and client running on Windows-XP (SP2)host. I am not completely sure what do you mean by Hardware RTP streamer. In my case it was a binary executable that us

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

Re: [Live-devel] streaming event related info

2008-03-12 Thread Manju TN
.com - Original Message - From: Manju TN <mailto:[EMAIL PROTECTED]> To: LIVE555 Streaming Media - development & use <mailto:[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2008 5:20 PM Subject: [Live-devel] streaming event rela

[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] streaming rtp packets containing analysisinformation through livemedia

2008-03-02 Thread Manju TN
You mean to say that during custom events (that takes place in my streaming server side),send an RTCP packet with fTypeOfEvent set to a partcular value(by defining one more event) and check for the same on the receiver(client) ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: [Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-02 Thread Manju TN
Thanks for your reply. I am planning to define new rtp payload. The analytics information is niether audio nor video but could be some binary data or text string ... this is still undecided. Since the data wont be a standard audio or video, I am planning to define new rtppayload (in the range bet

[Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-01 Thread Manju TN
Hi, My need is to stream the rtp packets that possess analysis information.This should happen only during some events on the source side. For that this is my approach: - create a new rtppayloadtype - create a new rtpsink to this payload type - create new subsession I am not aware as to mini