Re: [Live-devel] Stream h264 - bitrate's effect on latency

2014-04-28 Thread Mark Theunissen
They're in close proximity - for a live sport event. So all on the same network. Thanks, I'll take a look into some of your suggestions! On Mon, Apr 28, 2014 at 2:00 PM, Jeff Shanab wrote: > That is a reasonable resolution so you should not have multi-slice > keyframes. Stick to main or baseli

Re: [Live-devel] list of audio stream

2014-04-28 Thread Ross Finlayson
> I want to create a list of media that can be played successively and > automatically without changing the URL. > > If your list is of the same media type, maybe you can try to modify the file > ByteStreamFileSource.cpp. If possible, you shouldn't modify the supplied source code, because that

Re: [Live-devel] list of audio stream

2014-04-28 Thread Cheng Lei
If your list is of the same media type, maybe you can try to modify the file ByteStreamFileSource.cpp. On Mon, Apr 28, 2014 at 6:00 PM, Amir Marzouk wrote: > Hello, > > I want to create a list of media that can be > played successively and automatically without changing the URL. > > Thanks for

[Live-devel] list of audio stream

2014-04-28 Thread Amir Marzouk
Hello, I want to create a list of media that can be played successively and automatically without changing the URL. Thanks for help, cordially, ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-deve

Re: [Live-devel] lead to a high CPU percentage without setting the gateway ip address

2014-04-28 Thread Ross Finlayson
> I've noticed the client can't get local ip address using "ourIPAddress" > function when the default gateway ip is missed. That's easy to fix. Just enable IP multicast routing on your network interface - i.e., add a route for 224.0.0.0/4 Ross Finlayson Live Networks, Inc. http://www.live555.

Re: [Live-devel] lead to a high CPU percentage without setting the gateway ip address

2014-04-28 Thread Cheng Lei
I just use command "testRTSPClient rtsp://192.168.122.199" to receive h.264 stream from an ip camera, not using multicast. I've noticed the client can't get local ip address using "ourIPAddress" function when the default gateway ip is missed. "ourIPAddress" will send a multicast packet to get loc

Re: [Live-devel] lead to a high CPU percentage without setting the gateway ip address

2014-04-28 Thread Warren Young
On 4/28/2014 02:34, Cheng Lei wrote: If delete default gateway ip addrss, then run the test program testRTSPClient, CPU percentage is 6%, then I add the default gateway ip by using cmd such as "route add default gw 192.168.122.1", CPU decrease to 1%. If you guys know the issue, please help, than

Re: [Live-devel] lead to a high CPU percentage without setting the gateway ip address

2014-04-28 Thread Cheng Lei
Thanks for your replay. But this maybe relay a problem to me. If I run more than ten client like this, the CPU will be 60% more. If some one just not setting the gateway IP, I still wish my app works fine. I tried but failed to find out the reason. best wishes, lei. On Mon, Apr 28, 2014 at 5:00

Re: [Live-devel] lead to a high CPU percentage without setting the gateway ip address

2014-04-28 Thread Ross Finlayson
> I encounter a problem of using live555 as a client on linux platform. If > delete default gateway ip addrss, then run the test program testRTSPClient, > CPU percentage is 6%, then I add the default gateway ip by using cmd such as > "route add default gw 192.168.122.1", CPU decrease to 1%. If

[Live-devel] lead to a high CPU percentage without setting the gateway ip address

2014-04-28 Thread Cheng Lei
Hi guys, I encounter a problem of using live555 as a client on linux platform. If delete default gateway ip addrss, then run the test program testRTSPClient, CPU percentage is 6%, then I add the default gateway ip by using cmd such as "route add default gw 192.168.122.1", CPU decrease to 1%. If