Top "Http-live-streaming" questions

HTTP Live Streaming is a method of media streaming that consists of downloading segments of a mpeg2ts file, containing video (H.264) and/or audio (AAC or MP3).

Android HLS Streaming - Different Android Versions Load Different Location in Stream

I realise that there are some issues in terms of level of support of HLS in Android. I'm trying to …

android video-streaming http-live-streaming
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
Is there a way to add support for HLS in desktop Chrome/HTML5 player?

Desktop Chrome and FF do not support HLS. I know there is a plugin available to add HLS support to …

video-streaming html5-video http-live-streaming
HTML5 video: How to test for HLS playing capability? (video.canPlayType)

I have video which is delivered over HLS. Now I'd like to test in JavaScript if the device actually can …

javascript html http-live-streaming
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 implement HTTP Live Streaming server on Unix?

I just realized that Apple required HTTP Live Streaming in order to view videos in iPhone apps. I was not …

ios ubuntu ffmpeg video-streaming http-live-streaming
Reduce HLS latency from +30 seconds

Ubuntu 12.04 nginx 1.2.4 avconv -version avconv version 0.8.10-4:0.8.10-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers built on Feb 6 2014 20:56:59 with gcc 4.6.3 …

nginx http-live-streaming avconv
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