Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-26 Thread Ross Finlayson
> On Sep 27, 2020, at 12:01 AM, Nicolas Julien wrote: > > And the DESCRIBE answer : […] > a=rtpmap:96 H265/9 > a=fmtp:96 sprop-sps=Z00AMp2oCgAtabgICAoAAAMAAgAAAwBRCA==; sprop-pps=aO48gA== It’s very unusual that your server is not including a “sprop-vps” parameter here. (According to RFC

Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-26 Thread Nicolas Julien
evel [live-devel-boun...@us.live555.com] de la part de Ross Finlayson [finlay...@live555.com] Date d'envoi : vendredi 25 septembre 2020 19:20 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Record a H265 stream from IP camera to file No, there’s no bug in “openR

Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-25 Thread Ross Finlayson
No, there’s no bug in “openRTSP”. It is simply copying the H.264 (or H.265) NAL units that it receives over the network, prepending each NAL unit with a 0x00 0x00 0x00 0x01 ’start code’, and (here’s the important part) prepending the file with SPS, PPS, and (for H.265 only) VPS NAL units, that

Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-25 Thread Nicolas Julien
de Nicolas Julien [nicolas.jul...@cdvi.com] Date d'envoi : lundi 21 septembre 2020 11:46 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Record a H265 stream from IP camera to file I found the solution. You must name the file with the extension .h265. With the right e

Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-21 Thread Nicolas Julien
d'envoi : lundi 21 septembre 2020 11:06 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Record a H265 stream from IP camera to file Hi, I tested the command lines. openrtsp generates the raw files as expected : Started playing session Receiving streamed data... O

Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-21 Thread Nicolas Julien
oi : vendredi 11 septembre 2020 13:41 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Record a H265 stream from IP camera to file > On Sep 11, 2020, at 8:52 PM, Nicolas Julien wrote: > > Any idea why this is not working? The error message says why: > Warning: we do

Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-11 Thread Ross Finlayson
> On Sep 11, 2020, at 11:57 PM, Nicolas Julien wrote: > > Thanks a lot for the answer. > I am not very familiar with the subject and your answer helps me a lot. > However, I am wondering why it works well with live feed > (rtsp://192.168.1.64:554/Streaming/Channels/102?transportmode=mcast&prof

Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-11 Thread Nicolas Julien
d'envoi : vendredi 11 septembre 2020 13:41 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Record a H265 stream from IP camera to file > On Sep 11, 2020, at 8:52 PM, Nicolas Julien wrote: > > Any idea why this is not working? The error message says why: > W

Re: [Live-devel] Record a H265 stream from IP camera to file

2020-09-11 Thread Ross Finlayson
> On Sep 11, 2020, at 8:52 PM, Nicolas Julien wrote: > > Any idea why this is not working? The error message says why: > Warning: we don't implement a QuickTime Video Media Data Type for the "H265" > track, so we'll insert a dummy "" Media Data Atom instead. A separate, > codec-specifi

[Live-devel] Record a H265 stream from IP camera to file

2020-09-11 Thread Nicolas Julien
Hi, I'm testing openRTSP to read an IP camera stream and record the stream in a file. I'm working under Win 7. When the stream come from an old camera (mpeg stream), all is fine. But, when I use a camera with H265 stream format, I obtain warning and error : 1) on SETUP function call : Warning: