On 07/25/11 06:10, Ross Finlayson wrote:
No, SO_REUSEADDR (and SO_REUSEPORT) is turned off for the server for a
very simple reason: We can't have more than one server on the same host
using the same port at the same time!
On Linux you can't bind twice even with SO_REUSEADDR, so it might make
s
On 03/15/10 07:00, Miguel Angel Arcos wrote:
I'm working now with a client receiving images from an H264 unicast
server. I extract SPS and PPS packet using fmtp_spropparametersets and
parseSPropParameterSets. I can see correctly the video data received
when I decode. The problem is with the ext
I am experimenting with receiving streamed data from Axis 207W
cameras using (a modified version of) the openRTSP utility, and is
confronted with the following issue. When I use the -q option to
receive a quicktime file, I can later use the ffmpeg avcodec
libraries to read packets and decode