Recently some people have been having problems with the use of
"errno" in the code, when building for/running on Windows. The real
problem here was that
1/ The code - in a few places - was incorrectly using "errno" instead
of calling "UsageEnvironment::getErrno()", and
2/ The Windows implementa
I'm new to the live555 media server and from what I understand it
supportsReceiving an H.264 file using RTP/UDP.I saw that the media
server has several receivers testProgs,like
"testMPEG1or2VideoReceiver".my question is, what do I need to do, in
order to write an H.264 receiver?do I need to imp
Hi,
I'm new to the live555 media server and from what I understand it
supportsReceiving an H.264 file using RTP/UDP.I saw that the media
server has several receivers testProgs,like
"testMPEG1or2VideoReceiver".my question is, what do I need to do, in
order to write an H.264 receiver?do I ne
I can't share the code as it is part of the classified project. But its all
really simple.
1) Create N async sockets
2) Run a thread that will poll on the sockets once in say 50ms
3) Read all data available from all the sockets
The live555 lib is designed to be OS independent so running thread i