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