OpenRTMFP / ArcusNode

A RTMFP Rendevouz Service For Peer Assisted Networking With Adobe Flash on Node JS
GNU General Public License v3.0
176 stars 36 forks source link

Socket message handler error: TypeError: Cannot set property '1' of undefined #5

Open babsonmatt opened 13 years ago

babsonmatt commented 13 years ago
error [Tue Sep 20 2011 05:02:01 GMT+0000 (UTC)]  Socket message handler error: TypeError: Cannot set property '1' of undefined
at /home/matt/arcus/ArcusNode/lib/arcus_node.js:534:30
at /home/matt/arcus/ArcusNode/lib/arcus_node.js:245:7
at Socket.<anonymous> (/home/matt/arcus/ArcusNode/lib/arcus_node.js:867:9)
at Socket.emit (events.js:70:17)
at UDP.onMessage [as onmessage] (dgram_uv.js:307:10)
02 58 65 0C 02 F4 8D 40 5F 4A B4 10 00 2D 80 03 .Xe....._J...-..
01 01 05 00 54 43 04 02 00 11 09 D0 D6 73 00 02 ....TC.......s..
00 04 70 6C 61 79 00 00 00 00 00 00 00 00 00 05 ..play..........
02 00 08 6D 79 73 74 72 65 61 6D FF FF FF FF FF ...mystream.....
FF FF FF FF                                     ....
kommander commented 13 years ago

ArcusNode does not support stream replication yet. Use P2P streams only for now and you should be fine. If I have some time, I will bring streams to Arcus.

gaoliuhua commented 12 years ago

Hi, you mean that we can not use the NetStream funcions with ArcusNode yet? Thx

JanisGruzis commented 9 years ago

How does one do that? Im quite new with flash and found rtmfp example with NetStream from following link: http://old.haxe.org/doc/flash/peer2peer

P.S. I also met the same problem.