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).

#EXTINF - field in apple hls playlist has decimal placed duration - generated by mediafilesegmenter

I am using mediafilesegmenter to generate HLS playlists for mp4 movies. My command is as follows, mediafilesegmenter movieName.mp4 -I …

http-live-streaming segments mediastreamsegmenter
Use FFMPEG to generate MPD files for MPEG-DASH adaptive streaming

So I am trying to setup adaptive streaming and I have what I think is 80-90% of the problem finished. …

php ffmpeg http-live-streaming mpeg-dash ffmpeg-php
Mp4 to dynamic adaptive hls with multiple bitrates using ffmpeg

I tried converting mp4 video to HLS for online streaming which I have successfully done using FFmpeg. Command: ffmpeg -i /…

ffmpeg video-streaming http-live-streaming adaptive-bitrate
Using OpenSSL to decrypt a .ts file

Everything is in the same directory. M3u8 File: #EXTM3U #EXT-X-ALLOW-CACHE:NO #EXT-X-TARGETDURATION:10 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-KEY:METHOD=AES-128,URI=MyKeyFile.…

openssl http-live-streaming ffprobe transport-stream
FFMPEG HLS stream for Android and IOS

I'm trying to stream to mobile devices with ffmpeg and apache2.2 but I haven't been successful. I used this command …

android ios ffmpeg m3u8 http-live-streaming
HLS live streaming subtitle?

I am using rtmp to broadcast streams to the server and using HLS to stream the video to my device. …

live-streaming http-live-streaming webvtt
Android http live Streaming URL using mediaplayer

I am trying to play an url but its not playing and the code i used is below..the logcat …

android http-live-streaming android-mediaplayer
How to use hls.js with react

I need some help trying to figure how to use hls.js in react. Let me explain the situation I …

reactjs material-ui http-live-streaming hls.js
How to adjust mpeg 2 ts start time with ffmpeg?

I'm writing simple HLS (Http Live Streaming) java server to live cast (really live, not on demand) screenshow + voice. I …

ffmpeg http-live-streaming mpeg2-ts ffprobe
How to get video size for HLS stream inside AVPlayer?

I am trying to get video resolution when playing hls stream. I have typical player init: let urlAsset = AVURLAsset(URL: …

ios swift avplayer http-live-streaming