Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
对于实时流媒体,我们必须使用 HTTP 流媒体或 RTMP 流媒体与 wowza MEdia 服务器,这里我们必须提供主机地址和端口号(默认端口号为 1935)。
这是我在应用程序中使用的一些有用的链接
http://www.themidnightcoders.com/fileadmin/docs/ios /index.html?asyncall.htm
您还可以从 github 找到演示应用程序,这是链接
https://github.com/slavavdovichenko/MediaLibDemos/downloads
For live streaming we have to use HTTP streaming or RTMP Streaming with wowza MEdia server here we have to give the host address with port number (by default port number is 1935).
here is the some useful link i have used in my application
http://www.themidnightcoders.com/fileadmin/docs/ios/index.html?asyncall.htm
you can also find demo apps from github here is the link
https://github.com/slavavdovichenko/MediaLibDemos/downloads
您可以使用 StreamingVideoProvider 视频平台及其 iOS 应用程序直接从 iOS 设备 iPhone 或 iPad 流式传输实时视频。更多信息此处。
You can use StreamingVideoProvider video platform and their iOS app to stream live video directly from iOS device iPhone or iPad. More info here.
使用 AVCaptureSession 检索视频帧并将每个帧发送到服务器。
请参考此链接
Retrieve frames for the video using AVCaptureSession and send each frame to to Server.
Please Refer this link