Skip to main content

Questions tagged [rtsp]

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

0 votes
0 answers
33 views

Green screen on RTSP stream from USB camera using mediamtx (ffmpeg)

I need to cast a stream from a USB camera via RTSP as stable as possible (at any moment i need to be able to get a static picture on a remote host, reflecting the real state of affairs in front of the ...
Pavel's user avatar
  • 1
0 votes
0 answers
99 views

FFmpeg RTSP Recording: Video Timestamp Does not Match With Recorded MP4 File Timestamp

I'm currently testing by streaming a 30 fps example flv video using a local Happy-Time RTSP server. This is the flv file i am streaming with RTSP: I recorded the video with below ffmpeg command: ...
lastpeony4's user avatar
0 votes
0 answers
41 views

How do you connect IP camera to Computer hosted server?

I am programming a client-server architecture and there are many things I still don't understand. I am using this repository from Github as an example to learn this type of programming as I am new to ...
Skymero's user avatar
0 votes
0 answers
127 views

FFMPEG unexpectedly stops any stream

I am trying to stream my webcams (32+ pcs) with ffmpeg -hide_banner -y -v verbose -rtsp_transport tcp -fflags +genpts -i "{SOME RTSP URL}" -c:v copy -an -threads auto -f hls -hls_time 3 ...
Matew Sticker's user avatar
0 votes
0 answers
30 views

OpenWRT - RTSP doesn’t work on 802.11b (no video stream, but audio works)

I have an issue with configuring OpenWRT on MT7628 chip from Mediatek. OpenWRT version: 19.07.3 Expected behavior: OpenWRT creates a local Wi-Fi network (no connection to the global internet). Two ...
piotr-de's user avatar
0 votes
1 answer
46 views

Nmap does not show open RTP and RTCP ports

I am running ffmpeg as in: ffmpeg -t 00:05:00 -i rtsp://admin:[email protected]:554 -c:v copy -an output2.mp4 While ffmpeg is running, I run nmap as in: nmap -p1-65535 192.168.1.64 I see the ...
Sunny's user avatar
  • 369
0 votes
0 answers
2k views

How can I publish an RTSP stream to a MediaMTX instance with TLS encryption configured?

I have an instance of (MediaMTX) running on my laptop. I have an Amcrest IP camera. I can publish the camera's RTSP stream to the server so that the stream can be accessed from the MediaMTX instance. ...
cmd's user avatar
  • 1
0 votes
0 answers
74 views

Desktop stream using vlc and rtsp to nvr

Using vlc I want to send my desktop screen video to an nvr using rstp. How would I do that? And if possible can I make vlc on the desktop hidden? Thank you
Timothy Hall's user avatar
1 vote
0 answers
221 views

VLC as RTSP Server (Windows) - Authentication not working

I know there is another thread with a similar question, but was recommended create a new one. With VLC, I am opening a file or a RTSP stream from a camera and restream it with VLC RTSP. I tried a lot ...
Rodrigo Pedro's user avatar
2 votes
0 answers
334 views

I am unable to play the RTSP stream using ffmpeg

I have two computers with Ubuntu 20.04.5 LTS installed, and one virtual machine with Ubuntu 22.04.3 LTS. I have a docker container with mediamtx installed on one of the computers, let's call it server....
PiotrKulesza's user avatar
0 votes
1 answer
237 views

ffmpeg streaming UDP port is closed

I'm trying to use ffmpeg in order to transcode RTSP stream from CCTV to HLS stream so it could be accessed through a web server. ffmpeg used to stream video from CCTV with following command $ ffmpeg -...
BrilliantContract's user avatar
0 votes
1 answer
305 views

Unable to display RTSP stream using gst-play-1.0, gst-launch-1.0

I have to display an RTSP stream using the gst-play-1.0 / gst-launch-1.0 commands on an NVIDIA Jetson-AGX device. These are the commands I have tried: 1. gst-play-1.0 $ gst-play-1.0 rtsp://192.168.1....
9friday's user avatar
  • 21
0 votes
0 answers
376 views

using ffmpeg to fix a mp4 with dropped/skipped frames due to dropped stream

the output stream from my security cameras (EufyCam) will occasionally drop the rtsp stream, sometimes up to 10s of seconds at a time, if the network connection (wifi) signal is poor. the stream ...
traycerb's user avatar
2 votes
0 answers
525 views

Exit on network or other failure when recording an RTSP stream

I am using ffmpeg on linux to record an rtsp stream from a cctv dvr. Sometimes the recording silently stops and ffmpeg just continues to run, and the only way I can detect this is that the output file ...
Pete's user avatar
  • 121
1 vote
0 answers
74 views

ffmpeg segments are not working as expected

Trying to record rstp stream from an IP camera into ~10 mins chunks. FFREPORT=file=$log_DIR/ffmpeg_recording.log \ ffmpeg -i "rtsp://$CAMERA_USERNAME:$CAMERA_PASSWORD@$IP:$PORT/stream1" \ -...
Sumit Dey's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
9