Re: [Live-devel] Multiple Unicast sessions for RTSP

2009-06-23 Thread Ross Finlayson
I am trying to get multiple unicast connections to a streaming network camera working. The camera can stream both H264 and MPEG4 streams. Apparently I can connect multiple clients to the MPEG4 stream sessions but cannot connect more than one client to the H264 stream. This should work. Remem

[Live-devel] Multiple Unicast sessions for RTSP

2009-06-23 Thread Sundar R
Hi All, I am trying to get multiple unicast connections to a streaming network camera working. The camera can stream both H264 and MPEG4 streams. Apparently I can connect multiple clients to the MPEG4 stream sessions but cannot connect more than one client to the H264 stream. I followed a b

Re: [Live-devel] MPEG4 RTSP Client/Receiver

2009-06-23 Thread Ganesh V
Hi Khalid, You can refer to the openRTSP example which provides a good starting point for the receiver. However, there is a catch. In case of MPEG4, some additional data is received initially, which requires to be added to the bitstream. Does your application cater to the same? I presume you ar