简体   繁体   English

带有 Node.js 的 RTMP 谷歌云函数

[英]RTMP With Node.js Google Cloud Functions

I am looking to set up a Google cloud function via Node.js that receives an RTMP live video stream and saves it all as it comes in piece by piece, preferably to the same file.我希望通过 Node.js 设置一个谷歌云功能,它接收一个 RTMP 实时视频流,并将其逐个保存,最好保存到同一个文件中。 Looked around and around and unable to find anything here or elsewhere that might help me set up.环顾四周,无法在这里或其他地方找到任何可以帮助我设置的东西。 All the advice on here is basically to set up a Nginx server somewhere else with something else...这里的所有建议基本上都是用其他东西在其他地方设置 Nginx 服务器......

Any help or thoughts would be appreciated.任何帮助或想法将不胜感激。

It's not possible to implement something like that on Cloud Functions.在 Cloud Functions 上实现类似的东西是不可能的。 It doesn't support any form of streaming.它不支持任何形式的流媒体。 The incoming and outgoing payloads are limited to 10MB each, as shown in the documentation .文档中所示,传入和传出的有效负载各限制为 10MB。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM