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 Ross Finlayson
To my knowledge, there’s no standard way to query whether a RTSP server supports seeking by absolute time. (There is the RTSP “OPTIONS” command, but the server handles that by responding only with the list of supported RTSP command names - not any more details.) In principle, you could impleme

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

2020-09-21 Thread Nicolas Julien
Well, it's a bad news. However, is there a way to know in advance (using an onvif request for example) if the rtsp server supports seeking by absolute time ? De : live-devel [live-devel-boun...@us.live555.com] de la part de Ross Finlayson [finlay...@live5

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

2020-09-21 Thread Ross Finlayson
> On Sep 22, 2020, at 12:54 AM, Nicolas Julien wrote: > > 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, > "20200805T1041

[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 d'

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

2020-09-21 Thread Nicolas Julien
Hi, I tested the command lines. openrtsp generates the raw files as expected : Started playing session Receiving streamed data... Outputting data from the "video/H265" subsession to "video-H265-2-00010-00020" Outputting data from the "video/H265" subsession to "video-H265-3-00020-00030" Outputtin