Results 1 to 10 of 11
I want to be able to play music from my server (Ubuntu) on my desktop (Ubuntu). If I open it in XMMS it acts as if it is playing, but ...
- 11-14-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 11
Playing music from server
I want to be able to play music from my server (Ubuntu) on my desktop (Ubuntu). If I open it in XMMS it acts as if it is playing, but it's not. Is there a way to stream music like this?
- 11-14-2005 #2
I assume you have the remote server's music directory mounted somehow on your local system?
Can XMMS play local files alright?
- 11-14-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 11
Yes, XMMS can play local files. I didn't have the server mounted, I was just going through my network connections. I'm still a newb, although I am (slowly) learning.
I modified my /etc/fstab to include my server directory, but it says it can't display the contents of the folder.
- 11-14-2005 #4
Which file sharing scheme are you using? NFS? Samba?
- 11-14-2005 #5Just Joined!
- Join Date
- Apr 2005
- Posts
- 11
I'm using Samba.
- 11-14-2005 #6
Did you actually *mount* it first?
- 11-14-2005 #7Just Joined!
- Join Date
- Apr 2005
- Posts
- 11
No, I just went to Places>Network Servers>Windows Network>Server.
- 11-15-2005 #8
What does:
say?Code:mount
- 11-15-2005 #9Just Joined!
- Join Date
- Apr 2005
- Posts
- 11
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /lib/modules/2.6.12-9-386/volatile type tmpfs (rw,mode=0755)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
- 11-15-2005 #10
Then you don't actually have the share mounted.
Code:man smbmount


Reply With Quote
