Re: [Live-devel] Proxy Server REGISTER option

2013-10-08 Thread Ross Finlayson
> I did not see a way to send a REGISTER command to the Proxy Server. We have code that allows a RTSP server to register one of its *own* streams with a proxy server (or with a client application). We don't have code that allows some 3rd-party application to send a "REGISTER_REMOTE" (not "REGIS

Re: [Live-devel] using live555 with in memory data

2013-10-08 Thread Joshua Kordani
That all sounds clear now, thank you! -- Joshua Kordani LSA Autonomy ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] using live555 with in memory data

2013-10-08 Thread Ross Finlayson
>> Nonetheless, small NAL units are still a good idea, because they reduce the >> effect of network packet loss. It's always a good idea, for example, to >> break large 'I-frame' NAL units into multiple slices; they just don't need >> to be as small as a standard MTU (1500 bytes), because our s

Re: [Live-devel] using live555 with in memory data

2013-10-08 Thread Joshua Kordani
Ross, Thank you for your detailed response! I have responded inline. On 10/8/13 3:11 PM, Ross Finlayson wrote: You don't have to do that. The LIVE555 code automatically takes care of fragmenting large NAL units into appropriate-sized RTP packets. Nonetheless, small NAL units are still a goo

Re: [Live-devel] Proxy Server REGISTER option

2013-10-08 Thread Bob Bischan
Many thanks for the on-going dialog! My evaluation of the Proxy Server / Live Media is probably going to lead to total dependence :-) openRTSP and the entire live555 library is very much on our radar screen. I'm still becoming familiar with the various pieces and parts. I did spend some time looki

Re: [Live-devel] Proxy Server REGISTER option

2013-10-08 Thread Ross Finlayson
On Oct 8, 2013, at 10:48 AM, Bob Bischan wrote: > Attached is the diagnostic output. > > Looks like the client is sending a TEARDOWN... Yes, your client (VLC) is sending a TEARDOWN. I don't know why; did you click the 'stop' button? Or perhaps it sent a TEARDOWN because it didn't receive a

Re: [Live-devel] using live555 with in memory data

2013-10-08 Thread Ross Finlayson
> I wish to use live555 to deliver in memory nals created with x264. In my > application, I spawn off the live555 event loop into a separate thread from > the one responsible for doing the encoding. I am configuring my encoder to > output nals that will fit inside the standard mtu. You don't

Re: [Live-devel] Proxy Server REGISTER option

2013-10-08 Thread Bob Bischan
Attached is the diagnostic output. Looks like the client is sending a TEARDOWN... Thanks, Bob On Tue, Oct 8, 2013 at 10:30 AM, Ross Finlayson wrote: > When I connect to the registered stream using VLC > > > FYI, it's better (and easier) to use "openRTSP" (or "testRTSPClient") as > your clien

[Live-devel] using live555 with in memory data

2013-10-08 Thread Joshua Kordani
Greetings all, I wish to use live555 to deliver in memory nals created with x264. In my application, I spawn off the live555 event loop into a separate thread from the one responsible for doing the encoding. I am configuring my encoder to output nals that will fit inside the standard mtu. I

Re: [Live-devel] Proxy Server REGISTER option

2013-10-08 Thread Ross Finlayson
> When I connect to the registered stream using VLC FYI, it's better (and easier) to use "openRTSP" (or "testRTSPClient") as your client when testing a server, because you'll also get to see the RTSP protocol exchange at the client end. > I see "ProxyServerMediaSubsession["H264"]::createNewStre

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

2013-10-08 Thread Joao Almeida
openSVC share some SVC streams http://sourceforge.net/projects/opensvcdecoder/files/?source=navbar From: finlay...@live555.com Date: Mon, 7 Oct 2013 06:39:44 -0700 To: live-de...@ns.live555.com Subject: Re: [Live-devel] Streaming H.264/SVC i want to know if the Live555 Streaming Media libraries

Re: [Live-devel] Proxy Server REGISTER option

2013-10-08 Thread Bob Bischan
Ross, Thanks for your time and consideration with making the modifications. I have tested the new code and have a few observations to pass along: I see "Play this stream using the URL: rtsp://:8554/registeredProxyStream-1" when I send the REGISTER_REMOTE command. Proxy Server connects to the str