Top "M3u8" questions

The Unicode version of "m3u" is "m3u8", which uses UTF-8 Unicode characters.

Extract/Record Audio from HLS stream (video) while playing iOS

I am playing HLS streams using AVPlayer. And I also need to record these streams as user presses record button. …

ios recording http-live-streaming m3u8
how to fix Non-monotonous DTS in output stream 0:1; when using ffmpeg

When I use ffmpeg to convert m3u8 to mp4, I get some warning, ffmpeg -i xx.m3u8 -c …

ffmpeg m3u8
Can I download all segments of a m3u8 file as one mp4 file using web ( no ffmpeg )

Is it possible to download all m3u8 segments in one file using javascript or php I search for this …

javascript php m3u8
How to create byte-range m3u8 playlist for HLS?

Apple gives an example of support for byte-range segments in m3u8 files for HLS #EXTM3U #EXT-X-TARGETDURATION:11 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-VERSION:4 #…

http-live-streaming m3u8
HLS Streaming using node JS

I'm trying to stream HLS content using node.js. And somehow it is not working. It'll be of great help …

node.js ffmpeg video-streaming http-live-streaming m3u8
How to loop TS file in m3u8 playlist

I want to create m3u8 playlist, like this: #EXTINF:-1,LIVE STREAM http://example.com/live01.ts When this …

video ffmpeg stream video-streaming m3u8
How to create dynamic m3u8 by pasting the URL in browser?

I want to create a dynamic m3u8 when a PHP script is called. I don't want to save the …

php m3u8
Ffmpeg creating m3u8 from mp4, video file size

I am using ffmpeg to convert mp4 to m3u8. But first I need to make mp4 smaller. I use …

video ffmpeg mp4 m3u8 bitrate
How to create m3u8 playlist and mpeg-ts chunks with constant duration by using FFMPEG?

I have mp4 file (Big Buck Bunny): Duration: 00:09:56.50 Bitrate: 2048 kb/s Size: 1280x720 fps: 29.97 I've set constant keyframes after 2 second. …

ffmpeg video-encoding http-live-streaming m3u8
Video.js / Contrib-HLS not playing HLS in most browsers (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED)

I have a video player I'm building that needs to play HLS live and on-demand streams. It seems to be …

video-streaming video.js http-live-streaming m3u8