Streaming from Windows File Server FAIL
Posted: 09 Dec 2021 15:03
Hi...
i have 2 machines:
1x Linux Samba
1x Windows8.1x64
Windows has activated Samba1,2&3 in Powershell.
when i play a video file "stream" in Windows VLC from Linux HDD/SSD, Works Ok.
Windows can see Linux Shared Samba Folders,
Play / Stream Ok.
when file is on external USB drive or another Ext4 HDD/SSD owned by other username.
i need to add/create manually the Samba Network Drive
PROBLEM:
to do the opposite...
play/stream a file in Linux_VLC from a Windows HDD/SSD Shared Network Folder...
Linux requires to "Add a Network Folder", "Microsoft Windows Network Drive", in Dolphin File Explorer.
Works.
i can see Windows Shared Folders in Linux Network File Explorer...
i can copy, move, delete, create folders, open text files, open photos...
BUT...
VLC cannot play audio Nor video files..
when i try to play a .mp3 or .mp4 or .mkv or .mka from Windows Network Drive Shared Folder in
Linux VLC
will copy the file from Windows machine to Linux:
VLC cannot play/stream/read file,
cannot access file, does Not have permit.
i have 2 machines:
1x Linux Samba
1x Windows8.1x64
Windows has activated Samba1,2&3 in Powershell.
when i play a video file "stream" in Windows VLC from Linux HDD/SSD, Works Ok.
search file, click play with Windows VLCWindowsKey+R
type: \\ip.
Windows can see Linux Shared Samba Folders,
Play / Stream Ok.
when file is on external USB drive or another Ext4 HDD/SSD owned by other username.
i need to add/create manually the Samba Network Drive
$ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.backup
$ sudo nano /etc/samba/smb.conf
add at the bottomCtrl+XCode: Select all
[Name] comment = name path = "/media/USB drive name/folder name" writeable = yes guest ok = yes create mask = 0777 directory mask = 0777 force user = username
Y
$ sudo systemctl restart smbd
PROBLEM:
to do the opposite...
play/stream a file in Linux_VLC from a Windows HDD/SSD Shared Network Folder...
Linux requires to "Add a Network Folder", "Microsoft Windows Network Drive", in Dolphin File Explorer.
DONE...Name to display in Linux Network File Explorer
\\ip. or windows machine name
shared folder name
Works.
i can see Windows Shared Folders in Linux Network File Explorer...
i can copy, move, delete, create folders, open text files, open photos...
BUT...
VLC cannot play audio Nor video files..
when i try to play a .mp3 or .mp4 or .mkv or .mka from Windows Network Drive Shared Folder in
Linux VLC
will copy the file from Windows machine to Linux:
folders and files have Read, Write, Execute/home/username/.cache/kioexec
i have installed latest Snap VLC for Kubuntu 20.10 Groovy Gorilla.$ ls -l -h -a
VLC cannot play/stream/read file,
cannot access file, does Not have permit.
-- logger module started --
filesystem error: cannot open file /home/username/.cache/kioexec/krun/101487_0/abcdef.mp3 (Permission denied)
-- logger module stopped --