Re: [Live-devel] Best sample to start with for H.264 receiver?

2009-04-09 Thread Ross Finlayson
Anyway, my question is: what is the best sample application to start with if I want to write a receiver application? "openRTSP" -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http

Re: [Live-devel] Multicast to RTSP

2009-04-09 Thread Ross Finlayson
I've been trying to setup multicast to rtsp server for some time now. However, I find difficulties. My idea is to modify testOnDemandRTSPServer to read from stdin (which i did successfully) Don't forget to also set the "reuseFirstSource" variable to "True". and use something like this mcas2std

[Live-devel] Best sample to start with for H.264 receiver?

2009-04-09 Thread Jeremy Noring
First, thanks to everyone who helped me with H.264 streaming; I have my framer and media subsession classes implemented, and an RTSP on-demand server that seems to work pretty well with VLC. I still don't work too well with Quicktime, but I'll iron that out later. Anyway, my question is: what is t

[Live-devel] Link error with LiveMedia in a VS2005 project.

2009-04-09 Thread patrice peyrano
Hello to all, I try to incorporate LiveMedia in a project in VS2005, which only display a dialog box empty I compiled all the libraries successfully. But with only the following code: #include "liveMedia.hh" #include "BasicUsageEnvironment.hh" #include "GroupsockHelper.hh" #pragma comment(lib

[Live-devel] Multicast to RTSP

2009-04-09 Thread Ivo Vachkov
Hello all, I've been trying to setup multicast to rtsp server for some time now. However, I find difficulties. My idea is to modify testOnDemandRTSPServer to read from stdin (which i did successfully) and use something like this mcas2stdout $mcast_group $port | testOnDemandRTSPServer. I use VLC to

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

2009-04-09 Thread Ross Finlayson
Thanks for the suggestion; I like this. Unless anyone sees a problem with this, I will include it in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.