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.

18 questions
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
  • 85
  • 1
  • 1
  • 14
0
votes
0 answers

Unable to connect to stunnelled RTSP stream using VLC mediaplayer

This problem has been plaguing me for quite a while. I've setup Stunnel (v5.59) on my Windows10 desktop. Certificates were generated with Certbot (beta1.15.0) for my internal network. Stunnel configuration is as follows: socket=…
ngzhongcai
  • 113
  • 5
0
votes
0 answers

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
  • 5
1
2