Re: [Live-devel] Streaming H.264/SVC

2013-10-07 Thread Robert Krakora
Oct 7, 2013, at 6:54 AM, Robert Krakora < > rob.krak...@messagenetsystems.com> wrote: > > Here you go... > > http://www.acceptv.com/page/products_svc_test_streams > > > How about a file that we can download without having to fill out an > intrusive form first! &g

Re: [Live-devel] Streaming H.264/SVC

2013-10-07 Thread Robert Krakora
Here you go... http://www.acceptv.com/page/products_svc_test_streams On Mon, Oct 7, 2013 at 9:39 AM, Ross Finlayson wrote: > i want to know if the *Live555 Streaming Media* libraries support the > video stream H.264/SVC (Annex G extension of H.264/AVC). > > > No, not at present. However, if yo

Re: [Live-devel] RTSP multicast problem

2011-08-18 Thread Robert Krakora
Unicast from the cameras and connect to them via a Linux machine that can then act as a multicast gateway that is running live555 server. This way the multicast addresses/ports can be managed easily. You will need a 1 Gbps or 10 Gbps connection to the Linux machine based on the number of cameras

Re: [Live-devel] live555 blocked on a select

2010-02-27 Thread Robert Krakora
I will second that. I have seen this same problem in an RTSP client stack provided by a company whose name I will not mention. On Mon, Feb 22, 2010 at 5:26 AM, Sébastien Escudier < sebastien-de...@celeos.eu> wrote: > Quoting Ross Finlayson : > > > Perhaps the server is (erroneously) ending its r

Re: [Live-devel] Late binding fix in 2010.01.15 version not yielding video...

2010-01-21 Thread Robert Krakora
t go-round. Best Regards, -- Rob Krakora Senior Software Engineer MessageNet Systems 101 East Carmel Dr. Suite 105 Carmel, IN 46032 (317)566-1677 Ext. 206 (317)663-0808 Fax On Thu, Jan 21, 2010 at 11:13 AM, Robert Krakora wrote: > My bad, > > SO_REUSEADDR allows binding to an address that i

Re: [Live-devel] Late binding fix in 2010.01.15 version not yielding video...

2010-01-21 Thread Robert Krakora
My bad, SO_REUSEADDR allows binding to an address that is in a TIME_WAIT state while SO_REUSEPORT allows multiple processes to bind to the same address. This has nothing to do with rebinding...I will keep looking... On Thu, Jan 21, 2010 at 10:58 AM, Robert Krakora wrote: > Ross: > >

Re: [Live-devel] Late binding fix in 2010.01.15 version not yielding video...

2010-01-21 Thread Robert Krakora
s 101 East Carmel Dr. Suite 105 Carmel, IN 46032 (317)566-1677 Ext. 206 (317)663-0808 Fax On Thu, Jan 21, 2010 at 8:26 AM, Robert Krakora wrote: > Ross: > > I will debug this and let you know what is going on. Multicast data was > arriving per Wireshark. However, I did not capture t

Re: [Live-devel] Late binding fix in 2010.01.15 version not yielding video...

2010-01-21 Thread Robert Krakora
Ross: I will debug this and let you know what is going on. Multicast data was arriving per Wireshark. However, I did not capture the RTSP traffic...I cannot see the video as the location is remote. It was bad judgement on my part to indicate to you that it was working prematurely. I will have

[Live-devel] Late binding fix in 2010.01.15 version not yielding video...

2010-01-20 Thread Robert Krakora
Ross: The fix with which you provided me for the multicast destination address embedded in the SETUP response does not appear to be yielding video. The RTSP server and clients and hence the camera that I am testing against are at a remote location where nobody was available until today. Since I

Re: [Live-devel] Request to Fix inconsistent timestamps in openrtsp

2010-01-19 Thread Robert Krakora
Hello, I use VLC 0.9.10 and receive audio and video streams on a large scale LAN both unicast and multicast from a variety of security and webcams via VLC with live555 RTSP and video and audio are in sync with the hasBeenSynchronizedUsingRTCP() function getting called. Which version of VLC are yo

Re: [Live-devel] RTSP MediaSession.cpp patch for RTP/RTCP for multicast

2010-01-15 Thread Robert Krakora
Ross: I duplicated the problem first with v2009.07.27 and then with v2010.01.13. I am sorry if I was a bit misleading. I will test you fix out tonight. Thanks for your quick response. On Fri, Jan 15, 2010 at 5:46 PM, Ross Finlayson wrote: > I am using VLC 0.9.10 with live555 snapshot live.2010.

[Live-devel] RTSP MediaSession.cpp patch for RTP/RTCP for multicast

2010-01-14 Thread Robert Krakora
Hello, I am using VLC 0.9.10 with live555 snapshot live.2010.01.13.tar.gz to receive and decode multicast content from an Axis 213 PTZ camera (version 4.35.1 firmware). However, I kept getting the following error about 60% of the time when trying to invoke it from the command line: [r...@mediapo