ArcusNode无法设置未定义的属性“1”

时间:2022-12-02 08:16:29

My problem is the one discribed in this issue - https://github.com/OpenRTMFP/ArcusNode/issues/5

我的问题是这个问题中描述的问题 - https://github.com/OpenRTMFP/ArcusNode/issues/5

ArcusNode is dumping the same error for me when I try to stream video to client with RTMFP.

当我尝试使用RTMFP将视频流式传输到客户端时,ArcusNode正在为我转储相同的错误。

The streamer part is in this repository: https://github.com/JanisGruzis/RtmfpStreamer

流媒体部分位于此存储库中:https://github.com/JanisGruzis/RtmfpStreamer

The receiver part is in this repository: https://github.com/JanisGruzis/RtmfpVideoPlayer

接收器部分位于此存储库中:https://github.com/JanisGruzis/RtmfpVideoPlayer

Those are FDT ActionScript projects. As far as issue tells I should not use stream replication but what is that and how to avoid it in AS? Can I avoid it with NetStream class by configuring it somehow? As you can tell Im quite new to Flash world so maybe Im missing something.

那些是FDT ActionScript项目。至于问题告诉我不应该使用流复制,但那是什么以及如何在AS中避免它?我可以通过某种方式配置NetStream类来避免它吗?你可以告诉我对Flash世界很新,所以也许我错过了一些东西。

Also, the tutorial I inspired from was the following, but that is probably for Adobe Cirrus. http://old.haxe.org/doc/flash/peer2peer

此外,我启发的教程如下,但这可能是Adobe Cirrus。 http://old.haxe.org/doc/flash/peer2peer

1 个解决方案

#1


It seems that ArcusNode is no more maintained (last commit is from 2 years ago). You could try MonaServer which is a complete open source and lightweight server. It supports each features of RTMFP (object replication, NetStream, NetGroup...).

似乎不再维护ArcusNode(最后一次提交是从2年前开始)。您可以尝试MonaServer,它是一个完整的开源和轻量级服务器。它支持RTMFP的每个功能(对象复制,NetStream,NetGroup ...)。

They are also some samples here : Mona Samples (source codes are here)

它们也是一些样品:Mona样品(源代码在这里)

#1


It seems that ArcusNode is no more maintained (last commit is from 2 years ago). You could try MonaServer which is a complete open source and lightweight server. It supports each features of RTMFP (object replication, NetStream, NetGroup...).

似乎不再维护ArcusNode(最后一次提交是从2年前开始)。您可以尝试MonaServer,它是一个完整的开源和轻量级服务器。它支持RTMFP的每个功能(对象复制,NetStream,NetGroup ...)。

They are also some samples here : Mona Samples (source codes are here)

它们也是一些样品:Mona样品(源代码在这里)