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)
Safari 15.3 (Desktop) and WebM inline autoplay video playback Issues
A simple WebM video with the autoplay attribute set does not seem to play correctly in Safari 15.3:
<video autoplay muted playsinline controls>
<source src="https://www.homepage-helden.d...
Paul-Siteway
Votes: 0
Answers: 0
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
Are there any ways to stream video via Redis for (near) real-time streaming?
We have a Redis server that all clients attach to for a variety of data transfer and coordination tasks. We have a new requirement that we support video streaming. I would like to avoid running a dedi...
David Parks
Votes: 0
Answers: 1
Android ip cameraX, camera2 in kotlin
I quite new to android video recording and sharing.
Let say I've got two Android devices D1 and D2
In D1 I split screen in to do parts, in the top part I display camera view from D1(cameraX), and in t...
P.T
Votes: 0
Answers: 1