Can I record radio over the internet to my IPOD?

While I am listening to radio over the internet, can I record to my IPOD at the same time?
MacBook Pro   Mac OS X (10.4.6)  

Then your impression is, alas, wrong
According to the several I've seen, the manual (page 11) and the pictures on this page, there is a audio minijack on the back that you will need to plug the airport express into.
The iPod Hi-Fi does not have wireless capabilities for sound transmission. The only sort of wireless it has is Infra-Red (IR) for the use of an Apple Remote.

Similar Messages

  • Can not view video over the Internet on WVC80N

    I set up the web cam, set up the port forward etc so now I am able to:
       1. view/change web cam settings inside my home network.
       2. view video inside my home network.
       3. view/change web cam settings over the Internet.
    But I am not able to view video over Internet. Every time I did so (using IE browser), after clicking the view video button, I got an error : There are too many user connections or the device is busy, please try again latter.
    Anyone has a fix on this? I set up port forwarding on port 1024 (that's how I can chage settings over Internet).
    I spent 2 hours on the phone with Linksys tech support but they could not find the reason.
    Thanks,
    Sam

    Who is your ISP? How you are trying to access your Camera from the remote location? Along with Port 1024 you need to do port forwarding for port 80 on your router for the Cameras IP address. As WVC80N works on your HTTP Port.
    To access your camera from the Remote location, you need to use http://wan ip:80.

  • Can you sync ATV over the internet?

    Is it possible to sync ATV over the internet?
    If so how do you accomplish this?

    I would like to know what kind or brand or VPN you are using? IPSec, PPTP, L2TP. Regular IPSec does not support passing GRE and multicast datagram packets. This is how bonjour works. PPTP is a layer 2 protocol and should pass GRE just fine.
    There is another method I am examining. Using an SSH tunnel. I've actually gotten iTunes sharing working over the net using Fugu and Network Beacon. The process is a little difficult to understand at first but it works perfectly. Essentially you create a tunnel to your local mac and "host" the tunnel on the remote mac that has iTunes. Then you create a mDNS beacon via network beacon that lists an iTunes share at the port specified (3689). Again, it's weird at first but one you get it it works perfectly.
    I am investigating using the same method for the apple tv. The problem is the Apple TV uses 3 different bonjour beacons to work. One for pairing, one for recognition, and one for syncing. Pain in the butt. I am using bonjour browser to monitor the apple tv process. In theory, the SSH tunnel should work just fine. One would then need to hack the AppleTV to enable SSH on the device. The device would host the tunnel. Then create the needed mDNS beacons and sync from a distance. Easier said than done I suspect.
    The free VPN client from LogMeIn.com is another potential as it specifically supports GRE and multicast data gram packets.
    Cross our fingers.

  • Problem listening to the radio over the internet--​stops after 13 seconds

    Sometimes when I'm out of my home area or at night I like to listen to a local AM radio station over the net. My BB Curve 8330 finds the station ok, and I can listen for 13 seconds and then it stops. If I refresh it will play for another 13 seconds and stop again. Is this a setting that can be changed? Ideas?

    You failed to state what application you are using to listen to the AM radio station.
    Are you using the BlackBerry browser?
    Most applications perform some type of audio compression on streaming radio or music, just for the issue as you described. The incoming stream of data is so large that the device cannot properly buffer the files for continuous play.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT1353 Can you download radio to the old 2nd generation ipod nano? There is no category for downloads, only stuff bought from iTunes.

    My 3rd generation ipod nano has blanked out on me. I have a 2nd generation ipod, was able to download my music from my iTunes library on it, but it would not download radio programmes from my download library. There is no category on the ipod for downloads, is this because it doesnt accept them?

    It depends on what you mean by radio programs exactly.  Where were they originally downloaded from? Do they appear in the music category of your iTunes library?
    B-rock

  • I can not activate Photoshop (edit: CS2) over the Internet. Can you help me?

    I can not activate Photoshop over the Internet. Can you help me?

    why can't you and what version and what os?
    if there's a connection issue, Sign in, activation, or connection errors | CS5.5 and later

  • Ard over the internet

    How can I use ARD over the internet to access my home computer?

    Come check out my tutorial on setting up Apple Remote Desktop over the internet! (Outside your local network)
    http://www.youtube.com/watch?v=Ph8Cj3Jetac

  • Backup over the Internet to my new time capsule

    I travel a lot, and want to back up my new (late 2013) mac air to my new time capsule.
    Can I do this over the internet with time machine? 
    Sorry, but I can't find this in the user manual. I have DSL at home. 
    Thanks!!

    Apple says specifically don't do it.
    See BTMM and iCloud instructions.
    http://support.apple.com/kb/ht3486
    And I quote.
    Can Time Machine remotely back up or restore data from AirPort Time Capsule or its attached hard drive via Back to My Mac?
    Backing up or restoring Time Machine backups remotely (that is, via Back to My Mac and the Internet instead of your local network) is not recommended. If you want to back up or restore with Time Machine and AirPort Time Capsule, you should do so while directly connected to your AirPort Time Capsule's local network.
    I think Apple have good reason to recommend you don't do it.. eg.. you can easily corrupt the entire backup. So instead of having an up to date backup you will have none.
    Use a 2.5" portable drive when travelling. When you get home.. backup to the TC as usual.

  • 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

  • How can I download a file over the internet from a WebDAV server?

    I am trying to download a file over the internet from a WebDAV server. I've tried doing it with Datasocket as suggested in these articles,
    <a href="http://digital.ni.com/public.nsf/websearch/f3cc5f7e60a75cb2862567e700696abf?opendocument">Retrieving an Unformatted Text File via FTP or HTTP Using DataSocket</a>
    <a href="http://digital.ni.com/public.nsf/websearch/4FA09E7B3674DA34C1256BD400555C41?OpenDocument">Download a Text File from a Password Protected URL Using DataSocket</a>
    but all I get is error 1181 (protocol unrecognized by Datasocket).
    I know I have the URL correct, because I can put it into a web browser and it works fine - I can download the file manually.
    But I want to have a LabVIEW program do the download automatically.
    I have the internet toolkit, but don't have the foggiest clue how to use it, and am using LabVIEW 7.1
    I am a bit out of my depth here, so any advice welcome.
    Regards,
    Mark.

    MIG,
    What is the URL to the website? Is it an FTP site? The articles you referenced are for specific transfer protocols. If the stie you're trying to get to doesn't follow these protocols, then you'll get the error you're seeing. You may have to use ActiveX to control IE and download the files programmatically.
    Chris C
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect

  • I am concerned about personal data being not encryption in transit over the Internet and therefore can be seen by other people.

    I am a new Firefox user. I have just installed Firefox 4 on my windows PC today, 5/27/11. I have two major questions:
    1. Accidentally, I clicked some thing at random on the screen (I can't remember what it was) and this page, http://us.config.toolbar.yahoo.com/bh/v2/wp/?view=wc&intl=us&pc=yma3&dc=v2_upgd&cv=2.3., showed up under Yahoo! Toolbar. It informed me that the connection was not encrypted and that information sent over the Internet could be seen by other people. I am not sure what the warning is all about. Does it mean when I use Firefox as a browser to access the Yahoo! and other Internet sites, e.g., my bank, all my personal (username, password, etc.) and bank data will be seen by other unauthorized people? I have never seen a similar warning from other browsers, such as Internet Explorer and Safari? So, if Firefox does not offer protection of personal data, I wonder what's the point of using it. I could have misinterpreted the Firefox warning and would highly appreciated it if you can clarify.
    2. During the installation process, a message showed that Firefox 4 was not compatible with certain features of some of the software already on my PC. I did not copy those features and do not remember what they were except one that was associated with my firewall ZoneAlarm. I could be wrong but I think the message also said Firefox had removed the incompatible features. Please tell me if I should be concerned about it, especially the one that was removed from ZoneAlarm. Will my PC become susceptible to hacker invasions when I use Firefox as the browser? I wish Firefox had given some written explanations along with the incompatibility and removal message so that a user can understand exactly what it is about.
    I would appreciate to hearing from you at your earliest convenience. I have tentatively suspended using Firefox until I can be assured that it is safe to do so without potentially compromising my personal data.
    Thank you.

    That is a generic warning message that you get if you submit a form via a normal HTTP connection (i.e not in via a secure HTTPS connection). That warning pop-up probably has a box to suppress this message in the future.
    If you exchange data with your bank site then there should be a secure connection.
    You can verify that by clicking the Site Identity Button (website's favicon) on the left end of the location bar.
    * https://support.mozilla.com/kb/Site+Identity+Button
    You need to check the ZoneAlarm website to see if they have an update of their software that is compatible with Firefox 4.0.1

  • I can not get real audio player to record videos from the internet, I believe the problem is that my Firefox browser is set for 64 bi... i need to change it to 32 and do not know how.

    I can not get real audio player to record videos from the internet i use firefox as my browser on windows 7, I believe the problem is that my Firefox browser is set for 64 bi... i need to change it to 32 and do not know how.

    dont know what to do

  • Technical Details: The website does not support encryption for the page you are viewing. Information sent over the internet withour encryption can be seen by other people while it is in transit

    Technical Details:
    The website does not support encryption for the page you are viewing.
    Information sent over the internet withour encryption can be seen by other people while it is in transit
    == This happened ==
    Not sure how often
    == started few days ago. previously never happened before.

    I was loading a website, it then stated as below, it wasnt any of the problems stated below.
    SERVER NOT FOUND
    # Check the address for typing errors such as
    ww.example.com instead of
    www.example.com
    # If you are unable to load any pages, check your computer's network
    connection.
    # If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.
    Thus i checked the Page Info, it states that:
    Security Info on page:
    '''This website does not supply ownership information.
    Connection not Encrypted.'''
    Technical Details:
    The website does not support encryption for the page you are viewing.
    Information sent over the internet withour encryption can be seen by other people while it is in transit

  • I would like to make a poker program that can be played over the internet

    I would like to create a java poker program that can be plyed over the internet. I would post the code on a website and everyone that goes should be able to play. Someone told me to use a socket but i dont no how. Also i dont know how to make a program that many people can use at once. PLEASE HELP ME!!!!!!!!!!!!!!!!!!!!!!!!! So i want to make a holdem poker program in black and white that like 6 people can play by going to a web site. Thanks

    I would like to create a java poker program that can
    be plyed over the internet. I would post the code on
    a website and everyone that goes should be able to
    play. Someone told me to use a socket but i dont no
    how. Also i dont know how to make a program that
    many people can use at once. PLEASE HELP
    ME!!!!!!!!!!!!!!!!!!!!!!!!! So i want to make a
    holdem poker program in black and white that like 6
    people can play by going to a web site. ThanksIf you want to use a socket, you're on the wrong board. What does your webhoster support? J2EE? Root access so you can install your own server?

  • Can you:  Sync Calendar, Contacts, & Tasks over the internet?

    Hey!
    We have a iMac and love it. I am primarily a PC user at work and am used to a windows mobile device that syncs Contacts, Calendar, & tasks over the internet.
    As stated we have the iMac. I also have the .Mac account which currently publishes our calendar to a read only web site.
    Here's the Q's I have as a perspective buyer:
    Can the iPhone sync up with the calendar on my Mac?
    Can the iPhone sync up contacts with my Mac?
    Can the iPhone sync up tasks with my Mac?
    *When I use the term "sync" I mean that if I update something on the mac, it shows up automatically on thie iPhone and when I enter an item into the iPhone it shows up on the Mac.*

    BrentMaherAtApple wrote:
    *When I use the term "sync" I mean that if I update something on the mac, it shows up automatically on thie iPhone and when I enter an item into the iPhone it shows up on the Mac.*
    No. The iPhone does not support any Over the Air (OTA) syncing at this time. With the 2.0 release in June the iPhone will support OTA syncing with Exchange servers.

Maybe you are looking for

  • Error in JVM crash - JDeveloper

    I'm using JDeveloper 11g Release 1, error when running the application. # A fatal error has been detected by the Java Runtime Environment: # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da5df84, pid=5528, tid=2640 # JRE version: 6.0_14-b08 # Java

  • Podcast videos wont play in latest itunes

    I have the latest iTunes version for windows vista. I have been downloading podcast videos and it says done but then when I go to view it is no longer available as if I didnt ever download it and so it wont play. How do I download and view the podcas

  • Cannot send a PDF with the Send Mail function

    Send PDF as document fails on Adobe Reader on Ubuntu Linux 12.04 LTS.  Send Link works.

  • Sound in My HP Compaq Laptop

    My compaq Laptop plays sound through the microphone jack i.e when I plug in my earpiece, brings sound, but when i remove the ear piece, no sound. Please How can I rectify this problem, thanks.

  • File paths etc in Aperture

    I don't have Aperture, but am curious to know whether it's possible to get it to import / store RAW files in one location (on an external hard drive for example), but automatically store corresponding JPEG / TIFF files in another location (e.g. Mac h