[Live-devel] H264 Streaming Error

2008-09-18 Thread sureshs
Hi, I am streaming the test.h264 file using the code provided in the mailing list by Mike Qilorma. I could stream the H264 file but the MPlayer failed to play the streamed file, I am here with attaching the MPlayer messages. //Message// [EMAIL

Re: [Live-devel] FW: Bi-directional audio

2008-09-18 Thread Ross Finlayson
Maybe a stupid question but would it somehow be possible to use an RTSP client to send audio back to the server? There's no standard way to do this in RTSP, because that is predominantly a protocol for server->client streaming A better protocol for two-way media transfer is SIP. We impleme

[Live-devel] FW: Bi-directional audio

2008-09-18 Thread Luc Rules
Hi, Maybe a stupid question but would it somehow be possible to use an RTSP client to send audio back to the server? The idea being to create an RTSP connection to the server to receive its live video and audio stream and in the mean time to have a way to send audio from the client to the serve

Re: [Live-devel] Potential Issues in ReorderingPacketBuffer Class Implementation

2008-09-18 Thread Guy Bonneau
> No, each of the "BufferedPacket"s in the chain will be > deleted as a result of the call to "delete fHeadPacket;", > because the "BufferedPacket" destructor includes the line > "delete fNextPacket;". Indeed !!! Thanks for the clarification. Its much appreciated. _