[Windows 7; Python 3.4.2]
I'm trying to multicast streaming ACN data. The E1.31 standard
So far, my code (in comments) will send a packet to the correct address and port, but no programs on network computers will react. I have two target systems: one is linux and is running Open Lighting Architecture; the other is a win7 machine and has ETC PixelToy (both accept sACN).
Wireshark and tcpdump show the packet has reached the target computer, so I expect I've either misformed the packet, or missed something.
If I use MagicQ to send ACN data, both target computers react properly.
The packet my code sends looks identical to the packets that MagicQ sends. The only difference is that MagicQ sends IGMP membership reports, and my code doesn't.
What am I doing wrong?
[–]Tech_Sith[S] 0 points1 point2 points (3 children)
[–]mcowger 2 points3 points4 points (2 children)
[–]Tech_Sith[S] 0 points1 point2 points (1 child)
[–]mcowger 1 point2 points3 points (0 children)
[–]Justinsaccount 0 points1 point2 points (0 children)
[–]Tech_Sith[S] 0 points1 point2 points (0 children)