Are my media files being compressed when sending From iPhone 4 to Apple TV?

I noticed that pictures and videos taken on my iPhone look especially grainy and washed out on my TV when sending to Apple TV via Airplay. It's a 720p set and iPhone 4 records video at 720p so shouldn't the video look at least close to as clear? I understand that it is a larger screen but the difference is substantial. How about audio?
P.S. I am working over WiFi if that makes a difference.

no compression takes place

Similar Messages

  • Why are my sent items not stored when sending from Apple Mail?

    Hello Apple Support Communities,
    I am Using an iMac at my place of employment. It is running OSX Yosemite v10.10.2 . I am also using Apple Mail to connect to our Exchange 2010 Server. I do the same with my iPhone, iPad, and Windows Laptop using Outlook 2013. For a while now, several months in fact, It turns out that any emails sent from my iMac using Apple mail will not store a copy of it in my sent items on the server. They are not stored in the iMac account, the iPhone, the iPad, or Outlook on my Windows Laptop. However, any email sent from the other devices will have a copy stored in the sent items folder and it will propagate to all of my devices.
    Upon investigating, I found myself looking through the tracking logs of my Exchange Server and found that Apple Mail and the iPhone send messages completely differently. I think this might be the source of my problem, but I have no clue whether I can fix it, or even where to start. Here is an image depicting the logs. Any input would be appreciated. Thank you for your time!

    Sometimes this issue is caused by a misconfiguration or incompatibility of the Exchange server, or perhaps by a bug in Mail. If so, you won't be able to resolve it yourself. The fact that your iOS devices may be working well with the same account isn't relevant, because iOS uses a completely different protocol (ActiveSync) to communicate with Exchange servers. By default, OS X Mail uses the EWS protocol.
    Each of the following steps has been reported to help with Exchange issues, at least temporarily, in some cases:
    1. Back up all data. Open the Internet Accounts pane in System Preferences and check to make sure you don't have duplicate Exchange accounts. If you do, delete all but one of the duplicates. If there are no duplicates, delete the account and recreate it with the same settings. The messages will still be on the server.
    2. Rebuild the affected mailbox.
    3. Reindex messages.
    4. In the Keychain Access application, delete the password item for the account. The next time Mail tries to access the account, you'll be prompted for the password. Check the box to save it in the Keychain.
    5. If you've created subfolders of any Exchange mailbox, log in to the server through its web interface, move the messages out, and remove the subfolders. For best results, a mailbox should have no subfolders.
    6. Synchronize with the server using IMAP rather than EWS. This is only possible if IMAP is enabled on the server.
    7. Consider using Outlook instead of Mail to access your Exchange mail.
    See also this discussion.

  • Reply-to function in Gmail does not work when sending from iPhone

    I'm using Gmail for my iPhone and have the "reply-to" function set up so that recipient's of emails will reply to my business email address and not reply back to my gmail address. It works fine when sending emails directly from Gmail on the web interface. However, when I use the iPhone to send an email, the recipient gets my gmail address when replying to me. They do not the get "reply-to" email address. This seems to be an iPhone issue. I noticed another post about this issue involving Yahoo reply-to acting the same way with the iPhone and replied to that regarding my gmail experience. Are any other gmail users experiencing the same thing with the reply-to function? Any suggestions on how to fix?
    Thanks

    Setting the reply-to on the web interface does not change the reply-to on the iPhone. In order for you to specify a different reply-to on the iPhone, you need to configure your GMail account using the "Other" shortcut, not the GMail shortcut. The Other shortcut allows you to specify your work ID as the address, and your GMail ID as your login for incoming and outgoing servers.

  • I get message: looked like spam or contained a virus when sending from iphone or e-mail

    i just installed new photosmart 5510 e-all-in-one.  all works well except for when i try e-mail from my laptop to printer or iphone to printer.  i get message sayine:  looked like spam or contained a virus   my wife has no problem sending from her laptop or iphone.  i use incredimail and she uses msmail.  printing from laptops is no problem, only my e-mail or iphone.  any suggestions?

    Hello gunnylarry,
    There are a couple of reasons that you can get that message.  First, it could be that ePrint does not recognize your email service provider.  Second, it could be that your phone and email have signatures.  Make sure that neither has a signature and try sending the email again.  Other than that, make sure there are no forward or reply tags in the subject line.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Red and blue arrow missing in outlook 07+10 when sending from iphone

    Hello all
    When receiving an exchange mail on the iphone 4 I an answer or forward the mail. Usually in outlook 2007 and 2010 that message is attached with a blue arrow or red arrow depending on what action I have taken. I have one iphone it works on, but I have 10 iphones that it dosent work on. I have compared settings and I see no difference.
    Do you have a clue?
    TIA
    Bo

    Sometimes this issue is caused by a misconfiguration or incompatibility of the Exchange server, or perhaps by a bug in Mail. If so, you won't be able to resolve it yourself. The fact that your iOS devices may be working well with the same account isn't relevant, because iOS uses a completely different protocol (ActiveSync) to communicate with Exchange servers. By default, OS X Mail uses the EWS protocol.
    Each of the following steps has been reported to help with Exchange issues, at least temporarily, in some cases:
    1. Back up all data. Open the Internet Accounts pane in System Preferences and check to make sure you don't have duplicate Exchange accounts. If you do, delete all but one of the duplicates. If there are no duplicates, delete the account and recreate it with the same settings. The messages will still be on the server.
    2. Rebuild the affected mailbox.
    3. Reindex messages.
    4. In the Keychain Access application, delete the password item for the account. The next time Mail tries to access the account, you'll be prompted for the password. Check the box to save it in the Keychain.
    5. If you've created subfolders of any Exchange mailbox, log in to the server through its web interface, move the messages out, and remove the subfolders. For best results, a mailbox should have no subfolders.
    6. Synchronize with the server using IMAP rather than EWS. This is only possible if IMAP is enabled on the server.
    7. Consider using Outlook instead of Mail to access your Exchange mail.
    See also this discussion.

  • Mail encoding problem when sending from Iphone

    Hello,
    I'm a new user with iPhone.
    I have my iphone and on my computer, i have outlook 2010.
    The problem is when i read a message sent by my iPhone in my Outlook 2010 , all accent carators(àéîû...) disapears and ere replaced by a strank caractor.
    The fact is, when someone else send me email in my Outlook account, i see all accent caractor, but not from my iphone...
    So the problem is it in my iphone or my Outlook?
    Do you have an idea for the solution?
    Thanks a lot
    Pascal

    new String(content.getBytes("iso-8859-1"))That code does this:
    1. Encode content from chars to bytes using ISO-8859-1.
    2. Decode those bytes to chars using the system's default encoding. (i.e. assuming they were encoded using the system's default encoding, which they weren't necessarily.)
    Now, if the system's default encoding is ISO-8859-1 then that results in you getting back the original string unchanged. This at least is benign. If the system's default encoding is something else then that may result in you getting back a damaged version of the original string.
    So, that construct is at best pointless and potentially harmful. Don't bother with it. And note that since the default encoding may differ from one operating system to another, that would explain why you see different results from different operating systems.

  • Compress the file in Background when sending as an email.

    Hi All,
    Is there any way to compress the file in Background when sending as an email.
    Thanks in advance

    I haven't been able to find a solution to this so I am either going to incorporate my data into the body of an email or look at an http post solution...

  • Only sequences, where are the media files?

    I recieved a project that has only sequences in the browser, but in the seqences, the edited clips are there. Where are the media files? I'm used to having the media files in my browser with my sequences. Since I have sequences but no media files, I'm not sure where the media is that the clips (in the timeline)are pointing to. I know where my source files (QT) are. just not sure where the media files that represent that

    If you are working from the same volume as the original projects, or at least a volume with the same name and folder structure then you are fine. If you want, you can select all the medial files in the sequences and drag them to the browser if it helps you to see what you have. Personally, I think if you are not changing any of those sequenced you're just as well to leave it as it is. Are you seeing video when you play those SD sequences? If yes then they are already pointing to the original media. FCP doesn't create its own media unless you render, and even then, it still uses the original in that process. So if you can see the video, you're all set. It's when you see those white clips in the timeline that you have to worry.

  • Where XML and related file belong when send from FCP to Color?

    Hi(Bonjour)!
    Where XML and related file belong when send from FCP to Color?
    I want to start a fresh project and delete all previous tests.
    Michel Boissonneault

    Hi(Bonjour)!
    I messed up with preference for home directory.
    Thank you.
    Michel Boissonneault

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • I bought an iPhone from Ebay and it did not turn on so I looked on WinSCP and it said there was NO files PLEASE can someone send me iPhon 4 files!

    I bought an iPhone from Ebay and it did not turn on so I looked on WinSCP and it said there was NO files PLEASE can someone send me iPhone 4 files!

    No, no one can do that. You need to try restoring it:
    Placing your device into recovery (DFU-Device Firmware Upgrade) mode:
    Follow these steps to place your iOS device into recovery mode. If your iOS device is already in recovery mode, you can proceed immediately to step 6.
       1. Disconnect the USB cable from the iPhone, iPad, or iPod touch, but leave the
           other end of the cable connected to your computer's USB port.
       2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds
           until the red slider appears, then slide the slider. Wait for the device to turn off.
                  * If you cannot turn off the device using the slider, press and hold the
                    Sleep/Wake and Home buttons at the same time. When the device turns off,
                    release the Sleep/Wake and Home buttons.
      3. While pressing and holding the Home button, reconnect the USB cable to the
           device. The device should turn on. Note: If you see the battery charge warning,
           let the device charge for at least ten minutes to ensure that the battery has some
           charge, and then start with step 2 again.
      4. Continue holding the Home button until you see the "Connect to iTunes" screen.
           When this screen appears you can release the Home button:
      5. If necessary, open iTunes. You should see the following "recovery mode" alert:
      6. Use iTunes to restore the device.
    If you don't see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Note: When using recovery mode, you can only restore the device. All user content on the device will be erased, but if you had previously synced with iTunes on this computer, you can restore from a previous backup. See this article for more information.

  • Suddenly cannot send messages from ipad. Can send from iPhone and they show up on messages but when sending from ipad a they say not delivered

    Suddenly cannot send messages from ipad. Can send from iPhone and they show up on messages but when sending from ipad a they say not delivered

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    iOS 7 allows you to block phone numbers or e-mail addresses from contacting you via the Phone, FaceTime, or Messages
    http://howto.cnet.com/8301-11310_39-57602643-285/you-can-block-people-from-conta cting-you-on-ios-7/
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • How do I save "Sent" messages when sending from the ipad

    How do I save "Sent" messages when sending from the ipad2?

    By default sent items should be saved in your Sent folder. For IMAP type accounts you should be able to change that by selecting the account in Settings > Mail, Contacts, Calendars , then selecting 'Account' on the popup for it and then 'Advanced' at the bottom of the next popup

  • HT2623 How to make my full name disappear when sending from my primary email address.

    I would like to make my full name disappear when sending from my primary email address. so the recipient when receives my email can see only my email address, i.e. email address of the sender. In Preferences, Accounts, my full name is greyed out and I cannot change it. If I try to do Custom, it would let me change it, i.e. delete my name from Full Name box, but then when Mail is closed and reopened, it would lose the previously saved Custom setting and go back to the same. All my other aliases associated with this email account work ok and the receiver sees only the email address.
    Does anyone know what is going on?

    What if you remove the .mac account from the Accounts panel under mail Preference?
    If that doesn't work, sign into the webmail at me.com, click the "sprocket" button and select preference, in preference go the the aliases tab see if you can remove the email address with your name. If not, go to composing tab see if there is anything you can remove from the +Identity: send email as field+. Good luck.

  • Outlook access address book slow when sending from Word

    We use Outlook 2013 in cached mode together with Exchange 2013 CU5.
    If somebody send an email from outlook and click on the "TO"-button to select a recipient, the address book appears without delay.
    If i do the same, but send the email from word with "send as attachment" and click then on the "TO"-button, it takes sometimes till 5 minutes till the address book appears.
    The exact same problem happens also for the users which use Outlook 2010.

    Hi,
    I'm not able to reproduce this problem on my side, please try the following:
    1. Switch Outlook to work in Online Mode: Go to Account Settings -> Account Settings -> Double click the account name -> Uncheck "Use Cached Exchange Mode", click Next and Finish, restart Outlook and check if the problem exists when sending from
    Outlook in Online Mode.
    2. Have Word work in Safe Mode: Press Win + R, type "winword.exe /safe" in the blank box, press Enter. Try to send the attachment from Word, check if the problem persists. If no, consider to disable the suspicious add-ins to determine which one caused the
    problem.
    I'm looking forward to your reply.
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

