[Live-devel] issue with streaming ulaw from memory buffer

2011-06-07 Thread Ke Yu
Hi! I'm writing some code to stream live audio in ulaw format over RTP multicast. I derived a class from framedSource class to read in the data from a memory buffer. An audio recorder thread feeds ulaw audio data to this buffer. In the derived class, I specified frame size @ 128 bytes, duration @

Re: [Live-devel] config.macosx change

2011-06-07 Thread Thomas Maier
Am 08.06.2011 um 07:55 schrieb Thomas Maier: > Am 08.06.2011 um 02:12 schrieb Ross Finlayson: >>> I could not get the macos version to compile with >>> >>> LIBRARY_LINK =ar cr >>> >>> so I used >>> >>> LIBRARY_LINK =libtool -s -o >>> >>> which seems to work fine. >> >> That's i

Re: [Live-devel] config.macosx change

2011-06-07 Thread Thomas Maier
Am 08.06.2011 um 02:12 schrieb Ross Finlayson: >> I could not get the macos version to compile with >> >> LIBRARY_LINK =ar cr >> >> so I used >> >> LIBRARY_LINK =libtool -s -o >> >> which seems to work fine. > > That's interesting. On my Mac OS X system, I have both "ar" and

Re: [Live-devel] how to capture H264 stream and save it in a avi file

2011-06-07 Thread James Dougherty
Hi Gianluigi, Please provide the -i option and review the options on the main site, below: http://www.live555.com/openRTSP/#quicktime Those options all work for me, and very well! Here is another recipe I use for additional cross-validation. If you have L16 media, put a riff header on it: sox -

Re: [Live-devel] config.macosx change

2011-06-07 Thread Ross Finlayson
I could not get the macos version to compile with LIBRARY_LINK =ar cr so I used LIBRARY_LINK =libtool -s -o which seems to work fine. That's interesting. On my Mac OS X system, I have both "ar" and "libtool". So I don't know why you don't have "ar". Could other Mac OS

[Live-devel] config.macosx change

2011-06-07 Thread James Brooks
Hi All I could not get the macos version to compile with LIBRARY_LINK =ar cr so I used LIBRARY_LINK =libtool -s -o which seems to work fine. Cheers, James -- James Brooks, Manager R&D VVW Tel: +1 416 255 5636, ext 226 http://www.drastictech.com/contacts/james.vcf

Re: [Live-devel] Axis multicast crash

2011-06-07 Thread Ross Finlayson
I don't know what these "typical fixes for Axis" are, because I don't think anyone on this mailing list has ever mentioned them before, I'm not sure if it's what the OP meant, but Axis has a very strange idea of what "multicast" means. Instead of just sending packets out blindly for anyone to

Re: [Live-devel] Axis multicast crash

2011-06-07 Thread Warren Young
On 6/7/2011 4:48 PM, Ross Finlayson wrote: I don't know what these "typical fixes for Axis" are, because I don't think anyone on this mailing list has ever mentioned them before, I'm not sure if it's what the OP meant, but Axis has a very strange idea of what "multicast" means. Instead of j

[Live-devel] RTCP bug in multicast?

2011-06-07 Thread Mark
Hi Ross, I just read the rtcp.cpp and find a problem in multicast mode. In RTCPInstance::incomingReportHandler1(), from line 342 : // Ignore the packet if it was looped-back from ourself: if (RTCPgs()->wasLoopedBackFromUs(envir(), fromAddress)) { // However, we still want to handl

[Live-devel] testH264VideoStreamer not working properly

2011-06-07 Thread Hongfeng WANG
It's compiled on Ubuntu 11.04/x86 machine, the video is tc10.264 downloaded from the website. Now when the test program runs, client can not view it. I tried Movie player of Ubuntu, it complains about "stream in wrong format", VLC on windows 7 will flicker for seconds and crash. Since this is p

Re: [Live-devel] Axis multicast crash

