Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-28 Thread Jeff Shanab
...@ns.live555.com [live-devel-boun...@ns.live555.com] on behalf of Markus Schumann [mark...@sonicfoundry.com] Sent: Friday, April 26, 2013 3:02 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream I decode H.264 from a network camera.

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-26 Thread Markus Schumann
bject: Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream After you parse the nal records from parseSPropParameterSets, store them. For each sample that comes through, construct the buffer you send to your upstream decoder like this: Where start_code is 4 bytes 0x00, 0x00, 0x00, 0x01 [s

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-26 Thread Jeremiah Morrill
After you parse the nal records from parseSPropParameterSets, store them. For each sample that comes through, construct the buffer you send to your upstream decoder like this: Where start_code is 4 bytes 0x00, 0x00, 0x00, 0x01 [start_code][NAL_record_1][start_code][NAL_record_2][start_code][sam

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-26 Thread Ross Finlayson
>> Using the library, what is the most efficient way to get access to the H.264 >> portion of the stream > > >>Because this is a Frequently Asked Question, I have now added an entry for > >>it to the FAQ. See: > >>http://www.live555.com/liveMedia/faq.html#testRTSPClient-how-to-decode-data >

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-26 Thread tboonefisher
From: Ross Finlayson Sent: Friday, April 05, 2013 7:10 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream I am experimenting with the testRTSPClient app to develop a DirectShow source filter to connect to a net

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-10 Thread tboonefisher
- development & use Subject: Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream I’ve also worked with cameras that don’t send sprop-parameter-sets in the SDP file (but not using the Live555 client); this shouldn’t be a problem as long as the camera does send SPS and PPS in band. The fact

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-10 Thread Colin Caughie
lying to this message and then delete it from your system. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday, April 09, 2013 5:05 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] testRTSPClie

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-09 Thread Ross Finlayson
> It must also be VERY frustrating to see these companies making $$$ > from your very nice work !!! On the contrary - I am *happy* to see many companies making successful use of this software. That's why I made it available. > This is BAD news as the camera is: > > http://foscam.us/pr

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-09 Thread tboonefisher
ill connect to that.ughh. Thanks very much for your help... Tom Fisher Dallas From: Ross Finlayson Sent: Tuesday, April 09, 2013 5:38 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream Reading further on your s

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-09 Thread Ross Finlayson
> Reading further on your site I see that you may need the SDP description > from my camera stream. [...] > v=0 > o=- 1365522147122142 1 IN IP4 192.168.1.2 > s=IP Camera Video > i=videoMain > t=0 0 > a=tool:LIVE555 Streaming Media v2013.01.25 > a=type:broadcast > a=control:* > a=range:npt=0- >

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-09 Thread tboonefisher
/AVP 0 c=IN IP4 0.0.0.0 b=AS:64 a=control:track2 Thanks again for any help. Tom Fisher From: tboonefis...@clear.net Sent: Tuesday, April 09, 2013 2:41 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream THANKS for

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-05 Thread Ross Finlayson
> I am experimenting with the testRTSPClient app to develop a DirectShow > source filter to connect to a network camera outputting an H.264 > video stream. The app successfully connects to the camera and shows the > following continuous output: > ... > Stream "rtsp://192.168.1.7:65534/videoSu