Re: [Live-devel] Framed Source Issue

2009-03-27 Thread Ross Finlayson
On Mar 27, 2009, at 3:22 PM, "Mukherjee, Debargha" > wrote: Thanks. How about the MPEG4 video? I am currently encoding video frames into MPEG4 and then using the MPEG4VideoStreamFramer class before feeding into MPEG4ESVideoRTPSink. Is that correct? No. Because your input source

Re: [Live-devel] Framed Source Issue

2009-03-27 Thread Mukherjee, Debargha
Thanks. How about the MPEG4 video? I am currently encoding video frames into MPEG4 and then using the MPEG4VideoStreamFramer class before feeding into MPEG4ESVideoRTPSink. Is that correct? > -Original Message- > From: live-devel-boun...@ns.live555.com > [mailto:live-devel-boun...@ns.liv

Re: [Live-devel] Framed Source Issue

2009-03-27 Thread Ross Finlayson
On Mar 27, 2009, at 9:28 AM, "Mukherjee, Debargha" > wrote: Hi Ross, I am still somewhat confused. The parameter fDurationInMicrosecondss is being set correctly by me in the deliverFrame() function of my AudioEncSource class before the call to FramedSource::afterGetting(this). Could you poi

Re: [Live-devel] How to add remove a ServerMediaSubssesion on the fly?

2009-03-27 Thread Ross Finlayson
Ross. -- Sent from my jesusPhone While an rtsp client is connected to the server I would like to remove the mediaSession and set up another one. How to do that? Just call "RTSPServer::removeServerMediaSession()". You can do this even if clients are already streaming from it

Re: [Live-devel] Framed Source Issue

2009-03-27 Thread Mukherjee, Debargha
Hi Ross, I am still somewhat confused. The parameter fDurationInMicrosecondss is being set correctly by me in the deliverFrame() function of my AudioEncSource class before the call to FramedSource::afterGetting(this). Could you point me to where in your code it is actually used to decide when t

[Live-devel] Streaming live AMR

2009-03-27 Thread atul tripathi
Hi, I am new to live-world. I need to stream live amr data using live-555. For this i have written a buffer(subclass of FramedSource). I am converting the live raw audio to amr(sample: 8000Hz, bit-rate: 12200) using ffmpeg and writing to the buffer. I have modified *AMRAudioFileServerMediaSubses

[Live-devel] Sorry about that, but I forgot my name... (How to add remove a ServerMediaSubssesion on the fly?)

2009-03-27 Thread Σκαζίκης Ιωάννης
Hi Ross, I have written an mpeg4 streamer based on live555 using (My)DeviceSource class, (My)VideoFileServerMediaSubsession class, and the MPEG4VideoStreamDiscreteFramer (based on your testOnDemandRTSPServer example). Everything works fine, but I would like to ask you the following: While a

[Live-devel] How to add remove a ServerMediaSubssesion on the fly?

2009-03-27 Thread ???????? ???????
Hi Ross, I have written an mpeg4 streamer based on live555 using (My)DeviceSource class, (My)VideoFileServerMediaSubsession class, and the MPEG4VideoStreamDiscreteFramer (based on your testOnDemandRTSPServer example). Everything works fine, but I would like to ask you the following: While a