建立与流媒体服务器和 iPhone 的套接字连接
我想与流媒体服务器(使用 iPhone)建立套接字连接,并希望将其内容(如图像、.css 等)下载到 iPhone。任何想法或示例代码都可以帮助我。我只需要为客户端编写代码。
I want to establish socket connection to streaming server (with iphone ) and want to download its content like image,.css,etc to iphone. Any Idea or sample code is can help me. I need to write code for client only.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
按如下方式建立连接并将 urlStr 更改为您的服务器 URL
使用 NSStream Delegate 如下读取数据
Establish Connection as follows and change the urlStr to your server URL
Make Use of NSStream Delegate as follows to read data
我使用的代码略有变化:
而不是
Slightly changes in the code I used:
Instead of