Re: [Live-devel] Run openrtsp from another program

2020-10-20 Thread Nicolas Julien
s, INFINITE); CloseHandle(pi.hProcess); CloseHandle(pi.hThread); CloseHandle(hStdOut); CloseHandle(hStdErr); Once this code has been executed, you get a .tmp file which contains the record of the rtsp stream and a .txt file which contains the result of StdErr. Thanks to Kyle for getting me on the good

Re: [Live-devel] Run openrtsp from another program

2020-10-19 Thread Nicolas Julien
- development & use Objet : Re: [Live-devel] Run openrtsp from another program https://stackoverflow.com/questions/7018228/how-do-i-redirect-output-to-a-file-with-createprocess might be helpful for you. Probably not a problem with openrtsp. On Mon, Oct 19, 2020 at 6:43 AM Nicolas Julien mailto:nicolas

[Live-devel] Run openrtsp from another program

2020-10-19 Thread Nicolas Julien
Hi Ross, When I run manually openRTSP from a windows console, all is fine. Now, I'm trying to launch it from a C++ Windows program, but it does not work. No error, but video file is not generated. The command line is : openrtsp.exe -b 40 -u admin admin1234 -v -d 40 -U 20201015T162020Z "rtsp:

[Live-devel] Play video

2020-10-09 Thread Nicolas Julien
Hello, Using the source code of the openrtsp (or testrtspclient) program, is it possible to play the video directly rather than saving the data to a file? TIA, Nicolas ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mai

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

2020-09-26 Thread Nicolas Julien
Hi, Here is the command line : openrtsp -b 40 -u admin password -v -P 10 -O "rtsp://192.168.1.64:554/Streaming/Tracks/101" And the DESCRIBE answer : v=0 o=- 1601128359218639 1601128359218639 IN IP4 192.168.1.64 s=Media Presentation e=NONE b=AS:5100 t=0 0 a=control:rtsp://192.168.1.64:554/St

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

2020-09-25 Thread Nicolas Julien
|.h.<.@..| "67" and "4d" are not valid, neither is "ee" in the second "NAL". 00 00 00 01 4 01 is the actual start of the video stream. De : live-devel [live-devel-boun...@us.live555.com] de la part

Re: [Live-devel] Call Play command with time range

2020-09-21 Thread Nicolas Julien
Ok, thank you for these explanations, Nicolas De : live-devel [live-devel-boun...@us.live555.com] de la part de Ross Finlayson [finlay...@live555.com] Date d'envoi : lundi 21 septembre 2020 18:43 À : LIVE555 Streaming Media - development & use Objet : Re:

Re: [Live-devel] Call Play command with time range

2020-09-21 Thread Nicolas Julien
inlay...@live555.com] Date d'envoi : lundi 21 septembre 2020 17:23 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Call Play command with time range > On Sep 22, 2020, at 12:54 AM, Nicolas Julien wrote: > > Hi, > > I would like to play a rtsp link with star

[Live-devel] Call Play command with time range

2020-09-21 Thread Nicolas Julien
Hi, I would like to play a rtsp link with start and end time. When I call sendPlayCommand function, I get server error 500. I use this syntax : rtspClient->sendPlayCommand(*scs.session, continueAfterPLAY, "20200805T104130.000Z", "20200805T104140.000Z"); Is it correct ? _

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

2020-09-21 Thread Nicolas Julien
I found the solution. You must name the file with the extension .h265. With the right extension, the conversion with ffmpeg works perfectly ! De : live-devel [live-devel-boun...@us.live555.com] de la part de Nicolas Julien [nicolas.jul...@cdvi.com] Date

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 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

[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: