通过服务器从 raspberry pi 到移动设备(Android 或 iOS)的 HLS
HLS from raspberry pi to mobile (Android or iOS) through server
我正在尝试通过互联网从 raspberry 到 Android 进行直播。
我通过网络搜索,我实际上能够从树莓派流式传输,并且当手机直接连接到树莓派时从移动设备读取流媒体。
但是,如果我想在线制作它,我在如何通过另一台服务器 "pipe" 流式传输方面缺少一些东西。
所以我主要想检查如何 post 将流传输到服务器,以及如何从移动设备实时检索它。
我已经检查了以下内容:
https://docs.peer5.com/guides/setting-up-hls-live-streaming-server-using-nginx/
您必须将端口转发到网络服务器上的外部端口。
您可以通过以下关键字 find them 获得一些教程:
raspberry pi streaming port forwarding tutorial
一些有用的链接是:
- https://www.raspberrypi.org/forums/viewtopic.php?t=56149
- https://iot.stackexchange.com/a/1562
- https://raspberrypi.stackexchange.com/questions/53954/how-to-connect-to-raspberry-pi-outside-of-local-network-without-port-forwarding
- https://raspberrypi.stackexchange.com/a/71493
尤其是这些:
我正在尝试通过互联网从 raspberry 到 Android 进行直播。
我通过网络搜索,我实际上能够从树莓派流式传输,并且当手机直接连接到树莓派时从移动设备读取流媒体。
但是,如果我想在线制作它,我在如何通过另一台服务器 "pipe" 流式传输方面缺少一些东西。
所以我主要想检查如何 post 将流传输到服务器,以及如何从移动设备实时检索它。
我已经检查了以下内容:
https://docs.peer5.com/guides/setting-up-hls-live-streaming-server-using-nginx/
您必须将端口转发到网络服务器上的外部端口。
您可以通过以下关键字 find them 获得一些教程:
raspberry pi streaming port forwarding tutorial
一些有用的链接是:
- https://www.raspberrypi.org/forums/viewtopic.php?t=56149
- https://iot.stackexchange.com/a/1562
- https://raspberrypi.stackexchange.com/questions/53954/how-to-connect-to-raspberry-pi-outside-of-local-network-without-port-forwarding
- https://raspberrypi.stackexchange.com/a/71493
尤其是这些: