Connecting to mpd over the Internet (outside home network) - error

I'm trying to connect to an mpd instance running on my home computer from my computer at work.  I have an OpenVPN server at home, and so I can securely connect to my home network from work.  I've set up a second instance of mpd and icecast at home, and I'm trying to connect to this at work.  I can connect to the extent of being able to pull my library, playlist info over, but I can't actually seem to play anything.
When I look at the mpd error messages, I find:
shout_output: Failed to open "exelion HD mpd stream" [shout]: problem opening connection to shout server localhost:8000: Login failed
output: Failed to open audio output
I'm trying to connect using Cantata (which I use at home and like). 
Things I've played with:
originally in my mpd config I had:
user "source"
I tried commenting that out and just letting mpd use whatever the default user is, but that didn't seem to help.
The other thing I wonder about but haven't tried is different settings for "admin-user" in the icecast config.
I currently have
<admin-user>my-home-usernamer</admin-user>
.  Should I change this to "admin"?  Does it matter? 
The passwords match between the mpd and icecast configs.

Foucault wrote:Just in case you are not aware of it, MPD has built-in HTTP streaming to mp3/ogg/whatever. Unless you need any of the more advanced Icecast features, just use the httpd audio_output and get done with it.
Thanks. I didn't know that. But that seems much easier.  I tried this, but I'm still having trouble.  From the mpd server I get the following report:
path: SetFSCharset: fs charset is: UTF-8
libsamplerate: libsamplerate converter 'Fastest Sinc Interpolator'
vorbis: Xiph.Org libVorbis 1.3.4
opus: libopus 1.1
sndfile: libsndfile-1.0.25
db: reading DB
curl: version 7.40.0
curl: with OpenSSL/1.0.2
avahi: Initializing interface
avahi: Client changed to state 2
avahi: Client is RUNNING
avahi: Registering service _mpd._tcp/Music Player
avahi: Service group changed to state 0
avahi: Service group is UNCOMMITED
avahi: Failed to add service _mpd._tcp: Local name collision
state_file: Loading state file /home/user/.mpd/icecast-state
server_socket: bind to '0.0.0.0:8000' failed: Address already in use (continuing anyway, because binding to '[::]:8000' succeeded)
playlist: play 0:"Bob Marley/Bob Marley & the Wailers (1972-1980) - The Unreleased Studio Sessions/Disc 01 - The 'Catch A Fire' Sessions/1-01 Concrete Jungle (Studio Demo).mp3"
replay_gain: replay gain mode has changed -1->1
replay_gain: scale=1.000000
replay_gain: replay gain mode has changed -1->1
replay_gain: scale=1.000000
config: option 'quality' on line 19 was not recognized
playlist: queue song 1:"Bob Marley/Bob Marley & the Wailers (1972-1980) - The Unreleased Studio Sessions/Disc 01 - The 'Catch A Fire' Sessions/1-02 Slave Driver (Studio Demo).mp3"
decoder: audio_format=48000:24:2, seekable=true
client: [0] opened from 192.168.1.5:53478
client: [1] opened from 192.168.1.5:53479
client: [1] process command "channels"
client: [1] command returned 0
client: [1] process command "idle"
client: [1] command returned 1
client: [0] process command "status"
client: [0] command returned 0
client: [0] process command "stats"
client: [0] command returned 0
client: [0] process command "urlhandlers"
client: [0] command returned 0
client: [0] process command "tagtypes"
client: [0] command returned 0
client: [0] process command "currentsong"
client: [0] command returned 0
client: [0] process command "replay_gain_mode off"
replay_gain: replay gain mode has changed 1->-1
replay_gain: replay gain mode has changed 1->-1
client: [0] command returned 0
client: [0] process command "listallinfo"
buffered_socket: error on client 0: Output buffer is full
client: [0] command returned 0
client: [0] closed
client: [2] opened from 192.168.1.5:53480
client: [2] process command "playlistinfo"
client: [2] command returned 0
client: [2] process command "status"
client: [2] command returned 0
client: [2] process command "status"
client: [2] command returned 0
client: [2] process command "listallinfo"
buffered_socket: error on client 2: Output buffer is full

