Questions tagged [rtsp]

The Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers.

The Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers.

19 questions
0
votes
1 answer

How to get RTSPtoWeb to work with with https

We have installed RTSPtoWeb on a spare server on our network, just to see if it works, and it does. It captures the stream from our cameras nicely. I then used the webrtc stream option to successfully show it on a webpage, BUT only in my local…
0
votes
0 answers

Forwarding (local) RTSP/HLS traffic via VPN to expose on WAN IP of VPS

I feel like I am overcomplicating this extremely by wanting to do it securely, so a fresh look at this would help a lot. I have a webcam that I want to publish / embed on a website. My current setup is like this: [Local Cam] <===> [Rpi with OpenVPN…
0
votes
1 answer

Why can push mp4 into a rtmp stream instead of rtsp stream?

I build stream server with nginx, and can push the MP4 into a rtmp stream with : ffmpeg -re -i /mnt/hls/m7.mp4 -vcodec libx264 -vprofile baseline -g 30 -acodec aac -strict -2 -f flv rtmp://127.0.0.1/live Now I want to push it with rtsp…
showkey
  • 115
  • 1
  • 4
  • 19
0
votes
1 answer

ffmpeg rtsp server not stopping when peer disconnect

There is an ffmpeg instance running as a server on a VPS, that converts RTSP video to HLS and serves it to the web (using Apache). The RTSP video comes from a computer somewhere else (in another town in this case), to which I have an IP camera…
Emil Avramov
  • 131
  • 6
1
2