LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   cant play mp3s over samba (https://www.linuxquestions.org/questions/linux-networking-3/cant-play-mp3s-over-samba-374066/)

Barserk 10-17-2005 06:34 PM

cant play mp3s over samba
 
Hey all

Using fc4 and finding network shares with 'network places' , I can only play music with xine when it is on the local filesystem. How do I make it play over directly from the share.

Paul

routers 10-17-2005 08:08 PM

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 :)

Barserk 10-18-2005 08:05 AM

Thanks Routers,

Got it working well thankyou,


P


All times are GMT -5. The time now is 04:08 AM.