我正在尝试通过互联网从树莓派到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
以上是内存溢出为你收集整理的通过服务器从覆盆子pi到移动设备(Android或iOS)的HLS全部内容,希望文章能够帮你解决通过服务器从覆盆子pi到移动设备(Android或iOS)的HLS所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)