-1

How we can capture live stream from gopro device in ios app and send it through opentok ?

I can stream from http://10.5.5.9:8080/live/amba.m3u8 in browser.

Now I want it to send to the server for live streaming on other devices.

4

1 回答 1

0

iOS 视频播放器使用标准 HTTP GET 请求来下载流。您需要编写一个小程序来下载 HTTP 实体并将它们上传到公共服务器(或 opentok,如果这是您所追求的)。

当来自实时流时,数据已经成块。m3u8 文件是一个列出块的文本播放列表!您可以使用 Wireshark、Fiddler 或 Charles 等流量分析工具进行查看。

于 2015-05-15T07:03:04.403 回答