SomebodySysop

Results 32 comments of SomebodySysop

Made it here! nginx is running Downloaded wyze-to-rtmp, created venv, installed dependencies and executed from command line and got this: wyzetest) ron@ToshibaWin7-Ubuntu:~/wyze-to-rtmp$ /home/ron/wyze-to-rtmp/bin/python /home/ron/wyze-to-rtmp/wyze-to-rtmp.py --user [my username] --password [my password]...

OK, finally got it to work. My url would be rtmp://127.0.0.1/show/wyzecam301 (according to my nginx configuration file) Thus, my http output is: http://localhost:8080/hls/wyzecam301.m3u8 Now, to get this thing to run...

> You should enable RTMP output on your Nginx server. HLS is great for playback in a browser but I'm not sure how well it would work in NVRs. I...

> The Nginx RTMP module doesn't support RTSP but I haven't come across anything that supports RTSP that doesn't also support RTMP. OK, thanks. I removed the "deny play all"...

> Above you said your publish URL was `rtmp://127.0.0.1/show/wyzecam301`. So your play URL would also be `rtmp://127.0.0.1/show/wyzecam301`. Of course the IP would probably need to be changed to the IP...

OK, looked briefly at the documentation. corals sound cool, no problem. I'm not running HA. But it says Frigate requires MQTT server, a docker container and a HaasAddon -- none...

> Once docker and docker-compose are installed, head over here for the Frigate install instructions: > https://blakeblackshear.github.io/frigate/installation > > If you decide you don't want to run Frigate anymore you...

Muchas gracias @noelhibbard for this solution! From the first day I read it, I began researching the question: How do I convert RTMP stream to RTSP? I am already using...

So, I got this to work with one camera: /home/ron/wyze-to-rtmp/bin/python /home/ron/wyze-to-rtmp/wyze-to-rtmp.py --user [my username] --password [my password] --cameraname "WyzeCam301" --url rtmp://127.0.0.1/show/wyzecam301 But what about multiple cameras? I got a startup...

> @SomebodySysop I updated my [docker-compose.yml](https://github.com/mrlt8/docker-wyze-bridge) to use rtsp-simple-server, so you could run that to get an RTSP/RTMP/HLS stream for all your cameras. OK. I got this thing working without...