Skip to main content

All Questions

Tagged with
2 votes
0 answers
339 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
307 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
1 vote
0 answers
563 views

Redirected RTSP video stream cannot connect to server

I have an Auvidea video encoder/decoder that allows me to stream video via RTSP. I would like to redirect the stream from it to another server. As a server I use MediaMtx software previously known as ...
PiotrKulesza's user avatar
1 vote
0 answers
413 views

VLC player cannot read the stream broadcast set up by itself. What could go wrong?

I'm trying to set up a H264-encoded stream on rtp over a local area network. Starting from setting up a source on localhost (127.0.0.1): $ cvlc v4l2:///dev/video0:chroma=YUY2:width=640:height=480 --...
tribbloid's user avatar
  • 121
3 votes
1 answer
31k views

How to stream via VLC with RTSP

I have a problem streaming video using VLC. I want to use RTSP protocol. I have set the streaming as follows: Open VLC; Press CTRL+S in order to open streaming options; Add the video file; Add ...
EnCoder's user avatar
  • 31
0 votes
0 answers
1k views

Show stream of IP camera in modern browsers

My camera has RTSP and i know that RTSP cannot be played in modern browsers. What is the best way to show live stream from IP camera in my web application. I need open source solution and if it ...
jovan_jelic_dmv's user avatar
1 vote
1 answer
826 views

How to stream RTSP behind firewall to server

I'm looking for a way to unicast the video stream of an IP camera to a VPS on the internet for recording and live viewing. Like on any network, the IP camera is behind a firewall, and also port ...
ekrekeler's user avatar
1 vote
1 answer
2k views

ffmpeg to fix video playback speed without re-encoding?

What's the best way to fix incorrect timestamps on a network camera using ffmpeg? Running the camera in h264 mode with a 1fps correctly produces duration=1.000: ffmpeg -hide_banner -rtsp_transport ...
Imaginator's user avatar
4 votes
1 answer
6k views

Reolink RTSP-->ffmpeg, RTP: PT=xx: bad cseq if stopped/restarted quickly

My BeeCam is a Raspberry Pi3/Raspbian Stretch w/freshly compiled ffmpeg version N-89882-g4dbae00bac running this as a service: #!/bin/bash cd /usr/local/bin/ while true do ./ffmpeg -re -...
Steven Kan's user avatar
0 votes
0 answers
4k views

ffmpeg: Record rtsp stream to disk in realtime and put black frames when rtsp times out

I need to record a rtsp video stream to disk in real time. This works nice and well with something like this(tcp not udp): ffmpeg -i rtsp://@stream -acodec copy -vcodec copy -movflags frag_keyframe+...
Michel Chanton's user avatar
2 votes
1 answer
10k views

Ffmpeg how to limit input fps

I save rtsp stream to file with ffmpeg. I see that even the stream is 30 fps, ffmpeg download it on 40-50-33 fps. How can i limit the input frame per sec? I tried ffmpeg -r 30 -i rtsp://ipVideo out....
cool's user avatar
  • 21
4 votes
0 answers
2k views

Directing USB webcam into RTSP server or MJPEG server (OS X)

I have - for want of a better term - a DVR, which accepts IP camera feeds in the form of RTSP streams or MJPEG feeds. It works a treat. For reasons I'll not go into, for the sake of a customer demo, ...
Adrian Hand's user avatar
12 votes
3 answers
10k views

Streaming Media From Inside HTML Pages, by Example

So I'm a software engineer trying to understand some nitty gritty details about how streaming media works. I've spent the lion's share of the day trying to understand the various codecs, container ...
smeeb's user avatar
  • 611
1 vote
0 answers
3k views

FFMPEG capture snapshot image from RTSP IPCamera

Hi I am able to stream video successfully from my IP Camera with VLC using the URL: rtsp://192.168.0.6:554/cam/realmonitor When attempting to use FFMPEG it is failing with the following errors: I ...
NxtLevel's user avatar
39 votes
5 answers
212k views

Capture RTSP stream from IP Camera and store

I've got a few IP Cameras which output an RTSP (h264 mpeg4) stream. Hitting the URL locally via VLC: rtsp://192.168.0.21:554/mpeg4 I can stream the camera and dump to disk (on my desktop). I'd like ...
Keerthi's user avatar
  • 491

15 30 50 per page