How to play Live Streaming video in Android

前端 未结 2 403
孤街浪徒
孤街浪徒 2021-01-14 05:31

In my project I have a requirement to play live streaming video. I have seen many comments that \"live streaming is supported only from 3.0\" so that I have to use emulator

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-14 05:54

    According to some threads, you should use httplive:// scheme for version 2.3 and 3.0 and the http:// scheme for 3.0+: How to play m3u8 on Android?

    It worked on my 2.3 device but I'm not sure if it wold work on an emulator. Moreover, I made it work using the m3u8 test URI ( http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 ) of apple. I can't still make it work using the my own URI.

提交回复
热议问题