假装iPad的UA信息,让服务器返回m3u8
public int getUserAgent()
{
if (!isDeBUGEnabled())
{
return 0;
}
return Integer.parseInt(mPrefs.getString(PREF_USER_AGENT,"0"));
}
private int userAgent = 3;
userAgent = Integer.parseInt(p.getString("user_agent","3"));
/*
* 3 is the UA of iPad
*/ ################# ##M3U8 TS info ################# http://blog.csdn.net/afeng0007/article/details/6765294 http live streaming(m3u8 streaming)(mpeg2-ts)
http://blog.codewrench.net/2011/02/17/streaming-live-video-to-ipadiphone-4/ A foreigner written,H264 -> segmenter -> ts (m3u8) -- http server -- http clIEnt
http://www.voidcn.com/article/p-kgpioawv-wm.html Hack to play the http live streaming source data 总结
以上是内存溢出为你收集整理的M3U8 -- 1全部内容,希望文章能够帮你解决M3U8 -- 1所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)