Roger Hardiman
Roger Hardiman
``` Cam.prototype.getStreamUri = function (options, callback) { if (callback === undefined) { callback = options; options = {}; } this._request({ service: 'media' , body: this._envelopeHeader() + '' + '' +...
re-opening this to remind me there is a bug I need to fix, unless there is a better bug tracker for the code
Re-opening this. It issue report was open for my own benefit so I would remember to come back and fix it. It still needs one more fix, to update timeshift...
Hi. Thanks for the report. It is quite possible there is a bug. When I added GetReplayURI I only had one things to test it with (a video recorder made...
I've tested with a Bosch camera and also looked at the ONVIF Specification. The spec says GetReplayUriResponse will contain ``` GetReplayUriResponse: Contains the Uri to be used for requesting the...
I wonder if the problem is the Media2 API changes. About 4 months ago I added support for the Media2 APIs to allow me to get H265 stream details from...
Bad news. My own Samsung Hanwha Wisenet camera has not come back up after recabling. It powered on once and ODM would see it on the network but did not...
If you can give me some remote access t the camera, I can take a closer look
Thanks for the bug report. VLC does not work for me either. I don't think I ever tested with VLC. When I wrote the example I tested with ffplay. I...