Re: [Live-devel] Live555 Compilation for VLC in cygwin

2008-11-26 Thread Ross Finlayson
I don't want to add - to our distribution - anything that's specific to VLC, because (i) VLC is only one of the many 3rd party applications that use our code, and (ii) because VLC is not our code, it is difficult to keep track of if/when any VLC dependent code of ours will continue to be correc

[Live-devel] Live555 Compilation for VLC in cygwin

2008-11-26 Thread Guy Bonneau
I have had to compile VLC media player with a new version of live555 under cygwin context development. I have to say that even with all the information on Wikipedia it was quite an headache. I ran through many setup issues with both VLC player and the live555 library. Even with the Wikipedia docume

[Live-devel] MJPEG and RTSP

2008-11-26 Thread Kris DelBarba
I'm working on trying to setup a MJPEG player over RTP/RTSP but I am having difficulty finding/creating a sample MJPEG stream over RTSP/ RTP. What tools and or solutions would you recommend. If you know of a test stream I could connect to and try I would appreciate it. Thanks, Kris DelBarb

Re: [Live-devel] RTCP

2008-11-26 Thread Ross Finlayson
I want send RTCP report to my server. So, I call myRTCTInstance->sendReport You don't need to do this. Just creating a "RTCPInstance" for your "RTPSource", and RTCP (Reception) reports will get sent automatically. You should never call "RTCPInstance::sendReport()" yourself. but It send U

[Live-devel] Regarding a help

2008-11-26 Thread Rishi kerala
Dear All, I am getting an error like below when I run testWavStreamer application 00:48:51 Groupsock(4: 232.139.177.210, , 255): failed to join group: setsockopt(IP_ADD_MEMBERSHIP) error: No such device 00:48:51 Groupsock(5: 232.139.177.210, 2223, 255): failed to join group: setsockopt(IP_ADD_

[Live-devel] RTCP

2008-11-26 Thread Antonella Rizzo
Hi Ross,I want send RTCP report to my server.So, I call myRTCTInstance->sendReport but It send UDP packet to a multicast adress (224.2.2.2) and not at server unicast adress. Why?My server send me packet on port( audio) and port (video), so I store packets rtp in two files.Every for exam

Re: [Live-devel] RTSP over UDP

2008-11-26 Thread Yedidia Amit
If I will write new SetUpOurSocket() that will create new UDP socket (instead TCP), and the RTSP Server will listen tothis socket. Will it work? Are there any other changes that must be don? Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 --