[人民日报]新举措新作为
78 questions
1
vote
2
answers
82
views
Is this a problem in my command, the stream, or FFMPEG itself?
I am not sure if this is the correct Stack Exchange site for this question. I originally posted it on Stackoverflow, but looks like it will be closed there as "off-topic".
I am trying to ...
1
vote
1
answer
128
views
Webpage as a stream overlay using ffmpeg
Probably this is a dumb question but I haven't found anything talking about a way to display as overlay an active webpage.
I use to stream volleyball match using rtmp from my mobilephone to ossrs ...
0
votes
0
answers
34
views
How to modify video framing while encoding at runtime?
I'm developing a webapp to direct volleyball matches from the gym taking score, scouting and live stream integrating all these features in a single panel rendered on a mobile phone screen.
My issue is ...
0
votes
1
answer
174
views
Generate HLS streams from pre-encoded videos without re-encoding using ffmpeg
I have three videos: low.mp4, mid.mp4 and high.mp4, all of which were generated from the same source file using ffmpeg with the following command:
ffmpeg -y -i source.mp4 -c:v libx264 -crf SOMEVALUE -...
1
vote
0
answers
95
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 ...
0
votes
0
answers
180
views
Offsets in HLS video segments
I am streaming video from a camera to a process that monitors the stream for specific events. I am able to connect to the camera, download the m3u8 playlist, fetch the individual AVI video segments ...
0
votes
1
answer
2k
views
restreaming rtsp using ffmpeg delay problem
I have ip and usb cameras. I try restream rtsp from camera using ffmpeg and mediamtx (rtsp simple server). For usb camera it works fine without any delay:
mediamtx output:
anton@anton:~$ ...
0
votes
1
answer
136
views
Pink and green color on overlay logo
I ran into such a problem with hls streaming, adding filters to the overlay logo, but it was smeared with pink and green stripes. Has anyone come across this.
ffmpeg -f concat -safe 0 -re -i <(for ...
0
votes
1
answer
890
views
ffmpeg dash output for multiple resolutions to be in the same mpd file
I am using ffmpeg to convert an input stream into multiple resolutions and creating an mpd for each resolution.
So far, so good.
But I am trying to find a way to create a single mpd for all ...
1
vote
0
answers
224
views
routing rtmp ect streams via ffmpeg+python is it possible?
Is it possible to solve this problem using ffmpeg+python or in conjunction with another solution.
I need a server solution, so Vmix, obs, etc are not suitable. (
eg: I have two (and/or more) streams
...
1
vote
1
answer
885
views
FFMPEG: FIFO buffer to smoothen bandwidth requirements?
I'm trying to achieve something pretty simple, but it's very hard to describe:
There is a live video stream which uses h264 for it's video, and m4a for it's audio. This stream is not mine, and I have ...
0
votes
1
answer
463
views
What video container formats are similar to MPEG-TS?
I have been looking to live video streaming where a client can join the stream of bytes and play the video automatically. I have recently found MPEG-TS which seems to work pretty well, and I noticed ...
0
votes
0
answers
171
views
can I change ffmpeg crop position at runtime for each frame during stream
I am trying to move an Region of Interest (RoI) around a multi-camera tiled source (which will be too big to encode for smooth viewing), and stream this "live". The RoI is externally ...
0
votes
1
answer
1k
views
How do I verify that the H264 video stream is encoded with a single slice per frame?
I'm a software tester and I need to test a certain requirement for a vehicle camera that I'm not sure on how to test.
As in the title it's to verify that each frame is encoded with a single slice. ...
2
votes
0
answers
958
views
FFMPEG conversion failed at random times on live stream to youtube
I am running a bash script using ubuntu server on arm64 that live streams video and audio to youtube, heres the script below
#! /bin/bash
VBR="8000k"
FPS="24"
QUAL="superfast&...