I was happy to discover the "Download media file between times" API call, ie.
http://<server>/cgi-bin/loadfile.cgi?action=startLoad&channel=<ChannelNo>&startTime=<starttime> &endTime=<endtime>[&subtype=<typeNo>]
I was even happier that it seemed to work almost immediately with minimal hassle, delivering an "octet stream", as the documention says it does.
However I haven't been able to identify the video format of the octet stream. ffmpeg doesn't seem able recognise it without some hints, and I have no idea what hints to give it.
Any and all suggestions welcome!
http://<server>/cgi-bin/loadfile.cgi?action=startLoad&channel=<ChannelNo>&startTime=<starttime> &endTime=<endtime>[&subtype=<typeNo>]
I was even happier that it seemed to work almost immediately with minimal hassle, delivering an "octet stream", as the documention says it does.
However I haven't been able to identify the video format of the octet stream. ffmpeg doesn't seem able recognise it without some hints, and I have no idea what hints to give it.
Any and all suggestions welcome!