Billy Jacoby
Billy Jacoby
Also getting this issue, any word on a fix or workaround?
I wasn't able to figure out how to fix this via react-joyride but I was able to implement a (hacky) workaround in case anyone else runs into this issue. I...
I'm having this same issue, I just tried removing that line in camera.js to no avail. Here's my error: ` [3/6/2020, 20:54:05] [Dafang] Start streaming video from Zen Room Dafang...
> > I'm having this same issue, I just tried removing that line in camera.js to no avail. Here's my error: > > `[3/6/2020, 20:54:05] [Dafang] Start streaming video from...
> > I'm having this same issue, I just tried removing that line in camera.js to no avail. Here's my error: > > `[3/6/2020, 20:54:05] [Dafang] Start streaming video from...
@jcbshw Last time I tried it with ffmpeg it did. It worked for about 30 seconds after one time of messing with the configs (didn't do anything really differently) then...
Your config hasn't worked for me either =/ I don't have a user/password setup yet, and I don't think my still image would be available via SSL. I'm on a...
here's my whole config sans local IP addresses: ``` { "platform": "Dafang", "mqtt": { "hostBroker": false, "port": 1883, "host": "defang.local" }, "cameras": [ { "cameraName": "Zen Room Dafang", "cameraRTSPStreamUrl": "rtsp://CAMERA-IP-ADDRESS:8554/unicast",...
Just chiming in here that this is also affecting me and my company. Would love to find a solution to be able to consume streams from react-native
Hmm I'm running into this exact issue now and can't seem to figure out how to get around it. I was hoping that one of the args passed in to...