Hi, I have an RTSP video stream from a camera and I need to show it on mobile phone, using browser, any operation/installation on the phone should not be needed, any incompatibility avoided, simply open the html page and see the video, maximized windowed possible or full screen. I guess it should be very easy to do but how can I proceed?
I have a windows server, I've installed Nginx and followed this guide:
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-video-streaming-server-using-nginx-rtmp-on-ubuntu-20-04
The result is an error: nginx: [emerg] unknown directive "rtmp"
How can I find an rtmp module for Windows? Should I install a linux emulator?
Nginx is able to do what I need?
There will be an internal URL, openng it the phone should be able to open the video on fullscreen or maximised window. Is possible with your software? Thanks