python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
VLC not recording video streaming, just audio?
I am using VLC media player 3.0.8 Vetinari to stream an m4s contents as I want to compare the streamed video with my original one. When I am watching it, I click on the record button. Then I click it ...
Kai
Votes: 0
Answers: 0
Does browser cache HLS and DASH video format?
I am currently studying video streaming and trying to understand how videos are rendered on the web, I would like to know if browsers cache HLS and DASH video format.

dealwap
Votes: 0
Answers: 1
Issues with using FFmpeg to generate MPEG-DASH files
I am using the following ffmpeg command to generate MPEG DASH files and manifest. I use single_file 1 to have a single file for each representation; so no chunking. But IDK why when I want to play the...

Tina J
Votes: 0
Answers: 1
How to calculate Time To First Frame (TTFF) in Android MediaPlayer?
I have written a simple app in Android that uses MediaPlayer API to play a video from a URL. How to calculate Time To First Frame (TTFF)?
Here is my snippet:
String url ="http://192.168.1...

Tina J
Votes: 0
Answers: 0