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
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
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
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
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
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
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
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