Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    I assume you have the remote server's music directory mounted somehow on your local system?
    Can XMMS play local files alright?

  3. #3
    Just 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.

  4. #4
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Which file sharing scheme are you using? NFS? Samba?

  5. #5
    Just Joined!
    Join Date
    Apr 2005
    Posts
    11
    I'm using Samba.

  6. #6
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Did you actually *mount* it first?

  7. #7
    Just Joined!
    Join Date
    Apr 2005
    Posts
    11
    No, I just went to Places>Network Servers>Windows Network>Server.

  8. #8
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    What does:
    Code:
    mount
    say?

  9. #9
    Just 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)

  10. #10
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Then you don't actually have the share mounted.
    Code:
    man smbmount

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •