Questions tagged [m3u8]
4 questions
2
votes
1 answer
What a correct playlist.m3u8 should contain, or should look like?
24/06/2024: [Presentation of the problem]
I had dowloaded some videos from the Internet, few years ago.
I obtained many files:
a series of files in .ts
a single file playlist.m3u8
In my example:
A series of 318 files named from segment1_1_av.ts to…
dg lr
- 57
0
votes
2 answers
How to define 2 stream variants with different audio streams for ExoPlayer with ffmpeg?
I'm having video streams containing two audio streams (stereo and surround) like this:
Input #0, mpegts, from 'my-stream.ts':
Duration: 00:59:58.72, start: 26.658667, bitrate: 8013 kb/s
Program 1
Metadata:
service_provider: FFmpeg
…
Harry Developer
- 109
0
votes
1 answer
VLC Saved m3u8 File Plays Multiple Audio Tracks Simultaneously
I am trying to download a streaming video to my computer so that I can watch it when offline. I am able to download it and convert to mp4, but the audio is playing multiple languages simultaneously (i.e., English and Spanish).
The source is m3u8…
DenVog
- 101
0
votes
0 answers
Is there any possibility to transcode a h264 hls/m3u8 live stream into another HEVC (h265) hls/m3u8 live stream using FFmpeg in real time?
The command I used:
ffmpeg -i https://tezaurtv.md/wp-content/uploads/live/index.m3u8 -c:v libx265 -b:v 1500k -tag:v hvc1 -c:a aac -b:a 128k -f hls -hls_time 10 -hls_list_size 10 -hls_flags delete_segments+append_list+program_date_time…