vlc works great for me with local files of all types. Never a problem.
However, some guys in our office setup some kind of box receiving sattelite channels and all the windows people here installed vlc, ran it, set it to receive udp://@239.0.0.239 and they were all watching.
No problem I think. I apt-get most of the required packages for vlc (grabbing the libebml package from another source). It's runs fine with local video files, but I am not getting a display when trying the network stream.
Launching vlc with -vvv option doesn't give me any clues as to what is wrong. The last lines of -vvv when trying to stream is:
Code: Select all
[00000276] main access debug: net: connecting to '[]:0@[239.0.0.230]:1234'
[00000276] main access debug: looking for network module: 1 candidate
[00000276] ipv6 access debug: 239.0.0.230: Address family for hostname not supported
[00000055] main module debug: using network module "ipv6"
[00000055] main module debug: unlocking module "ipv6"
[00000276] main access debug: looking for network module: 1 candidate
[00000274] main input debug: thread 79874992 (input) created at priority 0 (src/input/input.c:230)
[00000276] ipv4 access debug: IP_ADD_MEMBERSHIP multicast request
[00000074] main module debug: using network module "ipv4"
[00000074] main module debug: unlocking module "ipv4"
[00000203] main module debug: using access2 module "access_udp"
[00000280] main private debug: pre buffering
Should I attempt to compile the packages and libraries by hand? If anyone can offer any direction at all, it would be very helpful.
Thanks