Music server with wrt54gs

I have a wrt54gs wireless router. Everything works great.  I installed a requestauduio music server that has an internet connection.
I set up a static IP and it connects fine to the internet.  The idea is to be able from OUTSIDE of the house connect to the music server.
I go to the website request.com and log in and it tries to connect and it gives me the info. I am not having any luck setting up the linksys to allow me to gain access.
I know my main IP into the home and it finds it.  It tells me the following
netsync port  4665
web port 80
control port 3663
xml (flash port) 3660
Where and how do I input this into the router?
I went to applications and games
added application = music
start 4665 to 4665
both
the static ip of the device
and checked enable.
I am doing something wrong. Can anybody please fill in the blanks of my inexperience.

You are in the right place, but you may need to port forward all the ports used by the application. If you forward port 80, is there some kind of security you can set up to restrict access, otherwise you may find everyone on the internat has access to your music....
Tomato 1.25vpn3.4 (SgtPepperKSU MOD) on a Buffalo WHR-HP-G54
D-Link DSM-320 (Wired)
Wii (Wireless) - PS3 (Wired), PSP (Wireless) - XBox360 (Wired)
SonyBDP-S360 (Wired)
Linksys NSLU2 Firmware Unslung 6.10 Beta unslung to a 2Gb thumb, w/1 Maxtor OneTouch III 200Gb
IOmega StorCenter ix2 1TB NAS
Linksys WVC54G w/FW V2.12EU
and assorted wired and wireless PCs and laptops

