Tom Kistner
Tom Kistner
32 bit signed build now up with 3.8 release.
Not with the code how it is currently written. At the moment, there's a 1:1 relationship between client and server streams. But it would be possible to add code so...
The streaming server replies with code 401, meaning you're not allowed to access the stream. Maybe you come from the wrong IP, or the server requires authentication?
Hi, thanks for the effort so far. I guess the 80 model needs different HID setup sequences. I have lifted those from the windows driver by listening to its HID...
Do a tcpdump like ```tcpdump -pni eno1 port 4010``` to see if you get any packets while playing sound. If you don't get any, try unicast (see the README.md on...
Hmmm, the cmake recipe uses pkg-config to find libpcap. Probably you have this problem: https://bugs.launchpad.net/ubuntu/+source/libpcap/+bug/1865501
What network equipment to you have in your LAN? This sounds like a multicast switching problem. Any "smart" switches that use IGMP snooping?
There are occasional problems around multicast, but not very common. The symptoms "first works, then after some time cuts out and works again when restarting receiver" is typical for problems...
If your switch has a web interface, log on there, search for options like "IGMP snooping" or "multicast helper" and turn all of that off.
You probably want to use interface metrics. See here: https://github.com/duncanthrax/scream/issues/119