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

Realtime Audio/Video Streaming FROM iPhone to another device (Browser, or iPhone)

I'd like to get real-time video from the iPhone to another device (either desktop browser or another iPhone, e.g. …

iphone video-streaming audio-streaming http-live-streaming
Uploading live streaming video from iPhone

How to live stream videos from iPhone to server like Ustream or Qik? I know there's something called Http Live …

iphone cocoa-touch iphone-sdk-3.0 http-live-streaming
ffmpeg transcoding reset the start time of file

I use a segmenter to segment my MPEG 2 Ts file into a series of media segment for HTTP live streaming …

ffmpeg http-live-streaming transcode
MediaPlayer Framework on GingerBread and Apple's HTTP Live Streaming Support

According to the release notes, StageFright replaces the OpenCore framework in the GingerBread release. It seems that there have been …

android http-live-streaming stagefright
Is it possible to cache HLS segments with AVPlayer?

Root Problem​ Our video buffers a lot when seeking in iOS. It buffers quite a bit more than our web …

ios video-streaming avfoundation avplayer http-live-streaming
Set up a Red5 server with FFmpeg for live streaming to iOS

I'm an app developer and I need to implement FFmpeg to transcode/change an rtmp live stream to an http …

ios ffmpeg red5 http-live-streaming
Create MPEG-DASH Initialization segment

I am looking to convert between HLS and MPEG Dash. I do not access to the original fully concatenated video …

ffmpeg http-live-streaming mpeg-dash adaptive-bitrate mp4box
Decrypt M3U8 Playlist encrypted with AES-128 without IV

I'm currently building an Application for downloading M3U8 Playlists, but i've run into an issue: If the Playlist is …

c# aes http-live-streaming m3u8
MPEG-TS Segments HTTP Live Streaming

I'm trying to interleave MPEG-TS segments but failing. One set of segments was actually captured using the built in camera …

encoding ffmpeg http-live-streaming playlist mpeg
Extracting Metadata from HLS stream(m3u8 file)

I have a requirement where I need to extract metadata from an HLS Stream in Android. I have found two …

android ffmpeg http-live-streaming m3u8 vitamio