Similar Messages

  • Building a music server with g3

    Hi- I have an old blue and white powermac g3 which I'd like to turn into a music server. To do that I need a much bigger hard drive (min 250g) and the ability to link into my airport network. Can folks give me some ideas about how to accomplish this at a reasonable price (I'm not a computer geek, but I'm also not afraid to try things). Thanks -Howard

    A Mac-specific SATA controller card and SATA drive can be used to boot most PCI-slot Macs. A generic controller will not boot a Mac.
    At the moment, SATA is working fast only because the drives with the SATA interface are the latest drives. There is nothing inherently faster about SATA, it is not magic, it is mostly hype.
    The transfer rates advertised are the maximum theoretical transfer rates. Since there are no drives that can maintain transfers at those speeds for more than an instant, those numbers will not be seen in daily use. The same fast drives are available with pATA, LVD SCSI, and Fiber-Channel interfaces, too.
    As for that software, you would do better posting on one of the iPod or other music forums, or doing a forum search for those names. They do not get tossed around regularly down here in the older Macs sub-basement.

  • Need help setting up web server with WRT54GS

    Hello,
    I am trying to set up a web server with my linksys router. For the network settings, I have used 192.168.001.150 as my primary IP (192.168.1.150, all 3 numerical characters have to be filled in), 255.255.255.000 as my primary netmask and 192.168.001.001 (192.168.1.1) as my gateway. I have gone into my router and then enabled port fowarding for port 80 to 192.168.1.150 but I still cannot access my web server. What could be the problem?
    Any help would be greatly appreciated. I'm trying to set up this server so I can test scripts and things.

    bump

  • CherryMusic - a python music server with an HTML5 frontend

    Hey fellow archers!
    CherryMusic
    a music streaming server written in python with an HTML5 frontend
    nothing to setup, uses SQLite file database
    light on resources
    support for all major browsers on almost all OSes (also your fancy phone!)
    AUR: cherrymusic
    You can install the latest version from the AUR.
    current features (v0.24.1) are:
    super pretty new interface
    browse and stream your music inside the browser (locally or remote)
    full text search your music
    completely AJAX based (no page reloads on click, super fast)
    create and share playlists in
    multiple user authentication
    HTTPS support
    live transcoding (e.g. you can stream flac over slow connections)
    Screenshots and more documentation
    on our project website fomori.org/cherrymusic
    Also, it would be of great help, if you installed the git version from the AUR, so we're not the only ones testing the software :)
    If you're interested on how it works you can also checkout the sources on github. If you find any bugs or have any issues please  open an issue at github, so we can fix it!
    Last edited by twall (2013-03-12 17:17:42)

    Hi, using latest git on firefox 15.0.1. I can't seem to play any songs (mp3 tested). There bumps this (not so helpful) message:
    I'm sorry, but this is an error message...
    It indicates an error... *sigh*
    Sorry, it's just... my whole purpose of existance is to give bad news.
    It's frustrating.
    Would you mind just clicking 'ok' and leave me alone?
    I use the default config. Here's the server.log. Clearing cache doesn't help.
    [23/Sep/2012:11:17:46] HTTP Traceback (most recent call last):
    File "/usr/lib/python3.2/site-packages/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
    File "/usr/lib/python3.2/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
    File "/usr/lib/python3.2/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/httphandler.py", line 137, in api
    return self.handlers[action](value)
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/httphandler.py", line 217, in api_getsonginfo
    return json.dumps(metainfo.getSongInfo(abspath).dict())
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/metainfo.py", line 102, in getSongInfo
    with ar.audio_open(filepath) as f:
    TypeError: object.__new__() takes no parameters
    [23/Sep/2012:11:20:25] HTTP Traceback (most recent call last):
    File "/usr/lib/python3.2/site-packages/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
    File "/usr/lib/python3.2/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
    File "/usr/lib/python3.2/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/httphandler.py", line 137, in api
    return self.handlers[action](value)
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/httphandler.py", line 217, in api_getsonginfo
    return json.dumps(metainfo.getSongInfo(abspath).dict())
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/metainfo.py", line 102, in getSongInfo
    with ar.audio_open(filepath) as f:
    TypeError: object.__new__() takes no parameters
    [23/Sep/2012:11:20:48] HTTP Traceback (most recent call last):
    File "/usr/lib/python3.2/site-packages/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
    File "/usr/lib/python3.2/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
    File "/usr/lib/python3.2/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/httphandler.py", line 137, in api
    return self.handlers[action](value)
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/httphandler.py", line 217, in api_getsonginfo
    return json.dumps(metainfo.getSongInfo(abspath).dict())
    File "/usr/lib/python3.2/site-packages/cherrymusicserver/metainfo.py", line 102, in getSongInfo
    with ar.audio_open(filepath) as f:
    TypeError: object.__new__() takes no parameters
    PS: When it starts for the first time it says:
    [120923-11:30] WARNING : python library "stagger" not found!
    There will be no ID-tag support!
    [120923-11:28] WARNING : python library "audioread" not found!
    Audio file length can't be determined without it!
    So, I installed stagger and the warning disappeared. As for audioread,  is it written in python 2 or 3? I made a PKGBUILD for python2 as there is no pkg in AUR. Building it with python3 I get some SyntaxError: invalid syntax while building. Maybe you should add those two packages as optdepends.
    EDIT
    Well, it seems that the songs are loaded in the playlist after all. The message I mentioned above keeps popping each time I add a song to the list, though.
    Last edited by maevius (2012-09-23 08:45:29)

  • Connecting my MBP to a amplifier and projector to use as music server

    Hi,
    I plan on using my MPB as a music server with my hi-def audio system.
    I would like to know if the DVI out also supports sound? How can I use my MBP to play all the tunes through the amplifier to my audio setup and also project via my projector so I can surf the net using a BT keyboard and mouse?
    The A/V receiver in question is the Denon 3808 and the projector is Panasonic AE-2000.
    I would appreciate any help.
    Thanks.
    Best Regards,
    Aditya

    short answer, the DVI out port on your mac doesn't carry any sound data. for that you will have to use the headphone jack with adapters if your amp needs a different type of plug.
    if you're really serious about the sound quality, you should consider an external USB box. there are many out there that work well with mac osx. i can't think of any off the top of my head, but a quick google search for "USB external sound mac osx" would bring up a few good results.
    hope this helps, D

  • Music Server Can't See External Drive Formatted for WIN with Disk Utility.

    Is there any reason an external drive formatted for WIN (MS-DOS(FAT)/FAT32 or NTFS w/ NTFS-3G/MacFUSE) with Disk Utility would not work for intended purpose? I have a music server (Bryston BDP-1) that uses an attached USB drive for storage/playback of music and can only read FAT32 or NTFS formatted drives. I've tried both and neither is readable by the BDP-1, yet I have no problem reading/writing to the supplied 2GB Thumb Drive (FAT32), as well as another 2GB Thumb Drive (FAT32). Get Info shows; "FAT32" for all drives formatted as such.
    Note: From what I'm told the BDP-1 uses a scaled down version of Linux for it's OS. Isn't that UNIX? Shouldn't it be compatible (Read/Write) with other platforms (i.e, Mac)? Bryston says the reason they use it because it's Open-Source. Does Linux only work FAT32 or NTFS?
    I do have Fusion/XP, also access to WIN PC's, but I just hate to use it when I shouldn't have to. It makes no sense why the drive can't be read by the BDP-1 when formatted for WIN under OS X.
    And there was one other issue, after the third try to format fro WIN the external drive suddenly began making faint clicking sounds instead of a spinning drive sound only when plugged into BDP-1 USB port. But it works fine when connected to iMac FW.
    HW Specs:
    Drive: G-Drive Mobile USB/FW 750GB

    Exchanged drive. Works now.

  • Has anyone had difficulty with music server software on the mac mini

    Hello all. I'm using my newly purchased mac mini as a music server and for movies integrated into my sound system. I have 2 handmade tube amps hooked up to a CJ tube pre-amp, running a Neko audio DAC mkII via a silflex mini toslink cable made by lifatec, from the optical out jack of the mac. I'm using audirvana plus software, which allows me to play uncompressed music files directly into my external dac bypassing the internal dac of the mac. CDs sound very good, the mac runs very quietly, and the optical connection seems very clean. HD tracks sound exquisite.
    Took me a while to figure out how to set the systems preferences, but after a few days of trial and error I finally got it right. The low jitter of the optical out is a reality. Audiophile quality is now easy and cost efficient with the mac mini.

    Well, I do understand that.
    However, I've installed iMS 5.2 on win2k several times (I admit, w2k pro, not server), and i've never installed AD.
    If you can get it installed and working for your default domain, but not for other domains, then most likely it has nothign to do with AD or AD domains. iMS idea of domains is very different from AD's idea of domains. We need to be very clear about such.
    for iMS, you have to create additional domains through Delegated Admin, as either "Hosted Domains" or as "Vanity Domains". We do not suggest using "Vanity Domains", and support for such is deprecated.
    Once you have created "Hosted Domains" through Delegated Admin, you can add users to those domains, and they should work, just fine.

  • How do I point a Raspberry Pi music server at my iMac?

    I'm trying to use a Raspberry Pi as a network music server.  I have one SD card with Volumio and another with Rune.  The webUI for both is almost identical.
    My music files are on an HDD attached to my iMac and the Pi is on the same network.  In the Volumio UI I need to enter the path to the music folder on the HD.
    I have selected file share protocol as SMB/CIFS.
    I have entered the iMac's IP address
    I have entered the Remote Directory as Drobo/Rip where Drobo is the name of the HDD and Rip is the folder on Drobo with the music files.
    I cannot get it to mount.  Any suggestions?
    I can send music to Volumio by AirPlay (wired) with no problem at all, but I can't get Volumio to go fetch the music from the iMac.

    Try the > Raspberry Pi Forums.

  • In relation to Wireless Speakers, what does 'Connected Music Server' mean?

    Hello All,
    Need some advise. I am looking at purchasing a Wireless speaker. I currently have a MacBook Pro 10.8 which has my music stored in iTunes. My phone is an Android 4.2.2 device.
    Therefore, I need to buy a wireless speaker that supports AirPlay (aka stream music from my MacBook Pro) and also has an app that I can install on my Android device which can threby access the iTunes playlist so that I can use my phone as the remote control.
    Based on the above requirements, I narrowed down my chocie to the Denon Cocoon Home (whose app is also Deno Cocoon) and the Pioneer A4 XW-SMA4-K (whose app is Pioneer ControlApp)
    Question 1:
    The Denon App says this:
    - When connected to your home Wi-Fi network you can further expand your choice of music by using the Music Server to browse and play all the music that is stored on your PC, Mac or Network Attached Storage (NAS) drive.
    - DRM protected music is NOT supported by the Denon Cocoon app (or any 3rd party music app)
    My question what does one mean by a 'connected music server?' If an AirPlay speaker receives iTunes music, does it automatically become a 'connected music server?' Technically, is music in my iTunes app (some purchased from iTunes store, some imported) considered DRM protected music? Can ithe app read the iTunes music given the above contraint?
    Question 2:
    The Pioneer App has a lot of complicated lingo that says:
    Network Audio Player
    - Browse and select music files on your connected music server
    AV Receiver
    - Browse and select music files on your connected music server
    Network CD Receiver System
    - Browse and select music files on your connected music server
    Wireless Speaker
    - Volume up/down
    - Select Internet Radio Stations
    - PUSH PLAYER
    It uses one app for multiple devices and in the app description has a breakdown for what the app supports for every device. Now the 'connected music server' is not mentioned in 'Wireless Speaker' but the same is mentioned in 'Network Audio Player' so what does that mean?
    I am more veered towards the Pioneer speaker as it costs $100 less and has better reviews but I will go with the one that will aloow me to use my Android phone as a remote control to access the music that the speaker is streaming from my MacBook pro.

    CSS SSL module sending a Close_Notify.
    Try these links;
    http://www.cisco.com/warp/public/117/basic_css_lb_config.html
    http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a008057a127.html

  • Using Apple TV as a multi-room music server

    I am trying to decide whether Apple TV is a good choice for use as a multi room wireless music server. I would rather use Apple TV than say Sonos because I like Apple TV's video capabilities. My decision is going to be largely based on Apple TV's/iTunes/Airtunes compatibility with my current 2 zone home theater system.
    Right now the AV/wireless system looks like this:
    -2 Zone Denon AV receiver wired to wall mounted speakers in the living room and kitchen/patio.
    -Airport Extreme wired into cable modem
    -Wall mounted speakers upstairs in bedroom (not connected to any amplifier)
    Ideally I want to add
    -Apple TV wired to Denon receiver/TV w/ hdmi cable
    -inexpensive AV receiver/amp in bedroom to power wall mounted speakers
    -Airport Express jacked into receiver to stream iTunes library from Apple TV
    -Everything controlled with iPhone
    Questions:
    1. Will this work?
    2. Any idea what my best options for an inexpensive Airtunes friendly amp/receiver are?

    BorrachoPix, An excellemt thread. Always good to know others doing or intending to set up same similar systems. So many options these days it takes a fair while going through them all. I ruled out Squeezebox as not being user friendly enough and was going the Sonos route untill Apple released the itouch remote app which changed everything and gave me an excuse to get an itouch into the bargin as well !!!!!
    Have you though of using a pair of Active speakers instead of Amp and Speakers in the bedroom. Maybe the AudioEngine A2 or A5 Speakers.
    Jask, I use to have the 3801 before changing to the 2807. Will probably do as you suggest and go optical and component video to the amp keeping the HDMI slots for SkyHD and the DVD player. I always find the Denon set up menu a bit of a nightmare but usually get there in the end.
    Perhaps I should be thinking about an iMac for next year as well to complete the circle......just not sure I can justify the expense.

  • Itunes on PC as music server, library on a NAS and Airplay amplifier

    Hello everybody,
    I am putting in place a music server based on I-Tunes, actaully installed (prototype stage) on a quiet laptop.
    I want to keep my media file on a NAS, hardwired to the network. So I will declare I-tunes library on the NAS.
    The NAS will be connected to an Airplay compatible amplifier, which is visible from Itunes (Loudspeakers).
    My question:
    - When selecting a song from Itunes with the laptop, is the data flow going directly from the NAS to the Airplay amplifier (both hardwired) or does it have to go through the laptop (WIFI)?
    Thank you for your help!
    Dominique

    It says: "Important: Windows operating systems don't recognize Mac OS-formatted disks (HFS or HFS Plus formats)".
    The Mac can read (and write) Windows formatted disks.
    As your iPod is Windows formatted, and you want to copy from PC to Mac, that shouldn't be a problem.
    If you have your complete library on your iPod , you can also use a third party application like 'Senuti' (freeware) or 'ipodRip' (shareware) to transfer the contents of your iPod to the Mac. Your playlists on your iPod probably will be saved too.
    Do a Google search for the applications to find the URL's (they will probably be first on the list).
    M

  • Music server software compatibility

    Hello. I have a Lenovo EMC px4-300d and I am looking for a software that allows me to use it as a music server without a computer, directly attached to an ethernet capable DAC (PS Audio Direct Stream). I am wondering if this NAS is compatible with either Minimserver or Plex, or if Twonky 8 culd be used as an alternative for this use. In any case, which control SW can i use; Jremote? Many thanks in advance.

    Hello ridom
    I recommend checking at the PSA forums here.  As for the twonky server built into the px4, it is UPnP and DLNA compatible.  I can't say for certain which DLNA/UPnP remote would work with the specific application you are going for. 
    I can advise that the Twonky server's control interface can be accessed by entering the px4 ip in this format, ipaddress:50599  Jremote might be able to controll the twonky server, but I believe the PS Audio Direct Stream would need to support UPnP/DLNA.
    Technically other media server applications can aggregate media data from the unit. However there is not an official Minimserver or Plex app that can be natively ran on the px4.
    Sorry I do not have more info on this, hope you are able to get it to work, sounds interesting. 
    LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    http://support.lenovoemc.com/

  • Music Server on My Mac

    I am trying to figure out how best to construct my music server and I have a Leopard question. I know that on a PC, Windows messes with audio files and it is necessary, in order to get bit perfect audio off of the PC, to install a piece of software called ASIO that gets around the Windows manipulation of audio data. My question is, if I were to use my mac with Leopard installed, do I have a similar problem or will Leopard pass perfect audio out via my USB port? Thanks.
    PK

    I've never heard of Mac OS X altering the audio output for any reason. Some Macs (all the current models) also have a digital optical audio output port. I mention this because it shows Apple is serious about the quality of audio output.

  • Using iTunes as an audiophile quality music server

    I have recently setup up a music server using iTunes on a Wintel PC, connected through a Creative Audigy 2 external sound card to a Yamaha Class A stereo amp and Dynaudio speakers. Using Apple lossless compression, the sound quality of ripped CDs is equal to or better than my Yamaha audio CD player.
    Has anyone else used this style of setup and what are your experiences?
    The next step is to setup remote (couch-bound) operation by using a wireless keyboard/mouse and attempting to drive iTunes via the big screen TV with the S-Video out on the video card. Has anyone else done this and what were the results?
    Speaking of remote operation, the Audigy 2 come supplied with a remote, but it only seems to control the volume. It has a full complement of controls (eg FF, Pause) that I would like to use to operate iTunes. Any ideas?
    I have read up on Windows Media Centre and associated hardware. Besides being more focussed on video than music and providing an expensive way to watch TV, the overall costs are prohibitive and according to related web forums, the software seems unstable. Hence I've chosen the iTunes route.
    Any and all input appreciated.
    By the way, not an iPod in sight: - sacriledge I know. Don't tell Apple.
    Wintel crap   Windows XP Pro  

    popeyethesquirm wrote:
    i have downloaded flac files and converted them to aiff files
    You didn't have to convert them.
    Just select to burn them as an audio CD ad iTunes will convert as needed.
    how does itunes fit 3 gb onto a 700mb cdr?
    It doesn't.

  • Mac mini as music server

    I currently have a apple TV which serves as a music server, but the hard disk is getting to small and I can not use all the genius and DJ functions as with itunes on a mac. The itunes library sits on my mac pro. iphones and ipod are synchronized with my mac pro for apps and music. All (apple TV, iphones, ipods) are using the same itunes database.
    If I replace the apple TV with a mac mini and store the itunes library on the mac mini harddrive or on a nas, can this itunes lib configuration also be used to sync the music on the iphones and ipods through the mac pro?
    If so; which steps do I have to take in the systems prefs and itunes prefs?
    regards
    iemke

    click here for one possible option.
    JGG

Maybe you are looking for

  • Issue with display of decimal places

    Hi, In our custom built components we are facing a strange issue with the display decimals  where the data type of an element is "QUAN - Quantity field, points to a unit field with format UNIT". If the element has a value of 3000.000 KG the value is

  • Safari 6.1.5 keeps crashing

    Hello, I tried deleting its cache but it kept crashing and also I tested a separate account in the mac and it does the same. I am running mountain lion 10.8.5 on a Mac book pro late 2012 13inches. any help will be appreciated! Process:         Safari

  • 11.2 won't start on windows 7

    I got that little reminder this morning that there was a new version of iTunes.  I did the upgrade.  Now when it loads, I get a window stating it did not load properly.  Not even an opportunity to wait it out.  I rebooted to see if that would fix it,

  • Help *228 diling help

    i am diling *228 but BB phone is unsuscesfull activating nex setup kindly help....

  • Debugging WebDynpro Application( Java)

    Hi All, Can anyone help me to understand how to debug a webdynpro application in java. To be more clear what are the steps right from starting the debugger to viewing the data in the variable. Thanks in Advance.