其他分享
首页 > 其他分享> > 通过服务器从覆盆子pi到移动设备(Android或iOS)的HLS

通过服务器从覆盆子pi到移动设备(Android或iOS)的HLS

作者:互联网

我正在尝试通过互联网从树莓派到Android进行实时直播.

我通过网络进行搜索,实际上可以从树莓派进行流传输,并且当移动设备直接连接到树莓派时可以从移动设备读取流.

但是,如果我想使其联机,那么我就缺少如何通过另一台服务器“管道传输”此流的内容.

因此,主要我想检查如何将流发布到服务器,以及如何从移动设备实时检索流.

我已经检查了以下内容:

Http Live Streaming with the Apache web server

https://raspberrypi.stackexchange.com/questions/7446/how-can-i-stream-h-264-video-from-the-raspberry-pi-camera-module-via-a-web-serve

https://docs.peer5.com/guides/setting-up-hls-live-streaming-server-using-nginx/

解决方法:

您必须将端口转发到Web服务器上的外部端口.
您可以通过此关键字将一些教程设置为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

特别是这些:

> https://jacobsalmela.com/2014/05/31/raspberry-pi-webcam-using-mjpg-streamer-over-internet/
> https://videos.cctvcamerapros.com/raspberry-pi/ip-camera-raspberry-pi-youtube-live-video-streaming-server.html

标签:hls,raspberry-pi,android
来源: https://codeday.me/bug/20191109/2012702.html