Similar Messages

  • IPhone 4 not able to connect to the internet via home network

    WiFi is on. the home network appears under WiFi with a check mark, but when I go to Safari or go to download email, it's still using the 3G network. What's up? I've already reset the network settings. My kids iTouches are doing the same thing. Their error message is Cannot Open Page.

    I have the same problem. all started when upgraded my iphone 4 to iOS 4.3...
    hopefully, this fix this on the 4.3.1 and SOON!

  • MAX connection to cRIO over the Internet

    Is it possible to use some sort of virtual IP mechanism to allow a remote cRIO to appear as a local IP addressable device and be recognized in MAX?

    Hello sachsm,
    A virtual IP address (VIP or VIPA) is an IP address that is not connected to a specific computer or network interface card (NIC) on a PC. We do not make any software that creates a Virtual IP, but if you can create one using third party software such that those IP addresses can be seen on the network on the same subnet as the PC, they should be viewable in MAX.
    Regards,
    Deborah Y.
    LabVIEW Real-Time Product Marketing Manager
    Certified LabVIEW Architect
    National Instruments

  • QMASTER server visable over the internet

    So what I wan't to do is be able to setup a cluster of computers just for rendering and be able to have people outside of my network upload scripts to this cluster. Specifically SHAKE scripts.
    I have read through any information I could find on how to configure a Qmaster Server to be accessable outside of a local network, but nothing showed me how to do it. I just want to make sure its possible.
    Thanks.

    Gunjack wrote:
    Heya,
    I have massive gaps in my knowledge, I can happily write java programs using server sockets and get them connecting to stuff on a local network... but I have absolutely no idea how I can make it so that I can connect to it over the internet :S The Java code is exactly the same. The only thing that's different is instead of passing "127.0.0.1" or "192.168.1.2" as the host address, you pass the public IP address of the host you're connecting to.
    How do you do that? Ive got my servers and clients all connecting to localhost at the moment, how can i get it to work online? I dont imagine that I can just run the server codes on my pc and enter something other than localhost to make it connect from outside the network...can I?If you want somebody from outside your local home network to be able to connect to your server, you have to give them a public IP address. If your server is connected directly to your cable modem or DSL modem, then it may or may not have a public IP address.
    If your server is behind your own router (and also for some cases connected directly to the modem), you'll have to configure NAT on the router. (How you do that is specific to your router, and should be in its docs. Most home routers have a web interface for administration.) Set router to forward some port on its WAN side to some port (usually the same port, but doesn't have to be) on your server. The client connects to the public IP of the router, which then forwards it to your server.
    Either way, it will only work if your ISP allows incoming connections to that port on your public IP address.
    [http://en.wikipedia.org/wiki/Network_address_translation]
    [http://en.wikipedia.org/wiki/Private_ip_address]
    Edited by: jverd on Jan 27, 2010 12:37 PM

  • Unable to see Dashboard over the internet (Portal)

    Dear All,
    I have one issue here which is bit technical,
    I have made an Xcelsius Dashboard (Connection Type: Excel XML Maps (BW Queries)) and uploaded SWF file on to KM Repository in Portal. I have created Document iview and a role to published the dashboard on Enterprise Portal.
    Now when i am trying to access that Dashboard from Portal within local network it works fine but when i try opening the same Dashboard over the internet from home it gives an error.
    ERROR DETAILS:
    To access external data, add a cross-domain policy file to the external data web server.
    For more information, on the Adobe website, see the article u201CCross-domain Policy File Specificationu201D.
    If the problem persists, contact the file creator or your system administrator.
    Error: Error #2048
    Connection Type: Excel XML Maps
    File URL: https://www.portal.com/irj/go/km/docs/documents/dashboards/dashboard1.swf
    External Data URL: http://bwserver.domain.com:8000/sap/bc/bsp/sap/zbo_data/Data.xml?infocube=ZFIGL_FM&query=ZFIGL_FM_Q0003_BO&VAR_NAME_1=0P_FYRA&VAR_VALUE_EXT_1=2009
    I have added crossdomain into WebAppl Srvr of BW Server .. Created BSP Application ---> Imported crossdomain file ---> set BSP App in Default Service.
    Please suggest me possible Solutions.

    Closing Thread

  • Unable to see Dashboard over the internet Using Enterprise Portal

    Dear All,
    I have one issue here which is bit technical,
    I have made an Xcelsius Dashboard (Connection Type: Excel XML Maps (BW Queries)) and uploaded SWF file on to KM Repository in Portal. I have created Document iview and a role to published the dashboard on Enterprise Portal.
    Now when i am trying to access that Dashboard from Portal within local network it works fine but when i try opening the same Dashboard over the internet from home it gives an error.
    ERROR DETAILS:
    To access external data, add a cross-domain policy file to the external data web server.
    For more information, on the Adobe website, see the article u201CCross-domain Policy File Specificationu201D.
    If the problem persists, contact the file creator or your system administrator.
    Error: Error #2048
    Connection Type: Excel XML Maps
    File URL: https://www.portal.com/irj/go/km/docs/documents/dashboards/dashboard1.swf
    External Data URL: http://bwserver.domain.com:8000/sap/bc/bsp/sap/zbo_data/Data.xml?infocube=ZFIGL_FM&query=ZFIGL_FM_Q0003_BO&VAR_NAME_1=0P_FYRA&VAR_VALUE_EXT_1=2009
    I have added crossdomain into WebAppl Srvr of BW Server .. Created BSP Application ---> Imported crossdomain file ---> set BSP App in Default Service.
    Please provide possible solutions

    We have the same problem.
    The Solution 1.
    http://wiki.sdn.sap.com/wiki/display/EmTech/Addcrossdomain.xmlontherootofSAPWebapplication+server
    and 2.
    http://www.asabau.com/2009/04/crossdomain-policy-file-in-sap-web-application-server/
    does not work.
    How you have fix it?
    regards
    Chris

  • I'm unable to browse the internet at home on my Macbook Pro (10.6.3), even though it shows I am connected to the wireless network with full bars.

    This problem began weeks ago, when I suddenly couldn't browse the Internet at home despite being fully connected to the network. The network was a private, password-protected wireless network set up through a Netgear router.
    I have spent hours troubleshooting and have tried multiple fixes including resetting PRAM, deleting and re-creating Airport, deleting and re-creating networks, changing IP and DNS, etc. to no avail. My roommate's PC works perfectly fine on the same wireless network.
    This seems to be an issue with networks I use long-term. I can connect fine to networks at Starbucks, etc. for short-term use. Also, while trying to troubleshoot my connection issues on my home network over the last few weeks, I'd been using my apartment complex's public wireless connection (no password) with no issues. All of a sudden, I am having the same exact issue with that network. It's like something just snaps and maybe gets configured wrong after a few weeks or months of use.
    I am desperate to find a fix, since now I can't use the internet AT ALL while at home and need it for work.
    Thank you in advance for your help!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.)

  • How can I connect to my Mom's machine over the internet?

    I installed ARD 3.6.1 on my laptop and was able to do a successful Intereact > Control to my Mom's machine from my machine while at her house, but when I went home to my house and tried the same thing I got the message:
    "Connection failed to Mom's Computer.  . . Please make sure that the Remote Mgmnt is enabled . . . Also make sure network connection is working properly."
    Any clues?
    Greg

    Yes you can do this, connect to another computer over the internet using ARD--if you a person who likes to sleep on a bed of nails for the fun of it, who enjoys unanesthetized body piercings. But this product is not designed for this. It's designed for using on networked computers. After spending about ten hours tryng to make it work, I was finally told by a wise Apple support guy that while such a thing is possible, grasshopper. it's really hard and impractical, and even if you get it work, it probably won't stay working. I was given a refund and told to look for a more suitable product.
    Voila, I found it! The logmein.com free product does everything I want. Everything! In less than 15 minutes.
    My beef is with the Apple ARD website. Why don't they just say at the beginning:
    Warning: Not designed to support your mother's frickin computer over the internet!
    Would've saved 10 hours of grief and two calls to Apple Support.

  • Control home appliance over the internet

    Hi .
    I am doing a project using Java & C on linux to control a home appliance attached to my system.. it needs a little cheap electronic ckts ..and i have developed a small gui to control it ovwer the network. it works fine till there.. now i want to extend its functionality over the internet. The issues are
    -> how do i identify the (ipadd) machine thats running my app if i use a dial up conxn where the ip add changes every session
    ( In short how do i control the machine @ my home from somewhere else like an internet cafe) ???
    I use a datagram based socket & packet for implementing this.. any suggestions?

    how do i identify the (ipadd) machine thats running my app if i use a dial up conxn where the ip add changes every session ?
    "(ipadd) machine thats running my app" - Which machine are you talking about? You have 2 to 3 systems. One is your machine in Internet cafe and another is the home appliance. And/Or you can have a middleware machine in your home. Either way you should know the IP Address or URL address. Else you will not be able to connect.
    how do i control the machine @ my home from somewhere else like an internet cafe) ???
    You can have 3 systems. One in Internet cafe, second, a middleware machine in your home and third is your home appliance. The middleware has a application enabled by wired or bluetoothed to talk to the home appliance. The middleware can have a URL or IPAddress. Connect to this machine from your cafe and do the neccessary.
    Good wishes,
    Rajesh

  • Just bought MacBook Pro, cannot connect to the Internet at home. I have wifi at home and my iPad and cell phone can connect to the wifi

    Just bought MacBook Pro, cannot connect to the Internet at home. I have wifi at home and my iPad and cell phone can connect to the wifi

    ***   When you post for help, please state which OS X is installed.
    If you aren't sure, click About this Mac from your Apple menu 
    Troubleshooting advice can depend on that information.

  • How do I connect my Centro to the Internet via bluetooth over PC's Internet? Where is Centro's PPP Connection Type? How do I setup Login Script for bluetooth connection?

    I am trying to set up bluetooth on the Centro to connect to the internet via my PC's internet.
    HotSync over bluetooth works successfully.
    Computer specs: Toshiba P205-S6277; Bluetooth Stack v5.10.04 (currently using); Bluetooth Monitor v3.01 (to use Vista's built-in bluetooth)
    I think I have narrowed my problem down to 3 things.
    (1) Finding Network Access properties (to allow connected devices to access the internet)
    (2) Finding Centro's Network Connection Type: PPP
    (3) Finding the correct Login Script to use
    for (1) I think I've looked everywhere; found nothing on Network Access. 
    Checked control panel: only Bluetooth Local COM
    Right-clicked bluetooth icon > Settings: File transfer, PAN Networking, PAN DHCP server, AV controls. Other bluetooth settings are for file transfer or object push. I don't see anything like this.
    I'm stumped on (2). It seems as if palm removed this option under Centro's Advanced network settings .
    Nearly all the forums that I read says to choose Connection Type: PPP.
    (3) Found 2 scripts that seemed would work. I don't know how it exactly works but it sounds workable.
    First script:
    Send: CLIENT
    Send: CLIENT
    Wait for: CLIENTSERVER
    End:
    Script 1 Connect Log:
    =======================================
    Connect Log
    S: client
    S: client
    R:
    Err: 0x121F   <<<netErrUserCancel b/c I canceled it. 
    Not connected
    ========================================
    I canceled it because the process would stay on "Signing In" then it automatically "Canceled" itself.
    Second script:
    Send CR:
    Delay: 1
    Send: CLIENT
    Wait For: CLIENTSERVER
    End
    **UPDATE** I found on this forum (Reply # 3689) that the script is needed only if you are using Palm OS 4 or under. Centro uses Palm OS 5.49121. Can anyone support this?
    Even without the script it has problems "Signing In".
    I'm currently reading this site and trying out its decribed methods. I will update this thread when I get the results.
    I'm using the Centro. And If anyone's been able to successfully connect to the internet on the Centro via a bluetooth connection to the PC WITHOUT 3rd party applications, please share.  If not, please share any ideas.
    Thanks!
    -Eric
    Post relates to: Centro (AT&T)
    Message Edited by naisanza on 01-01-2009 02:26 PM

    I've been going at this for days, and have probably exhausted all the proposed solutions on the first 3 pages of various google searches. I'm getting the feeling that Vista users are pretty much SOL for the time being.
    For the record, I just tried out a few of the solutions (mRouter & SoftickPPP) on XP and they work perfectly.
    Post relates to: Centro (Verizon)
    Message Edited by Cogwheel on 02-13-2009 09:45 AM

  • Connecting to a database over the internet

    Hello ,
    Ok heres an interesting question -
    I would like to have an applet running on my browser which needs to connect to a central server over the internet, which in turn will need to connect to a database and query some results. These results will be stored as flat files within the server.
    At the moment, I have a URL that connects to the database via the
    internet and that is working. However I don't think my applet on my browser will be able to create a flat file on that server direclty.
    Could some one please tell me how to go about this problem?
    Shalini

    Yes, put a servlet in between the applet and database. Let the servlet interace with the database on the applet's behalf and write that file on the server side.
    %

  • HT201365 My macbook pro was recently returned to me after having been lost. When I turned it on and connected to the internet at home, the activation lock activated. I put my password in and the macbook went to a white apple screen and now won't do anythi

    My macbook pro was recently returned to me after having been lost. When I turned it on and connected to the internet at home, the activation lock activated. I put my password in and the macbook went to a white apple screen and now won't do anything else. How do I get it running again?

    Take it to an Apple Store. Take proof of purchase with you.

  • I can't connect to the internet at home using my iPhone.

    I have had my iPhone for a few months and have never been able to access the internet at home - I have a wireless router that works fine with my Macbook. My local reseller/Apple technician said it was likely that my router was too old to support multiple devices (even two) and recommended I buy and Airport Extreme, which I did. I set up the device, it works well on laptop, but iPhone still cannot connect to the internet.  Very frustrating.  If anyone has any advice, I'd be very grateful.  Many thanks.

    Hi Harriet,
    that helps to understand your setup! Usually you should set / activate the DHCP tab. DHCP means in simple terms, that the router sends all information necessary to browse the internet to your device automagically. In your case I can't spot any obvious problems.
    An IP address (to identify the iPod) is available, as well as subnet mas, the routers IP address (=gateway) and name resolution servers (DNS, so www.apple.com gets translated into the proper IP address for the internal working of the internet). Usually DNS info is wrong and thus the names can not be resolved to IP addresses. You can test that as follows:
    Open Safari on your iPod and connect to http://131.188.171.11 (it is my university departments web server). If you get a strange looking german web page instead of the error message, DNS is the troublemaker for you.
    There exists the possibility that you have to use a proxy server for web access, but if you haven't have to set it up for your Macs, it shouldn't be necessary for the iPod either.
    I don't know anyone with an Actiontec router, so I know nothing about any other peculiarities of that router.
    Volker

  • Time Capsule connection over the internet

    I bought the new Time Capsule 2T. I do travel a lot and want access to my files on the HDD of the Time Capsule. Despite some info on the internet I can not connect my Time Capsule over the internet. Any ideas how I can set my Time Capsule in such a way that I am able to connect over the internet.

    [this|http://discussions.apple.com/thread.jspa?messageID=12994417&#12994417] discussion might provide pointers.
    JGG

Maybe you are looking for

  • Best way to set-up network?

    I have a two-month old MacBook Air (2.13 Ghz, 4 GB) running 10.6.7, an older macbook pro, and a 1 TB Timecapsule. I currently have my iphone synced with itunes on my Pro, but as I am not using that one on a daily basis, I would like to sync to my air

  • RMI problem with weblogic.jar

    We have a pure Java client that connects to the Weblogic server. While trying to connect we receive the error message below. I have unjarred the weblogic.jar file and discovered that the Stub.class is actually in weblogic/rmi/extensions/server/ while

  • Create file with subdirectories? (Unzip)

    Hi, when following the example to unzip the contents of a zip file (http://developer.java.sun.com/developer/technicalArticles/Programming/compression/ ), it fails when the files are situated in subdirectories. So there is no way to create a file in n

  • Faster way of doing this?

    Is there a faster way to do either of these and accomplish the same result?      public int getXPForLevel(int level) {           int points = 0;           int output = 0;           for (int lvl = 1; lvl <= level; lvl++) {                points += Mat

  • Portal upgrade without iAS upgrade

    I have upgraded my Portal instance from 3.0.6 to 3.0.6. But I didn't upgrade my iAS instance, and I got this message at login: "Call to WPG_SESSION API Failed.Error-Code:6550" I read somewhere that the problem might be, that I didn't upgrade iAS 1.0.