Re: [Live-devel] Need Instructions to install live555 and test it Live with Ubuntu Linux‏

2015-05-12 Thread Ross Finlayson
> Please can i have Step by step instructions Regarding the Installation > Process Of live555 There are very specific instructions here: http://live555.com/liveMedia/#config-unix Note, however, that the version of the LIVE555 code that you’ll

[Live-devel] Need Instructions to install live555 and test it Live with Ubuntu Linux‏

2015-05-12 Thread support
Hello Mam, Sir I am Rajesh From India , I am trying to configure out how to install and make live555 run on Ubuntu linux Machine . But insane that i am not able to configure out anything . i thought if there would be possible if i could see the youtube video and Do it but that too was not help

Re: [Live-devel] UDP packets appear to be empty, forcing switch to TCP in VLC

2015-05-12 Thread Dave McMordie
> > No, that happens only if the call to “isSSM()” returned True - i.e., only >> if the stream is ‘source-specific multicast’ - which is definitely not the >> case here (you’re streaming via unicast). So that’s a ‘red herring’. >> > > isSSM() is definitely returning true. > > > Then something is b

Re: [Live-devel] UDP packets appear to be empty, forcing switch to TCP in VLC

2015-05-12 Thread Ross Finlayson
> No, that happens only if the call to “isSSM()” returned True - i.e., only if > the stream is ‘source-specific multicast’ - which is definitely not the case > here (you’re streaming via unicast). So that’s a ‘red herring’. > > isSSM() is definitely returning true. Then something is badly fuc

Re: [Live-devel] Library modifications

2015-05-12 Thread Ross Finlayson
> In this case, we’re receiving motion detection data from Vivotek IP cameras. How do these use RTP header extensions? Is there a document somewhere that describes this? > We have other cameras (AXIS) that use the H.264 SEI frames OK, so these would just be carried via regular H.264/RTP packe

Re: [Live-devel] UDP packets appear to be empty, forcing switch to TCP in VLC

2015-05-12 Thread Dave McMordie
> > > No, that happens only if the call to “isSSM()” returned True - i.e., only > if the stream is ‘source-specific multicast’ - which is definitely not the > case here (you’re streaming via unicast). So that’s a ‘red herring’. > isSSM() is definitely returning true. Any thoughts on what I could

Re: [Live-devel] Library modifications

2015-05-12 Thread Deanna Earley
In this case, we're receiving motion detection data from Vivotek IP cameras. We have other cameras (AXIS) that use the H.264 SEI frames, and some that use the ONVIF application data track. -- Deanna Earley | Lead developer | icatchercctv w: www.icode.co.uk/icatcher

Re: [Live-devel] Library modifications

2015-05-12 Thread Ross Finlayson
> For reference, our only modification to the liveMedia code is to extract the > extension header Out of curiosity - what are you using the RTP extension header for (i.e., for carrying what kind of data)? Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] Library modifications

2015-05-12 Thread Deanna Earley
> I realize that most of your message seemed to be referring to > ‘subclassing’ - which is the preferred way to change or extend the > functionality of the code.  However, because you used the term > “modifications” - which usually means changing the code in place - I > wanted to first make it clea