Re: [Live-devel] Multiple network interfaces

2012-02-05 Thread Ross Finlayson
> When there are multiple network interfaces on a machine, how does live555 > decide to which interace to use? It uses the interface on which multicast routing is enabled - i.e., the interface that has a route for 224.0.0.0/4 > Is there a way to specify which interface to use ? The easiest w

[Live-devel] Multiple network interfaces

2012-02-05 Thread Sambhav
Hi, When there are multiple network interfaces on a machine, how does live555 decide to which interace to use? Is there a way to specify which interface to use ? Regards, Sambhav ___ live-devel mailing list live-devel@lists.live555.com http://lists.live

Re: [Live-devel] RTSP Server in separate thread

2012-02-05 Thread Ross Finlayson
> I'm creating a RTSP Server in a separate thread. My encoder (libx264) > produces arrays x264 nal units. When the encoder processes the first frame it > produces an array of 4 nal units. Then I pass by one unit in my DeviceSource > and call signalNewFrameData every time. But it seems this separ

Re: [Live-devel] How to increase H264VideoRTPSink buffer size ? [ fMaxSize]

2012-02-05 Thread Ross Finlayson
> How can I increase H264VideoRTPSink buffer size ? Set the variable OutPacketBuffer::maxSize before you create any "RTPSink" objects (or before you create any "ServerMediaSubsession" objects). Note some examples of this in "testProgs". Ross Finlayson Live Networks, Inc. http://www.li

Re: [Live-devel] Streaming live h.264 video + PCM/ulaw from a fifo

2012-02-05 Thread Dirk Dugger
Aha! All is happy now. Thanks Ross! From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Saturday, February 04, 2012 3:16 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Streaming live h.264 video + PCM

Re: [Live-devel] openRTSP Test Program Fails to Export a File

2012-02-05 Thread Ross Finlayson
>>> I'm using the live555 library in order to save an RTSP stream from a PTZ >>> camera. I used the openRTSP program in the "testProgs" directory in order >>> to test whether it would work with the camera I was using. From the >>> output, the program was able to connect to and talk to the came

Re: [Live-devel] openRTSP Test Program Fails to Export a File

2012-02-05 Thread Layne Berge
>> I'm using the live555 library in order to save an RTSP stream from a PTZ >> camera. I used the openRTSP program in the "testProgs" directory in order >> to test whether it would work with the camera I was using. From the output, >> the program was able to connect to and talk to the camera