开发者

Network Protocol for streaming Media to Android Phone?

According to Android developers site. Android supports RTSP & HTTP progressive download protocols. So my question is which of them is preferable to be used in the cas开发者_开发技巧e of wanting to stream media (Audio/Video) from my pc at home. Taking in consideration the Android Phone will be connected to internet through 3G network.

Thanks in advance.


See my answer here Developing A Streaming Server For Android. This simply uses IIS as the server but you could easily develop it further perhaps with your own HTTP-based service.

This is the simplest approach as you don't need to host an RTP/RTSP service on your PC. It's also the most universal as all network providers should allow your client to use HTTP but use of RTP/RTSP isn't guaranteed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