I want to stream video from a Windows server share to VLC on my desktop Fedora 13 linux box. Individual .avi files from the Windows share play correctly, but on my laptop (also Fedora 13) I can right-click the Video folder in the share (//ntserver/share/Video) and select "Open in VLC Media Player" and it loads all files and subdirectories from /Video into VLC's playlist. When I do that on my desktop box, I get:
Your input can't be opened:
VLC is unable to open the MRL 'smb://ntserver/share/Video'. Check the log for details.
When I check the log for details, I see:
main debug: Creating an input for 'smb://ntserver/share/Video'
main debug: thread (input) created at priority 10 (input/input.c:214)
main debug: thread started
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path '/tmp'
main debug: `smb://ntserver/share/Video' gives access `smb' demux `' path `ntserver/share/Video'
main debug: creating demux: access='smb' demux='' path='ntserver/share/Video'
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "smb"
main debug: TIMER module_need() : 0.514 ms - Total 0.514 ms / 1 intvls (Avg 0.514 ms)
main debug: creating access 'smb' path='ntserver/share/Video'
main debug: looking for access module: 1 candidate
access_smb error: open failed for 'ntserver/share/Video' (Is a directory)
main debug: no access module matching "smb" could be loaded
main debug: TIMER module_need() : 30.961 ms - Total 30.961 ms / 1 intvls (Avg 30.961 ms)
main error: open of `smb://ntserver/share/Video' failed: (null)
main debug: finished input
main debug: dead input
main debug: thread ended
main debug: changing item without a request (current 0/1)
main debug: nothing to play
Can anybody please tell me why VLC will play individual files over the share, but won't load the directory into the playlist? How can I resolve this and make it work correctly? Please advise.