Re: [Live-devel] Possible to demux MPEG-2 transport stream to elementary streams

2008-06-05 Thread Ross Finlayson
I saw that there is a test program to demux a program stream into a video and audio elementary stream. Does live555 support the demultiplexing of a transport stream, assuming it only contains two (audio and video) elementary streams? No, we currently have no support for demultiplexing Transport

Re: [Live-devel] MP3 to MPEG2TS

2008-06-05 Thread Ross Finlayson
Does Live555 currently support the ability to convert an MP3 file to an MPEG2TS file? Yes it does - using the "MPEG2TransportStreamFromESSource" class. See the "wis-streamer" code for a example of the use of this class to construct a Transport Stream fro

[Live-devel] MP3 to MPEG2TS

2008-06-05 Thread Jeff Furlong
Does Live555 currently support the ability to convert an MP3 file to an MPEG2TS file? Thanks, Jeff___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Possible to demux MPEG-2 transport stream to elementary streams

2008-06-05 Thread Lonnie Walker
I saw that there is a test program to demux a program stream into a video and audio elementary stream. Does live555 support the demultiplexing of a transport stream, assuming it only contains two (audio and video) elementary streams? Lonnie ___ live

Re: [Live-devel] openRTSP proxy support&In-Reply-To=<[EMAIL PROTECTED]>

2008-06-05 Thread Ross Finlayson
I am sorry for this basic question but I want to ask, I stream mp3 from helix server with the following request; "./openRTSP rtsp://melis.cs..edu/kalp.mp3" To stream over proxy, I've tried; "./openRTSP rtsp://proxyMelis.cs..edu/kalp.mp3" but, it did not work, since proxy does not know th

Re: [Live-devel] Receiving with a SimpleRTPSource without desencapsulating

2008-06-05 Thread Ross Finlayson
Ross Finlayson a écrit : At 07:52 AM 6/5/2008, you wrote: MP3 File -> ByteStreamFilesource -> SimpleRTPSink -> rtp stream->SimpleRTPSource->BufferSink-> myRingBuffer But now, I wonder if there is a simple way to get RTP packets in this buffer. Yes - At the receiving end, u

Re: [Live-devel] Receiving with a SimpleRTPSource without desencapsulating

2008-06-05 Thread kevin fesselier
Ross Finlayson a écrit : At 07:52 AM 6/5/2008, you wrote: MP3 File -> ByteStreamFilesource -> SimpleRTPSink -> rtp stream->SimpleRTPSource->BufferSink-> myRingBuffer But now, I wonder if there is a simple way to get RTP packets in this buffer. Yes - At the receiving end, use

Re: [Live-devel] Receiving with a SimpleRTPSource without desencapsulating

2008-06-05 Thread Ross Finlayson
At 07:52 AM 6/5/2008, you wrote: MP3 File -> ByteStreamFilesource -> SimpleRTPSink -> rtp stream->SimpleRTPSource->BufferSink-> myRingBuffer But now, I wonder if there is a simple way to get RTP packets in this buffer. Yes - At the receiving end, use "BasicUDPSource" instead o

[Live-devel] Receiving with a SimpleRTPSource without desencapsulating

2008-06-05 Thread kevin fesselier
Hello, I'm currently trying to receive an RTP stream and to store data in a circular buffer, so that these data could be then used by my app. To achieve this, I have written my own BufferSink, which works perfectly. For example, it allow me do things like this : MP3 File -> ByteStreamFilesou

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-05 Thread Ross Finlayson
At 02:49 AM 6/5/2008, you wrote: I may have found the problem. I tested april 2008 version and it worked ! so i compared april and may 2008 versions and found something in RTSPClient.cpp, line 983 2008.04.02 RTSPClient.cpp line 983 : subsession.setDestinations(fServerAddress); 2008.05.1

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-05 Thread
> It does. I don't know why your camera would not be receiving these packets. I may have found the problem. I tested april 2008 version and it worked ! so i compared april and may 2008 versions and found something in RTSPClient.cpp, line 983 2008.04.02 RTSPClient.cpp line 983 : subsessi

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-05 Thread Anthony Champagne
>>I've experienced the same problem with RTP/UDP. >>My problem is that the live555 library takes IP address of the RTCP >>packet destination in the SDP description (RTSP proto). >>My camera doesn't give this address in the c= field (if I remember >>well), it fills it with 0.0.0.0, so the library