2011-06-07 Thread Komal Dhote
AXIS camera doesn't give NALU 7 and NALU 8. So RTSP has no issues with the streaming only the parsing and decoding at the receiving end have issues. Try to see what is the NALU unit type you are receiving from the url. Thanks and Regards, Komal On Tue, Jun 7, 2011 at 7:18 PM, Stephane Pigeon < st

Re: [Live-devel] Axis multicast crash

2011-06-07 Thread Ross Finlayson
Also, we are using the Live555 streaming library from 2009 Sorry, but we can't support old versions of the code (especially as old as 2009). There have been *vast* changes (improvements) to the RTSP client code since then. , but it contains the typical fixes for Axis (ex. getting the port

Re: [Live-devel] Live555 scalability issue.

2011-06-07 Thread Nuno Mota
Thanks for the input I'll try to look into those issues. Regards, Nuno 2011/6/7 Ross Finlayson > a couple of days ago i conducted some scalability tests with the live555 >> media server. The computer in test was a quad core that handle the job >> pretty well and of course a Gigabit port was used

[Live-devel] Axis multicast crash

2011-06-07 Thread Stephane Pigeon
Hello, Our company has been using the Live555 streaming library in a custom DirectShow source filter for well over a year. We handle cameras from many vendors, in multicast and unicast, without issues. However, we noticed a problem with Axis cameras, configured for streaming H264 in multicast

Re: [Live-devel] Small memory leak

2011-06-07 Thread Ross Finlayson
Not sure if this has been confirmed by the live555 developers yet, but I believe there is a small memory leak that occurs during destruction of DelayQueue, if there are any entries left on the queue when DelayQueue is destroyed. Thanks for the report. This bug will be fixed in the next releas

Re: [Live-devel] mem leak when BasicTaskScheduler destructed

2011-06-07 Thread Ross Finlayson
Thanks for the report. This bug will be fixed in the next release of the software. -- 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-de

[Live-devel] openRTSP doesn't work with -y

2011-06-07 Thread Chang Hung-Hsin
I tried openRTSP -4 -t -y rtsp://tvsqt.uws.edu.au/tvs.sdp > a.mp4 a.mp4 is always 0 byte I triedwithout -y openRTSP -4 -t rtsp://tvsqt.uws.edu.au/tvs.sdp > a.mp4 a.mp4 is playable but the video is out of sync. Is it a bug? __

Re: [Live-devel] live555 broken link: tips to build "live555 Streaming Media" code under Visual Studio 2005 are no more available

2011-06-07 Thread Ross Finlayson
"Eric Flickner hints" reported in http://www.live555.com/liveMedia/#config-windows section are no more available. OK, I've removed that link now. This broken link is: http

Re: [Live-devel] Live555 scalability issue.

2011-06-07 Thread Ross Finlayson
a couple of days ago i conducted some scalability tests with the live555 media server. The computer in test was a quad core that handle the job pretty well and of course a Gigabit port was used. For the last test I used several openRTSP clients. The video source I used was a transport steam fil

[Live-devel] live555 broken link: tips to build "live555 Streaming Media" code under Visual Studio 2005 are no more available

2011-06-07 Thread FL Tariolle
"Eric Flickner hints" reported in http://www.live555.com/liveMedia/#config-windows section are no more available. This broken link is: http://letsgoustc.spaces.live.com/blog/cns!89AD27DFB5E249BA!167.entry Can anyone give me these tips? And then, it would be interesting to publish these tips in l

[Live-devel] Live555 scalability issue.

2011-06-07 Thread Nuno Mota
Hi, a couple of days ago i conducted some scalability tests with the live555 media server. The computer in test was a quad core that handle the job pretty well and of course a Gigabit port was used. For the last test I used several openRTSP clients. The video source I used was a transport steam fi

Re: [Live-devel] Problem with more than 20 sessions active on win32

2011-06-07 Thread Fischer Daniel
Looks like a similar problem to this: http://lists.live555.com/pipermail/live-devel/2011-June/013374.html Note that you have to define FD_SETSIZE in the main application and not in in a part like an DLL or something else. Best you do this as a pre-processor statement in your development environ