sure u can by mount that smb to ur drive ( map )
i show mine as example then u figure it out
mount -t smbfs //noc/Rou /mnt/noc <- this command i proceed
mount -t smbfs //192.168.0.11/Rou /mnt/noc <- this is the actuall detail
note* /mnt/noc is the is the place i create it for me to view network file from 192.168.0.11
/Rou is the sharename from 192.168.0.11
if everything ok the the output of "df" command will be like this
[rou@net ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 8.1G 3.8G 3.9G 50% /
/dev/sda1 23M 5.1M 17M 24% /boot
/dev/sdb1 8.3G 4.2G 3.7G 53% /export
//noc/Rou 111G 104G 6.8G 94% /mnt/noc
after that u can play ur music/video as local system
good lucks
