Re: [Live-devel] Regarding AAC file transfer

2009-08-11 Thread Ross Finlayson
I am streaming a test.aac file through live media server . but at the receive end it is showing codec as MPEG4-Generic, but I though t that codec name should come as AAC. No, the RTP payload format "audio/MPEG4-GENERIC" is correct for carrying AAC audio (see RFC 3640). (Note that AAC *is* MPEG

[Live-devel] Regarding AAC file transfer

2009-08-11 Thread Deepti . Saraswat
Hi Ross , I am streaming a test.aac file through live media server . but at the receive end it is showing codec as MPEG4-Generic, but I though t that codec name should come as AAC. Why it is happening . Regards Deepti Help save paper - do you need to print this email ? This e-mail and a

Re: [Live-devel] Pure RTP stream.

2009-08-11 Thread Ross Finlayson
Could you please recommend me a sample program that manages RTP stream without openning RTSP session This is rather vague. What *specifically* are you trying to do? -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing

[Live-devel] Pure RTP stream.

2009-08-11 Thread Ilya Feldman
Hi, Ross. Could you please recommend me a sample program that manages RTP stream without openning RTSP session, of course if you have some. Thank you. Ilya Feldman. _ Send and receive email from all of your webmail accounts. htt

Re: [Live-devel] AMR AND H263 streaming

2009-08-11 Thread Ross Finlayson
Cant the AMR and H263 RTP SInk and the H263plus VideoStreamFramer and AMR AUdioStream Framer be used for streaming AMR and H263 packets from a media file(.mpg or so)? Yes, except that ".mpg" files don't contain AMR or H.263 data! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] AMR AND H263 streaming

2009-08-11 Thread Treesa Paul 00900619
Hi, Cant the AMR and H263 RTP SInk and the H263plus VideoStreamFramer and AMR AUdioStream Framer be used for streaming AMR and H263 packets from a media file(.mpg or so)? Regards TP ** This email and its a

Re: [Live-devel] AMR AND H263 streaming

2009-08-11 Thread Ross Finlayson
I would like to use LiveMedia555 for reading an mpg file and streaming the audio and video as AMR and H263. I thought MPEG1OR2AudioVideoStreamer could be useful for the same.What modifications should I consider while doing so? ".mpg" files contain MPEG-1 or MPEG-2 audio and video. Therefore,

[Live-devel] AMR AND H263 streaming

2009-08-11 Thread Treesa Paul 00900619
Hi, I would like to use LiveMedia555 for reading an mpg file and streaming the audio and video as AMR and H263. I thought MPEG1OR2AudioVideoStreamer could be useful for the same.What modifications should I consider while doing so? Regards TP **