UDP Video Streaming on Android

被刻印的时光 ゝ 提交于 2019-12-04 05:24:10

I'm not sure Android natively supports UDP as it's not listed in the Network Protocols

http://developer.android.com/guide/appendix/media-formats.html

Many 3rd party mediaplayers are based upon the FFMPEG libraries. You may want to use FFMPEG in your project although that's a task in its own.

You can also stream via udp:// using the Vitamio library (it uses ffmpeg behind the scenes). http://www.vitamio.org/en/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!