Page 1 of 1

streming over ipv5 multicast

Posted: 15 Jan 2014 17:56
by evansmb
I am trying to stream a file over IPv6 multicast. It appears as though the streaming computer is sending the data. When i try to start the client computer listening to the stream i get an error message: "Your input can not be opened. Vlc is unable to open the MRL udp://@[ff08::1]:1234. Check log for details." I haven't found any logs. I have set a log file under preferences -> advanced-> logging but VLC doesnt seem to create the log file listed there either. Would anyone have any suggestion on getting this device to listen to the stream.

Re: streming over ipv5 multicast

Posted: 15 Jan 2014 20:10
by evansmb
sorry for the type in the subject. obviously it should have been IPv6

main debug: adding item `udp://ff08::1:1234' ( udp://@[ff08::1]:1234 )
qt4 debug: Adding a new MRL to recent ones: udp://@[ff08::1]:1234
main debug: processing request item: udp://ff08::1:1234, node: null, skip: 0
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 3 items, index 2
main debug: starting playback of the new playlist item
main debug: resyncing on udp://ff08::1:1234
main debug: udp://ff08::1:1234 is at 2
main debug: creating new input thread
main debug: Creating an input for 'udp://ff08::1:1234'
main debug: meta ok for (null), need to fetch art
main debug: using timeshift granularity of 50 MiB, in path 'C:\Users\mbe0026\AppData\Local\Temp'
main debug: `udp://@[ff08::1]:1234' gives access `udp' demux `' path `@[ff08::1]:1234'
main debug: creating demux: access='udp' demux='' location='@[ff08::1]:1234' file='\\@[ff08::1]:1234'
main debug: looking for access_demux module matching "udp": 12 candidates
main debug: no access_demux modules matched
main debug: creating access 'udp' location='@[ff08::1]:1234', path='\\@[ff08::1]:1234'
main debug: looking for meta fetcher module matching "any": 1 candidates
main debug: looking for access module matching "udp": 20 candidates
access_udp debug: opening server=:0 local=[ff08::1]:1234
main debug: net: opening [ff08::1] datagram port 1234
main error: socket bind error (Cannot assign requested address)
access_udp error: cannot open socket
main debug: no access modules matched
main error: open of `udp://@[ff08::1]:1234' failed
lua debug: Trying Lua scripts in C:\Users\mbe0026\AppData\Roaming\vlc\lua\meta\fetcher
main debug: finished input
main debug: dead input
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher
main debug: changing item without a request (current 2/3)
main debug: nothing to play
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac
main debug: using meta fetcher module "lua"
main debug: removing module "lua"
main debug: searching art for udp://ff08::1:1234
main debug: looking for art finder module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\mbe0026\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
main debug: no art finder modules matched
main debug: art not found for udp://ff08::1:1234

Re: streming over ipv5 multicast

Posted: 17 Jan 2014 19:06
by Jean-Baptiste Kempf

Code: Select all

access_udp debug: opening server=:0 local=[ff08::1]:1234 main debug: net: opening [ff08::1] datagram port 1234 main error: socket bind error (Cannot assign requested address) access_udp error: cannot open socket main debug: no access modules matched
This is the issue.