c# streaming over http to iphone

雨燕双飞 提交于 2019-12-04 21:44:24

I'd perform some sort of message sniffing.

Basically, I'd set up something that you can stream video to iPhone with (like TVersity) and then set up something to intercept the traffic between TVersity and the iPhone so that you can inspect the HTTP request and response.

Here is a blog post on how to set up TVersity:

http://geeks.pirillo.com/profiles/blogs/2300301:BlogPost:38497

The relative url "/iPhone" is the one that you want to sniff traffic on. It should shed some light on the proper message exchange pattern to download video to the iPhone.

try this one http://code.google.com/p/talifun-web/wiki/StaticFileHandler

or link in my first reply has source code

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