Re: [Live-devel] SIP & RTCP

2012-10-30 Thread Ross Finlayson
Thanks. This will be fixed in a future release of the software. > Bonus question: any better way to provide Live555 dev team with big text > file?(attachment, pastbin, etc) Email attachments are usually best. Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] SIP & RTCP

2012-10-29 Thread NADEAU Frederic -EXT
Hi, There is a problem in the SIP implementation. RTCP report are not send to the proper address. Test were performed with live555-2012-10-24 with the following mod : --- live/groupsock/Groupsock.cpp2012-10-24 09:07:18.0 -0400 +++ live-20121024-mod-siprtcp/groupsock/Groupsock.cpp

Re: [Live-devel] SIP Stack issue on BYE

2012-10-01 Thread Ross Finlayson
Thanks. I have just released a new version (2012.10.01) of the code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-dev

[Live-devel] SIP Stack issue on BYE

2012-10-01 Thread NADEAU Frederic -EXT
Hi, We found an issue in SIPClient.cpp in function sendBye() http://www.live555.com/liveMedia/doxygen/html/SIPClient_8cpp-source.html line 682 reads: "CSeq: %d ACK\r\n" It should be changed for "CSeq: %d BYE\r\n" Our setup is as follow: FreeSWITCH Version 1.2.0-rc2+git~20120730T23584

Re: [Live-devel] sip "register" method implentment ?

2010-03-11 Thread Ross Finlayson
If the live555 library can handle SIP request just like "register","invite" ? I saw a sipClient.cpp in the source but I can not see the "register" method of sip implemented in the file , does the lib not support the method now ? No. The library currently supports the "INVITE", "ACK" and "BY

[Live-devel] sip "register" method implentment ?

2010-03-11 Thread Kevin.Liu
Hi ross: If the live555 library can handle SIP request just like "register","invite" ? I saw a sipClient.cpp in the source but I can not see the "register" method of sip implemented in the file , does the lib not support the method now ? Best regards, Kevin Liu

Re: [Live-devel] Sip user that send jpeg image

2009-11-12 Thread Ross Finlayson
I would like to create (if not exist) a software that make a sip call and send a video stream made-up by jpeg picture. Can i use LIVE555 Streaming Media? Sorry, no. If yes is difficult, I'm not expert programmer... Unfortunately this software is intended for expert programmers. -- Ross F

[Live-devel] Sip user that send jpeg image

2009-11-12 Thread Salvatore Frandina
Hi, I would like to create (if not exist) a software that make a sip call and send a video stream made-up by jpeg picture. Can i use *LIVE555 Streaming Media*? If yes is difficult, I'm not expert programmer... Thank you very much -- ___ Salvatore Frandina web

Re: [Live-devel] SIP and RTP with network cam

2008-04-04 Thread Wouter Bin
We have a SIP server already. We have to make a client which calls another client with SIP. And then the client has to make a connection with the other client and send a audio/video RTP stream. The video stream gets it's data from a network camera (Motion JPEG) and the audio stream has to get its d

Re: [Live-devel] SIP and RTP with network cam

2008-04-03 Thread Ross Finlayson
>Im doing some research on a project to make a audio/video RTP stream >with a networkcam as video-source (delivers a MotionJPEG stream) and a >microphone as audio source. The stream has to be controlled by SIP >commands. >As far as I understood from the website and the mailing-lists it >should all

[Live-devel] SIP and RTP with network cam

2008-04-03 Thread Wouter Bin
Hi Ross, Im doing some research on a project to make a audio/video RTP stream with a networkcam as video-source (delivers a MotionJPEG stream) and a microphone as audio source. The stream has to be controlled by SIP commands. As far as I understood from the website and the mailing-lists it should

[Live-devel] SIP

2007-09-28 Thread Sergi Puigventós
Hi all, Does anybody worked with live555 for a Sip User Agent? I was thinking about using it but SIPClient.cpp seems to be made only to receive messages once it has send the first transaction. Seem that it can't receive invites, register to a server or handle incoming messages from other UAs when