/ / क्या एंड्रॉइड (4.x) पर HTTP लाइव स्ट्रीमिंग (HLS) बनाना (तैनात करना) संभव है? - एंड्रॉइड, आईओएस, आईफोन, आईपैड, http-live-स्ट्रीमिंग

क्या एंड्रॉइड (4.x) पर HTTP लाइव स्ट्रीमिंग (एचएलएस) बनाना (तैनाती) करना संभव है? - एंड्रॉइड, आईओएस, आईफोन, आईपैड, एचटीएमएल-लाइव स्ट्रीमिंग

क्या Android (4.x) पर HTTP लाइव स्ट्रीमिंग (HLS) को लागू करना (तैनात करना) संभव है? https://developer.apple.com/streaming/

जाहिर है कि आईओएस डिवाइस दोनों पर कब्जा कर सकते हैं / खेल सकते हैं, और मुझे पता है कि एंड्रॉइड कम से कम खेल सकता है, लेकिन कैप्चरिंग के बारे में कैसे? मुझे आश्चर्य होता है।

धन्यवाद।

उत्तर:

जवाब के लिए 0 № 1

मुझे अब तक मिला सबसे अच्छा जवाब है

FFmpeg के साथ HLS वीडियो स्ट्रीम बनाना १२ मई २०१३

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

जवाब के लिए 0 № 2

हाँ। HLS व्यापक रूप से Android 4.x पर उपयोग किया जाता है।