Skip to main content

Questions tagged [video-streaming]

Continuously sending video data to devices such as other computers, mobile phones or TV sets.

2 votes
1 answer
141 views

Video stutters on Linux and Android when watching movies from a Windows share

I have a powerful PC running Windows 10. The PC is connected to a very powerful router (Ubiquiti Dream Machine PRO) via a gigabit wire. I also have a computer running Manjaro Linux. It is connected to ...
lolmaus - Andrey Mikhaylov's user avatar
1 vote
1 answer
52 views

Using ffmpeg, how can I split an incoming stream, one live web streaming, the other mp4 but in timed chunks?

I have a single mpeg-ts input stream, http://192.168.1.100/stream0, and I wish to do two things with this stream. One output is to be a hls multipart stream with m3u8 so apache can serve to local ...
Jon37's user avatar
  • 21
0 votes
0 answers
19 views

FFmpeg fps detection bug?

I have ffmpeg setup which produces rtmp stream from remote rtsp stream. The rtsp stream comes from ip camera which support multiple profiles. Each profile has 1080p 30 fps, 1080p 15 fps. The weird ...
I have 10 fingers's user avatar
1 vote
0 answers
67 views

Out-of-order frames when using FFmpeg to download DASH stream

I'm trying to use ffmpeg to download a DASH stream. It works OK but it seems like in the output file there are some frames that are out-of-order (e.g. for some frames the pts value is lower than the ...
Danj's user avatar
  • 11
0 votes
0 answers
18 views

How to create a video encoding ladder for any aspect ratio?

For a given video uploaded by a user, I need to create three versions of it to cover standard definition (SD), high definition (HD), full high definition (FHD), and ultra high definition (UHD e.g. 4K)....
volume one's user avatar
0 votes
1 answer
27 views

How to Limit the Playback bar to 10 minutes in vlc player

I've been streaming an IP camera using VLC player, and after a few days, the streaming stops. It seems like the playback bar, which stores data for rewind purposes, gets too long and consumes too much ...
sangeun jo's user avatar
2 votes
1 answer
426 views

How to intentionally add a delay to an input stream with ffmpeg

I have a framegrabber that I connect to a Windows PC. The capture input device is 1080p, 60fps, 4:4:4 raw video. I want to use this in a test setup where I let a user work on an existing windows ...
Juergen's user avatar
  • 31
0 votes
0 answers
182 views

The new Logitech StreamCam has stopped working on a specific computer after few month

There is a new Logitech StreamCam web camera purchased few month ago. It was working perfect without any issues for couple of month, but since the last week it started glitching and finally stopped ...
Semen Shekhovtsov'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
0 answers
99 views

Why do Matroska files (.mkv) with '.der.' in the file name not play in Google Chrome but instead bring up a download dialog?

Usually, Matroska files (.mkv) that I open in Google Chrome (e.g. https://www.example.com/example.mkv) are played directly in the browser. However, I noticed that files with .der. in the file name (e....
Three Year Old's user avatar
0 votes
0 answers
59 views

How do create a dynamic delay fix with MPEG-TS?

My media player can display a couple of videos (origin video - Multicast address, video stream is in MPEG-TS) Whenever I play both video streams I see a delay in one of the streams. I would like to ...
david blacheow's user avatar
0 votes
0 answers
381 views

When I attempt to live a video in an infinite loop using the ffmpeg command, it automatically terminates after a few hours

When attempting to continuously loop a video using the ffmpeg command with the following syntax: ffmpeg -re -stream_loop -1 -i abc.mp4 -c copy -f flv rtmps://abc.xyz/..... I encounter an issue where ...
Isteyak Ali's user avatar
1 vote
0 answers
159 views

Sending and receiving ffmpeg video stream through USB to TTL converter

I need to transfer video signal through USB to TTL converter from one VM and receive it on other USB to TTL converter then display the received stream on second VM (the bitrate on converters are ...
Tomas Jepimachov'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
2 answers
386 views

FFmpeg watermark and HLS stream

I want to convert and MP4 video into HLS multi-resolution (360, 720) and add watermark image inside the output segments. I did two result but missing the watermark image with the multi scale: // one ...
Mohamed Taher's user avatar

15 30 50 per page
1
2 3 4 5
39