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