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