[Live-devel] New version (2009.04.20) released - fixes Windows "errno" problem

2009-04-20 Thread Ross Finlayson
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

Re: [Live-devel] Receiving an H.264 Stream

2009-04-20 Thread Ross Finlayson
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

[Live-devel] Receiving an H.264 Stream

2009-04-20 Thread tadmorm1
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

Re: [Live-devel] Correct use of 'select' to avoid packet loss in Linux+BSD; correct use of WSAGetLastError and codes

2009-04-20 Thread Stas Desyatnlkov
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