python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ffmpeg streaming lag cut pause, when I change crf qmin refs, etc, the lag remains
The question is about tuning a FFMPEG command, not about the context or the use, my setup works, it's only the lag part I'm trying to get smoother....
here the ffmpeg command
ffmpeg -y -f alsa -i puls...
John R
Votes: 0
Answers: 1
How to save synthesized audio during streaming distribution
I would like to stream a composite of microphone audio and digital sound sources by ffmpeg and save the delivery to an m3u8 file.
Below are the commands I have actually tried.
ffmpeg -rtbufsize 100M -...
its-ogawa
Votes: 0
Answers: 1
I am trying to record chunks of video from a camera stream using ffmpeg, but clips are recorded in h264 bitstream instead of annexb(avc1) bitstream
I am using the following command
ffmpeg -framerate 30 -video_size 1280x720 -input_format h264 -i /dev/video2 -c copy -strftime 1 -hls_flags second_level_segment_index -hls_init_time 3 -flags -global_h...
Mohammad Umar
Votes: 0
Answers: 0
node js ffmpeg hls stream sound is repeating and overlays to each other
I'm trying to stream video and audio with rtmp and I'm stack with problem that I hear sound which overlays to each other and always repeating. But my target is to not repeating and overlay audio to ea...
Marty
Votes: 0
Answers: 1