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

ffmpeg limit number of segment file

I'm learning in generating hls stream Curently my ffmpeg command looks like ffmpeg -analyzeduration 100000000 -probesize 1000000 \ -i https://nasa-i.akamaihd.net/…

ffmpeg http-live-streaming m3u8
ffmpeg how to allow a file extension

New ffmpeg version check for file extension due to security issue in ffmpeg.org that use #EXT-X-KEY:METHOD=AES-128 since …

ffmpeg http-live-streaming
How to switch among alternate audio streams using AVPlayer

I have a test application that uses AVPlayer to play video specified by an m3u8 HLS playlist. The playlist …

ios avfoundation avplayer http-live-streaming
How to make a live audio streaming website?

I've been wanting to make a live audio streaming service, sort of like twitch. Now before you say this is …

streaming audio-streaming live http-live-streaming
How to convert .movpkg to mp4

I am streaming a video (.m3u8) by using AVPlayer let url = URL(string: "http:myUrl.m3u8") let player = …

ios objective-c swift http-live-streaming
HTTP live streaming with ios

My app is rejected by apple and they give a reason We found that your app does not use the …

iphone http-live-streaming
How to use HTTP Live Streaming protocol in iPhone SDK 3.0

I have developed on IPhone application and submitted to App store. But my application got rejected based on below criteria. …

ios iphone objective-c appstore-approval http-live-streaming
Widevine DRM on Android 4.X

As I know that starting from 4.X Android have built-in support for Widevine DRM. I'm making an application that streams …

android video streaming http-live-streaming drm
Parsing HLS m3u8 file using regular expressions

I want to parse HLS master m3u8 file and get the bandwidth, resolution and file name from it. Currently …

android regex http-live-streaming m3u8
Securing HLS with Token Authentication

I'm trying to protect as best as I can HTTP Live Stream format videos on our CDN. I would like …

security video token jwplayer6 http-live-streaming