I am using kaffeine on a Linux machine to send a DVB stream (UDP, Port 1234) to the broadcast address 192.168.1.255. On other Linux machines, VLC can receive and display the stream data. But on Windows XP, I get the following error messages:
Code: Select all
main error: socket bind error (Cannot assign requested address)
access_udp error: cannot open socket
main warning: no access module matching "udp" could be loaded
main error: open of `udp://@192.168.1.255:1234' failed: (null)
Regards