簡體   English   中英

是否可以在Android(4.x)上創建(部署)HTTP Live Streaming(HLS)?

[英]Is it possible to create(deploy) HTTP Live Streaming (HLS) on Android(4.x)?

是否可以在Android(4.x)上調用(部署)HTTP Live Streaming(HLS)? https://developer.apple.com/streaming/

顯然,iOS設備都可以捕獲/播放,而且我知道android至少可以播放,但是捕獲又如何呢? 我想知道互操作性。

謝謝。

到目前為止,我發現的最佳答案是

使用FFmpeg創建HLS視頻流2013年5月12日

http://walterebert.com/blog/creating-on-hls-video-stream-with-ffmpeg/

For video conversion I use FFmpeg. Creation of HLS is possible with FFmpeg, but not really well documented. So I had to figure out how to create the video streams. After a lot of research and experimentation I created my FFmpeg HLS reference implementation that is available on Bitbucket.

On iOS the created video plays without problems on new devices. Older iOS devices with a maximum resolution of 480×320 pixels seem to select the best quality stream available, even if they cannot play it. For Android you have to create a MP4 video and before converting it into a MPEG stream. Doing this in a single command creates a choppy stream on Android. Flash playback has still some issues if you change the bitrate. So I still have some work to do.

These are the writings of Walter Ebert on web development, web design and free, open source software

是。 HLS在Android 4.x上被廣泛使用。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM