IOS playback stopped working

I've installed Flash Media Interactive Server 4.5 and after installation I successfully streamed to iOS devices.
Today, streaming to iOS devices, suddenly stopped working. Streaming to other Flash compatible devices works just fine.
I use JWPlayer to connect and that gives the following error message:
The video playback was aborted due to a corruption problem or because the video used features your browser did not support:
http://my.fms.url/hls-live/livepkgr/_definst_/live/mystream.m3u8
Some times, if I reload the site and try again, I do get a few seconds of playback of the live stream, then the playback stops with the same error message, and I can't seem to be able to play back the stream ever again.
I've tried deleting the .stream-files generated in the ApplicationsFolder\livepkgr\events\_definst_\live as well as the files generated in ApplicationsFolder\livepkgr\streams\_definst_\mystream but that doesn't help.
I use Adobe Media Live Encoder 3.2 to stream to the server, using H.264 and AAC.
As I mentioned, this has worked before and, as far as I remember, haven't made any configuration changes since it last worked.

I tried stopping the server and deleting the livepkgr streams and events, and when I restarted the server (and live stream) it seems to work correctly again. I do believe my live streams problems was also present some time after having done this earlier so I'm gonna stream for a bit now, stop it, then start again tomorrow to see if I can still stream correctly.
In the meantime, here's my httpd.conf as requested:
# This is the main Apache server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
# Please see httpd.conf.orig for the configuration of a default
# (non-FMS) installation of apache.
Listen 80
# If you plan to run FMS as root on linux, you _must_ specify a
# valid user, with access to the FMS installation direction, or
# apache will not run.
# If you've used the default installer, nobody (or whatever other
# username you gave to the installer) will work here.
# If you're running a developer build under your own home directory,
# you should use your own username.
AccessFileName .htaccess
ServerSignature On
UseCanonicalName Off
HostnameLookups Off
Timeout 120
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
ErrorLog logs/error_log
LogLevel info
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog logs/access_log combined
DocumentRoot "../webroot"
DirectoryIndex index.html index.html.var index.php index.php3 index.php4 index.php5 index.py index.pl index.rb
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    Satisfy all
</Directory>
<Directory "../webroot">
    Options -Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
Alias /documentation ../documentation/
<Directory ../documentation/>
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
Alias /icons/ "icons/"
<Directory "icons">
    Options MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
Alias /error/ "error/"
ScriptAlias /cgi-bin/ "cgi-bin/"
<Directory "cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 10.0.0.0/8
    Allow from 172.16.0.0/12
    Allow from 192.168.0.0/16
    Allow from 127.
</Location>
ExtendedStatus On
<Location /server-info>
    SetHandler server-info
    Order deny,allow
    Deny from all
    Allow from 10.0.0.0/8
    Allow from 172.16.0.0/12
    Allow from 192.168.0.0/16
    Allow from 127.
</Location>
<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
</FilesMatch>
<IfModule mpm_winnt_module>
    ThreadsPerChild 250
    MaxRequestsPerChild 0
</IfModule>
<IfModule worker_module>
    StartServers         2
    MaxClients         150
    MinSpareThreads     25
    MaxSpareThreads     75
    ThreadsPerChild     25
    MaxRequestsPerChild  0
</IfModule>
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_anon_module modules/mod_authn_anon.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
<IfModule mpm_winnt_module>
    LoadModule cgi_module modules/mod_cgi.so
</IfModule>
<IfModule worker_module>
    LoadModule cgid_module modules/mod_cgid.so
</IfModule>
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule headers_module modules/mod_headers.so
LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
LoadModule info_module modules/mod_info.so
<IfModule mpm_winnt_module>
    LoadModule isapi_module modules/mod_isapi.so
</IfModule>
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
LoadModule mime_magic_module modules/mod_mime_magic.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so
LoadModule status_module modules/mod_status.so
LoadModule unique_id_module modules/mod_unique_id.so
LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule ssl_module modules/mod_ssl.so
LoadModule f4fhttp_module modules/mod_f4fhttp.so
LoadModule hlshttp_module modules/mod_hlshttp.so
LoadModule jithttp_module modules/mod_jithttp.so
# The following section enables caching of Just-In-Time packaged content     #
# Use htcacheclean tool to manage the amount of data that is cached on disk. #
# See Apache documentation for its usage.                                    #
# http://httpd.apache.org/docs/2.2/programs/htcacheclean.html                #
# Make sure the directory specified by the CacheRoot directive exists. The   #
# default is a directory named cacheroot that is directly under the Apache   #
# installation directory.                                                    #
# For more information on content caching, see Apache documentation          #
# http://httpd.apache.org/docs/2.2/caching.html                              #
# Uncomment this to enable caching
#LoadModule cache_module modules/mod_cache.so
<IfModule mod_cache.c>
    LoadModule disk_cache_module modules/mod_disk_cache.so
    <IfModule mod_disk_cache.c>
        CacheEnable disk /hds-vod
        CacheEnable disk /hls-vod
        CacheRoot cacheroot
        CacheMaxFileSize 10000000
        CacheLock On
    </IfModule>
</IfModule>
<IfModule f4fhttp_module>
<Location /vod>
    HttpStreamingEnabled true
    HttpStreamingContentPath "../webroot/vod"
    Options -Indexes FollowSymLinks
</Location>
# map old style url to new (as of FMS 4.5), more compact url
Redirect 301 /live/events/livepkgr/events /hds-live/livepkgr
<Location /hds-live>
    HttpStreamingEnabled true
    HttpStreamingLiveEventPath "E:\FlashMediaApplications"
    HttpStreamingContentPath "E:\FlashMediaApplications"
    HttpStreamingF4MMaxAge 2
    HttpStreamingBootstrapMaxAge 2
    HttpStreamingFragMaxAge -1
    Options -Indexes FollowSymLinks
</Location>
</IfModule>
<IfModule hlshttp_module>
<Location /hls-live>
    HLSHttpStreamingEnabled true
    HttpStreamingLiveEventPath "E:\FlashMediaApplications"
    HttpStreamingContentPath "E:\FlashMediaApplications"
    HLSMediaFileDuration 8000
    HLSSlidingWindowLength 6
    HLSFmsDirPath ".."
    HLSM3U8MaxAge 2
    HLSTSSegmentMaxAge -1
# Uncomment the following directives to enable encryption
# for this location.
#    HLSEncryptionScope server
#    HLSEncryptCipherKeyFile "../phls/liveeventkey.bin"
#    HLSEncryptKeyURI        "https://<ServerName>/hls-key/liveeventkey.bin"
    Options -Indexes FollowSymLinks
</Location>
<Location /hls-vod>
    HLSHttpStreamingEnabled true
    HLSMediaFileDuration 8000
    HttpStreamingContentPath "E:\FlashMediaApplications"
    HLSFmsDirPath ".."
# Uncomment the following directives to enable encryption
# for this location.
#    HLSEncryptionScope server
#    HLSEncryptCipherKeyFile "../phls/vodkey.bin"
#    HLSEncryptKeyURI        "https://<ServerName>/hls-key/vodkey.bin"
    Options -Indexes FollowSymLinks
</Location>
</IfModule>
<IfModule jithttp_module>
<Location /hds-vod>
    HttpStreamingJITPEnabled true
    HttpStreamingContentPath "E:\FlashMediaApplications"
    JitFmsDirPath ".."
    Options -Indexes FollowSymLinks
# Uncomment the following directives to enable encryption
# for this location.
#   EncryptionScope server
#   ProtectionScheme phds
</Location>
</IfModule>
TypesConfig conf/mime.types
MIMEMagicFile conf/magic
DefaultType text/plain
AddType video/x-flv .flv
AddType video/MP2T .ts
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-mpegurl .m3u8
AddHandler send-as-is asis
AddHandler type-map var
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
<IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
</IfModule>
<IfModule userdir_module>
    UserDir disable
</IfModule>
<IfModule dav_fs_module>
    DAVLockDB tmp/dav/lockdb
</IfModule>
IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIconByType (VID,/icons/movie.gif) application/x-shockwave-flash
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
DefaultIcon /icons/unknown.gif
ReadmeName README.html
HeaderName HEADER.html
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
AddLanguage ca .ca
AddLanguage cs .cz .cs
AddLanguage da .dk
AddLanguage de .de
AddLanguage el .el
AddLanguage en .en
AddLanguage eo .eo
AddLanguage es .es
AddLanguage et .et
AddLanguage fr .fr
AddLanguage he .he
AddLanguage hr .hr
AddLanguage it .it
AddLanguage ja .ja
AddLanguage ko .ko
AddLanguage ltz .ltz
AddLanguage nl .nl
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pl .po
AddLanguage pt .pt
AddLanguage pt-BR .pt-br
AddLanguage ru .ru
AddLanguage sv .sv
AddLanguage zh-CN .zh-cn
AddLanguage zh-TW .zh-tw
LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
ForceLanguagePriority Prefer Fallback
AddDefaultCharset UTF-8
<IfModule mod_negotiation.c>
    <IfModule mod_include.c>
        <Directory "error">
            AllowOverride None
            Options IncludesNoExec
            AddOutputFilter Includes html
            AddHandler type-map var
            Order allow,deny
            Allow from all
            LanguagePriority en es de fr
            ForceLanguagePriority Prefer Fallback
        </Directory>
    </IfModule>
</IfModule>
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
BrowserMatch "^XML Spy" redirect-carefully
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
#Uncomment following for enabling https based key serving
#for HLS.
#Include conf/httpd-hls-secure.conf

Similar Messages

  • My weather app in iOS 8 stopped working.  Either there are no temperatures of other data, or every city is 86 degrees F.

    My weather app in iOS 8 stopped working.  Either there are no temperatures or other data, or every city is 86 degrees F.

    Hey Jjohnk83776,
    Thanks for the question. I understand that you are experiencing issues with the Weather application on your iPhone 6. Let’s see if we can troubleshoot this issue. First, try restarting the Weather app:
    Force an app to close in iOS - Apple Support
    http://support.apple.com/HT5137
    If the issue persists, try restarting your device:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/HT1430
    Thanks,
    Matt M.

  • My predictive typing in iOS 8 stopped working

    It was there and I liked it.  Now it is gone and I don't.  I don't see anywhere in Settings that I can opt out of it accidentally. Tried turning phone off and back on. No luck.  Any suggestions? 

    Really, Apple? I had the "predictive" toggle switched on, but the feature did not work until I did what was suggested by neokrelic. Mind you, it worked fine at first, but once I rest all settings (a remedy for another iOS 8 ailment, suggested by an Apple "genius") it stopped working. I was stumped! Perhaps it's time Apple put together a darn user manual for iOS?

  • IOS apps stop working

    Judging by the response in other forums this problem has been around for years through many iOS iterations. Every month or two most of my third-party apps stop working on my iPhone 4S. This is not related to multiple iTunes store accounts or any app or os update. Happens out of the blue. Hopefully Apple can fix this soon. The workaround is to download any free app from the store. This seems to get all third-party apps going again. A hard reset does not help. Strange ......

    I had solved the problem by installing the free app, which seemed to reset something, then I deleted the free app, and the paid version continued to work until the next day.  I was going to show one of my friends the game, and then it once again would not open- the same problem was back, as soon as I went to open it, it crashed back to the desktop without opening the game.  I had to re-install the free version again, and for a while, neither version would work, but then after a while, it started working again.  I guess I have to leave the free app installed or I won't be able to use the paid version of Uno.
    EDIT
    Just checked again, took the Uno app out of resident memory by double-pushing the home button and holding the app icon til it starts to shake, and then hit the minus symbol, which deletes it out of resident memory.
    Went to open it again, and it of course crashed back to the desktop again.  So there is some issue with it that is making it unstable.
    I have to keep pushing on either one of  the app icons continuously until one of them starts, and then the other one will start.
    Gameloft needs to do an update.
    Message was edited by: Sonic Bodhi

  • Playback stopped working in Flash Professional

    I was working with Flash Professional CC with no issues and I either accidentally changed a setting I cannot seem to change back or something wonky is going on.
    All of a sudden, when I try to playback my video in Flash Professional, nothing happens. I click the play button and the program seems to do everything as if it were playing back (minus the playback cursor moving) but it isn't playing anything! I tried to see if it would play when exported to an swf and the same thing happens. The "play" button is clicked and the program acts as if it is playing but nothing is going on. When I click move forward/back a frame it works but the play feature does not work. I am doing the exact same things I did earlier on in the project and they worked without any issue.
    Could it be that my file hit a certain size and now it isn't playing? That doesn't seem possible, my fle is only 6MB.
    Please help!!
    Flash Professional Ned Murphy - I saw you answer a few other questions, I hope you might know!

    Hi kglad, thanks for replying!
    It actually wasn't working when playing the swf AND while trying to playback the animation while still in the Flash timeline. It seemed like something happened with that particular file. After restarting my computer and Flash several times, I tried an older version I saved of the project and that one was playing correctly in Flash and in the swf. I worked off that version and finished the project. Still no idea what caused my other file to stop playing back...I think it was either corrupted somehow or I hit an unknown setting.
    Thanks in advance if you have any ideas!

  • What to do when audio playback stops working?

    I have an iphone 4s bought about a year and half ago.
    My phone has stopped ringing. THe speaker function no longer works. I can't hear videos or games.
    I can still use the phone and talk if I hold it to my ear though.
    Can this be repaired?

    Hi Suzette,
    If you are having issues with the speaker on your iPhone 4S, you may find the following article helpful:
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    Cheers,
    - Brenden

  • App Store stopped working on Iphone 5 Ios 8

    App store on my wife's Iphone 5 running Ios 8 stopped working initially to update two Apps (Line & Facebook Messenger).  Troubleshooting so far:
    - Hard reset.
    - Logged out of App store, Hard reset, logged back in.
    - Deleted Messenger, logged out of App store, Hard reset, logged back in.  Now can't install Messenger at all!
    - Tried with WiFi only.
    - Tried with Cell only
    - Tried hooked up to computer/Itunes
      Really frustrating!  When works the way it's supposed to I'll think about using Apple's spelling.  For now it's Iphone, not iPhone.

    I am having the same problem.  My iPhone is 1 week old, and as of last night, 10/11/12, my app store would not function corretly.  I can open the app store but the following tabs do not work:  Featured, charts, and search.  By "do not work" I mean that the gray spinning wheel will go for a while and then stop as if it is finished loading but the screed will still be blank aside from the top and bottom banners of the app.  The Genius and Updates tab work fine.  This is very annoying and nothing I have done so far has fixed it.  I have restarted the app, restarted my phone, "hard" restarted my phone, and reset my network settings.  I have also tried accessing the app store on wifi and 3g/4g and neither work.  Everything has been done except a factory reset of my phone but I am avoiding that for now.  I have seen MANY others in the forums with this concern so is there anyone that has successfully solved this problem?
    Help would be much appreciated.

  • Audio playback suddenly stopped working?

    Audio playback stopped working in my project. The audio is there, but the checkbox in the audio pane will not function. I can click on it all day, but no check appears, and no audio plays.
    I have tried typical troubleshooting. Trash prefs, try different audio files and such. If I make a new project, audio plays in it just fine, but after a few minutes work in that project, the audio goes out again, never to return.
    Any ideas??

    Himaureen3k,
    Welcome to the HP Forums!
    I would like to take a moment and thank you for using the forum, it is a great place to find answers. For you to have the best experience in the HP forum, I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I see you received the error " Windows cannot load the device driver for this hardware,The driver may be corrupted or missing (code 39)."
    Have you made any recent changes to your system?
    Have you tried booting into safe mode and doing a Windows repair?
    You can run the The HP Support Assistant to help resolve issues and update drivers.  You can do a restore back to a time when it was working correctly Using Microsoft System Restore (Windows 8).   You can manually download drivers from the download page for your system. HP Drivers & Downloads
    If you would like further assistance, would you provide the exact model of HP computer you have.  How Do I Find My Model Number or Product Number?
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • HT1338 My i Movie 11 just stopped working....the project wont playback but the selection playback works

    My imovie 11 for Lion just stopped working on my project ive spent over a month on out of no where.....i restarted, turn off and on, logged in and out and deleted the imovie plist. file
    I notived an imovie lock file next to plist file ( i dont know if this means anything)
    the playback stopped working on the project just as i was finishing up some effects and it wont playback at all BUT my library will still audition clips fine
    PLEASE HELP I THOUGHT MACS WERE NOT SUPPOSE TO DO PC THINGS! =P

    Tap Settings > General > Reset > Reset All Settings
    Then restart your iPad.
    See if that makes a difference.

  • My camera on my iPhone 3gs has stopped working.

    My camera will open, but will not take pictures. Also the photo app will open, but will not show me any of my pictures. This worked immediately after updating to iOS, but stopped working all of a sudden. I have tried turning off and on several times, and also restoring and reupdating. Nothing seems to be working.

    same problem here. exactly same symptoms. lots of users have this problem. no solution so far.
    same problem with third party apps like bar-code-scanning, receipt scanning etc... so it is not only the camera app. it is about the camera itself. not hardware again, because it stopped working without falling or drowning...

  • Sound/Playback Stops Suddenly in Windows Vi

    I have recently encountered a very strange problem with my computer: the sound/playback stops working randomly. For instance, let's say I've just rebooted my computer and have launched WMP to play some mp3s. It will work fine for anywhere from a day or two to, at minimum, a few minutes...and then, once an mp3 file finishes playing, sometimes I will hear a weird sort of "squeak" coming from the speakers--after which playback will not work--but even if I do not hear any sort of strange audio, if I click another file to play...WMP will load the media, but will not play it. The play button will switch to pause as normal, but the file will not play. The exact same thing happens in *other* media players, as well: iTunes, J. Ri'ver Media Center...even WinAMP. I have a SoundBlast X-Fi Platinum audio card, and have been running it under Windows Vista Home Premium since January with no problems. I have all the current Vista drivers installed for it, and *have* had them installed for months. I'm really not sure whether this problem is software- or hardware-related, hence the reason I'm crossposting this to?Microsoft's Vista?forums as well. What should my next step be? I'm not really sure where to go from here. Thank you!?Dere C. F. Pegritz

    I have the same problem here too. Vista Ultimate 64bit4Gb RamX-fi Extreme Gamer Pro?Currently have to re-boot when it happens. I have just installed the new drivers (30 May) - I will see if this has any effect!?RegardsBrian.

  • IPhone 4 stop working with ios 6.1

    iPhone 4 stopped working with ios 6.1, visited apple first time, restored phone and worked, less than 24 hours later stopped working again, back to the store, I told iPhone is out of warranty and they'll replace for $150. iPhone worked fine with previous version, no problem at all. Asked to restore to the previous software version, told can't be done. Why should I pay for a damage caused by a software update. Tec claims that ios 6.1 will not work with my phone because it discovered some hardware malfunction, possible the home button. They can't repair. suggested to go to a third party. I'm a satisfied Apple product user for many years. What happened? Any welp out there?

    Hey.. I have had this issue since yesterday afternoon.. Some people are saying to keep restoring again and again until it finally goes through.. I have done so like 10 times on my MAC and then I used my husband's PC and tried it 4 times.. No success.. I called apple support, but no help came from there at the end, and the only thing they were able to suggest to me is to sell me a new phone just like mine for a discounted price.. **** NO
    Anyways after about 18h of search and stress I came across this link:
    http://techglobex.blogspot.com/2012/06/downgrade-from-ios-6-beta-firmware-to.htm l
    That will only make it possibe to go backward.. You will end up back with the IOS 5, but at least you will have a working phone and it will bring back all your contacts and everything else that you ever had backed up on icloud and on your computer. There might be descripencies with the Applications but again this is an issue easily solved, you can always download them back.
    Two more things: One, you do not have to download the old version of the itunes, the newest version worked for me without any issues
    When choosing to download the older IOS 5.1.1, you will need to figure out whether your carrier is GSM or CDMA but you can easily google this info online..
    Well hope that will work for you like it did for me

  • AirPlay mirror on Apple TV stops working when a Skype or Google conversation is started (iOS 7)

    I thought it would be nice to see Skype contacts on the large screen and realised this should be possible using my Apple TV, but AirPlay (in mirror mode) on Apple TV stops working when a Skype or Google + conversation is started after showing all right on the TV till that point. I'm using iOS 7 and the problem occurs on my iPad 2 and iPhone 5. Facetime seems to be OK, and Skype works over Apple TV when using my daughter's MacBook Pro (though I haven't tried Google + on it), so I deduce that the issue is with iOS 7. I have had success one or twice with using Skype in this manner on my iPhone so it is not consistant, but this is rare and hasn't happened in my latest attempts. Unfortunately some of my Skype contacts don't have an Apple device so I often can't use Facetime.
    Is there a work around, or has Apple acknowledged this issue and said there will be a fix?

    Same problem here.
    iPhone 5s + apple TV + Skype all are up to date. Mirroring is working until the video signal starts, after that the Apple TV goes back to the Apple TV starting screen.

  • Wifi just stopped working on an iPhone 4S, iOS 8.1.3. Have reset to factory  settings and restored, still no wifi.

    Wifi just stopped working on an iPhone 4S, iOS 8.1.3. Have reset to factory  settings and restored, still no wifi. Will next release of iOS address this problem?

    Hey there kevin8!
    I have an article for you that can help you continue to troubleshoot this issue with the Wi-Fi on your iPhone. The article can be found right here:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Hopefully that will help resolve your issue. Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Why has Siri stopped working on iPhone 4 after upgrading to IOS 5?

    Why has Siri stopped working on iPhone 4 after upgrading to IOS 5? I've tried the disable and reboot but continue to get the network error.

    Apple has not been forthcoming on the explanation. My Siri worked on my iphone4 (not 4s) immediately after upgrading to IOS5, but I take it they have redirected the servers that used to support Siri to only work with Iphone4s.
    It is one thing for apple to only bundle the improved Siri with IPhone 4S, or  for them to remove Siri from the Ap store.
    But it is another thing all together for apple to purchase a company, and then cease the service that many of us paid for.
    Attempts to contact apple at apple store and via email have been unhelpful.
    Apple Fan--

Maybe you are looking for

  • "updating ipod failed..files could not be read from or written to+

    help!! this is the message that appears everytime we try to add a song to the ipodshuffle on itunes. we have updated itunes, the ipods and windows and nothing is working. we even restored the ipod to factory settings and it still wont work properly!!

  • Identity Column in SQL Server 2000

    I am working on SBO Version 2004a. I created <b>Identity Column</b> in User Defined Table and made the entries for this Table and its columns in Sap Business One OUTB and CUFD tables respectivily. I use this identity column to populate the Code and n

  • Test custom Identity Asserter

    Hello. I've been trying to use the SampleIdentityAsserter that is available in the dev2dev site, and i've been able to create the provider jar, add it in the console and configure it. But when i try to reach a protected resource (defining CLIENT-CERT

  • Turning a sequence of stills into a movie

    I have a camera which takes a series of time lapse still photos at a user-defined rate and duration. Once done, I'll have a sequence of individual jpegs which I want to turn into a stand-alone QT movie. I've looked for an online resource to tell me h

  • ICloud Password without mail and security questions.

    Couples months ago, i sold my old macbook, and someone is using my  iCloud account to chat on FaceTime and access  my data. How can i change my iCloud Password without having access to my security mail ( deleted long time ago) ? PS: I also forgot my