Maybe you are looking for

  • I am going to ****.

    Well I managed to break my roommates macbook pro screen. We're studying abroad in the netherlands currently, we live in a small room. I tripped over my chair and in an attempt not to fall attempted to grab onto something... I grabbed onto his macbook

  • How to set view options for whole subdirectory tree

    In the "shw view options" menu of the Finder, i can set the "show icon preview" and the "icon size" for a single window. I wold like to apply these options to all directories in a given directory sub-tree (but not to all directories). Doing this manu

  • Can't deploy a SINGLE bean in weblogic 6.1 SP2 w/o application reload

    Anyone know how to update a single bean in an application without redeploying the entire application? We have a project containing 101 beans (session and entity) and 372 jsps which we are deploying on weblogic 6.1, SP2 as a single application. The pr

  • Error in bootstrap within patching of NW PI 7.40 AEX (Java Only)

    Hi all, we are suffering an error witin patching a NW PI 7.40 AEX (Java Only) In SUM we get the following error when SUM wants to stop / start system in execution phase FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cann

  • How can I transfer contacts from IPHone to Mac?,

    First of all, thanks to everyone who will help me. I syncronised many times my Iphone 3GS with Mac and everything was OK (apart that I found all the contacts twice or 3 times in Iphone). I backuped Iphone sometimes on the Mac and others on ICloud. La