Re: [Live-devel] bad file descritor

2013-08-02 Thread Ross Finlayson
> when clients up to FD_SETSIZE, terminal print error string > "BasicTaskScheduler::SingleStep(): select() fails" > and I add debug printf("%s",strerr(errno)); It print "bad file descritor" > quickly, and never remove the bad file descritor; I suspect that you are using an out-of-date version of

Re: [Live-devel] Multicast addresses for MPEG4 and H.264 streams

2013-08-02 Thread Piers Hawksley
Thanks Ross, >>1/ Can LIVE555 stream H.264 or MPEG4 video to rtp://:1234 without using RTSP to set-up the stream >Yes, (although note that the "rtp://" URL is nonstandard, and is used only by (some) receivers - e.g., VLC - and has nothing to do with our code). Note, though, that H.264 and MP

Re: [Live-devel] Multicast addresses for MPEG4 and H.264 streams

2013-08-02 Thread Ross Finlayson
> Can live555 stream H.264 or MPEG4 video to rtp://:1234 > without using RTSP to set-up the stream (e.g. the client might be on a > different subnet to the live555 server) ? There are (from what I can tell) two different questions here: 1/ Can LIVE555 stream H.264 or MPEG4 video to rtp://:1234

Re: [Live-devel] Multicast addresses for MPEG4 and H.264 streams

2013-08-02 Thread Ross Finlayson
> The FAQ mentions that the testMPEG4VideoStreamer program incorporates an > RTSP server to provide the SDP description - is this why the RTP > multicast stream is accessed using the RTSP unicast address ? Yes. > VLC instructions (http://www.videolan.org/doc/play-howto/en/ch04.html) > suggest