Video streaming not working, video streaming not working

problem streaming video and wifi keeps dropping

eoinfromcastlemaine wrote:
ok so the router is a NETGEAR 54 Mbps WGR614 V4
My computer is the only one using the network , occasionally my phone does and an old pc
The router is not the youngest one but I think that doesn't matter.
Channel ; 11 (2.4 Ghz)
RSSI ; -66
RSSI -66 is not perfect but a good "standard" value for the signal.
If the problem occur in times the computer is the only client in the wireless it could be caused from interferences in the used 2.4GHz radio band; e.g. neighbour wifi networks or other radio equipment uses that band too.
2.4GHz radio equipement is e.g. cordless phones, Bluethooth units, cordless doorbells, cordles mouse/keyboard, cordless headphones and so on.
Also running Microwave oven's can kill your wireless.
You should eventually fix a different channel in your router settings. The used one should have (if possible) a 5 channel gap to other 2.4GHz radio equipment, e.g. the strongest neighbour wireless net(s)
Depending on your country you should try to use:
Europe: Channel 1,5,9 or 13
USA: Channel 1,6 or 11
The periodically scanning for wireless networks of your Mac is a (works as designed) normal behaviour.
Imagine that you have a extended home and two (or more) roaming wireless base stations to provide the wireless seamlessly in every corner of your place. The Mac will scan periodically and if you move it around the house, it provides you on this a constant connection.
Lupunus

Similar Messages

  • SpryTabbedPanel: Flash player in tabs do not play video streams

    Note: I am a complete noob (no experience with Javascript and rudimentary experience with htlm/css). Please be patient (I hope that this is the correct forum for this) and know that I am appreciative of any help or solution that anyone can provide.
    Using Dreamweaver CS4 on Mac OS 10.5.8
    We recently switched all of our streaming servers from Windows Media (good riddance) to Flash Media Server 3.5 (now getting awesome H.264 quality in comparison).
    I was asked to re-design this webpage with the aim of re-organizing the content so that it is more accessible:
    http://www.librarymedia.net/VideoGallery.html
    We used Adobe's test page for our first page:
    http://www.librarymedia.net/flash/videoplayer.html?source=rtmp://63.116.232.4/live/livestr eam&type=live&idx=10
    This was meant as a temporary page to get us started, and as you can see, it needs work but at least it works.
    I've been working the the final version of this page. My boss wants a tabbed web page with links to our video streams (tab for each category of streams).
    This is what I have so far:
    http://www.librarymedia.net/Flash2/videoplayer2.html?source=rtmp://63.116.232.4/live/lives tream&type=live&idx=10
    I realize that I had several options before building this. One, I could have made a separate page for each tab and linked them with a tab menu. In hindsight, this might have been a better option since I could have just copied the working page that we already have for each tab. Or I could have done what I have tried to do: to use Dreamweaver's SpryTabbedPanel to make the tabs and insert a Flash player with links into each tab.
    The problem:
    1. The streams do not play. The player says "initializing" and then "please enter a stream name and play". Please note that I used SpryURLutils to get each link to open in the appropriate tab.
    2. After reading about the benefits of external vs. inline javascript, I took all of the inline javascript that was contained in Adobe's sample page and placed it in an external file. I tried placing the javascript back into the source code (inline), but this did not fix the problem. I guess there is a Javascript problem or I need extra Javascript code to get this to work.  The javascript code is below. Use view source in your web browser to see source code. Please let me know if I need to provide more information.
    Thanks.
    // (C) Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.
    // NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the terms of the Adobe license agreement accompanying it. 
    // If you have received this file from a source other than Adobe, then your use, modification, or distribution of it requires the prior
    // written permission of Adobe.
    // THIS CODE AND INFORMATION IS PROVIDED "AS-IS" WITHOUT WARRANTY OF
    // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
    // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
    // PARTICULAR PURPOSE.
    // THIS CODE IS NOT SUPPORTED BY Adobe Systems Incorporated.
    // Version check based upon the values defined in globals
                                                var hasRequestedVersion = DetectFlashVer(10, 0, 0);
                                                if(!hasRequestedVersion)
                                                    var div = document.getElementById("flashcontent");
                                                    div.innerHTML = '<a href="http://www.adobe.com/go/getflashplayer/" style="color:black"><img src="images/ERROR_getFlashPlayer.gif" width="641" height="377" /></a>';
                                                else{
                                                        AC_FL_RunContent(
                                                            "src", "swfs/videoPlayer",
                                                            "width", "640",
                                                            "height", "377",
                                                            "id", "videoPlayer",
                                                            "quality", "high",
                                                            "bgcolor", "#000000",
                                                            "name", "videoPlayer",
                                                            "allowfullscreen","true",
                                                            "type", "application/x-shockwave-flash",
                                                            "pluginspage", "http://www.adobe.com/go/getflashplayer",
                                                            "flashvars", flashVars
                                          // -->  
    // Javascript in original page
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function changeImages() {
        if (document.images && (preloadFlag == true)) {
            for (var i=0; i<changeImages.arguments.length; i+=2) {
                document [changeImages.arguments[i]].src = changeImages.arguments[i+1];
    var preloadFlag = false;
    function preloadImages() {
        if (document.images) {
            navi_01_over = newImage("images/button_dynamic_up.gif");
            navi_02_over = newImage("images/button_samples_up.gif");
            navi_03_over = newImage("images/button_interactive.gif");
            preloadFlag = true;
    function changetab(obj, obj2, obj3, left1, left2, left3, nav1, nav2, nav3){
        document.getElementById(obj).style.display = 'block';
        document.getElementById(obj2).style.display = 'none';
        document.getElementById(obj3).style.display = 'none';
        document.getElementById(left1).style.display = 'block';
        document.getElementById(left2).style.display = 'none';
        document.getElementById(left3).style.display = 'none';
        document.getElementById(nav1).src = "images/" + nav1 + "_up.gif";
        document.getElementById(nav2).src = "images/" + nav2 + "_down.gif";
        document.getElementById(nav3).src = "images/" + nav3 + "_down.gif";
    function tabout(obj, nav){
        if (document.getElementById(obj).style.display == 'block'){
            document.getElementById(nav).src = "images/" + nav + "_up.gif";
        else{
            document.getElementById(nav).src = "images/" + nav + "_down.gif";
    function tabover(obj){
        document.getElementById(obj).src = "images/" + obj + "_up.gif";
    // Functionality
        <script language="javascript">
            var queryParameters = new Array();
            var flashVars = "";
            var tag = "";
            var url = "";
            window.onload = function ()
                for(var i=1 ; i<=10;i++)
                    var ids = String("sel"+i.toString());
                    document.getElementById( ids ).style.visibility = "hidden";
                    document.getElementById( ids ).className = "style76";
                // mark the entry for that index
                if(queryParameters['idx'] != "")
                    document.getElementById("td" + queryParameters['idx'] ).className = "style75";
                    document.getElementById("sel" + queryParameters['idx'] ).style.visibility = "visible";
            function initialise()
                function getUrlParam( name )
                      name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
                      var regexS = "[\\?&]"+name+"=([^&#]*)";
                      var regex = new RegExp( regexS );
                      var results = regex.exec( window.location.href );
                      if( results == null )
                            return "";
                      else
                            return unescape( results[1] );
                queryParameters['source'] = getUrlParam('source');
                queryParameters['type'] = getUrlParam('type');
                queryParameters['idx'] = getUrlParam('idx');
                   flashVars += "&videoWidth=";
                flashVars += 0;
                flashVars += "&videoHeight=";
                flashVars += 0;
                flashVars += "&dsControl=";
                flashVars += unescape("manual");
                flashVars += "&dsSensitivity=";
                flashVars += 100;
                flashVars += "&serverURL=";
                flashVars += queryParameters['source'];
                flashVars += "&DS_Status=";
                flashVars += "true";
                flashVars += "&streamType=";
                flashVars += queryParameters['type'];
                flashVars += "&autoStart=";
                flashVars += unescape("true");
                tag = "&lt;object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' &gt;&lt;param name='movie' value='swfs/videoPlayer.swf' /&gt; &lt;param name='quality' value='high' /&gt; &lt;param name='bgcolor' value='#000000' /&gt; &lt;param name='allowfullscreen' value='true' /&gt; &lt;param name='flashvars' value= '"+                   
                flashVars+"'/&gt;&lt;embed src='swfs/videoPlayer.swf' width='640' height='377' id='videoPlayer' quality='high' bgcolor='#000000' name='videoPlayer' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer'   flashvars='"+ flashVars +"' type='application/x-shockwave-flash'&gt; &lt;/embed&gt;&lt;/object&gt;";
            function playStream()
                var url = "source=" + document.getElementById('inputURL').value;
                var type;
                if(document.getElementById('vodCheckbox').checked==true)
                    type="vod";
                else
                    type="live";
                url += ("&type=" + type);
                document.getElementById('playBtn').href="videoplayer.html?" + url;
            function checkbox(type)
                if(type=="vod")
                    if(document.getElementById('liveCheckbox').checked==true)
                        document.getElementById('liveCheckbox').checked=false;
                if(type=="live")
                    if(document.getElementById('vodCheckbox').checked==true)
                        document.getElementById('vodCheckbox').checked=false;
            initialise();

    Should I have posted this in the Spry forum instead? My apologies if this is the wrong forum.
    >There is a sample application of the code included with the zip file  which shows how to implement it.
    The sample doesn't really tell me what I need to do to the code to make it work (I do not know javascript), and unfortunately, I have not found any helpful instructions/documentation online. You've given me the answer, I just don't know enough to implement it. This is what I've done:
    1. Placed the FAVideo.js file in my site folder and linked it to the page: <script src="FAVideo.js" type="text/javascript"></script>
    2. I added the following code (taken from the SimpleDemo.html example inside the FAVideo folder). My comments in bold. Page at
    http://www.librarymedia.net/Flash2/videoplayer2.html?source=rtmp://63.116.232.6/vod/mp4:Ol ympics2010_640x480.mov
             <! To the <body> section:-->
    <body onLoad="">
        <div id="divOne"></div>
    <!-Do I have to place the entire page within the "divOne" div (or just the section containing the tabs) in order for the javascript to work?-->
             <!-In the <head> section: -->
       <script type="text/javascript">
            playerOne = new FAVideo("divOne", "TabbedPanels1", "demo_video.flv",0,0,{ autoLoad:true, autoPlay:true });
        </script>
    <!- I noticed that the body code added a div id called "divOne", so I added the "TabbedPanels1" div id to the above code thinking that this would apply the javascript code to all of the tabs. Dreamweaver adds <div id="TabbedPanels1" class="TabbedPanels"> to the page when you insert the tabbed menu, so I'm thinking the javascript has to point to either one of those for it to work. The "demo_video.flv",0,0 code is probably unneccesary, right? As you can see, I'm completely clueless. -->
        <script>
            playerOne.addEventListener("playheadUpdate",this,myHandler);
            playerOne.removeEventListener("playheadUpdate",this,myHandler);
            function myHandler() {
                //alert("eh");
        </script>
    </body>
    Once again, thanks for your help.

  • Why would Lightroom video capabilities/iTunes import/Netflix streaming/Photoshop all stop working at once?

    Hi forum --
    Several programs all stopped working at the same time and will only work (briefly) right after I've restarted my computer including:
    - iTunes audio cd importing
    - Lightroom video importing and playback
    Netflix streaming (on both Safari and Chrome) won't work and Photoshop (CS4) won't open at all.
    Videos work without a problem in: Quicktime, iMovie, Final Cut Pro, and Bridge CS4 and CS6.  YouTube also works without a problem.
    Maybe the problems are conincidence, but this seems like it is posisbly a software problem with my computer, not my programs.
    I have tried reinstalling Ligthroom and resetting the preferences files but they don't help.
    The only things that I can think of that happened is that I:
    1. downloaded my own videos from my own YouTube acocunt after my external hard drive failed and maybe there was a virus?
    2. I deleted some programs with "Clean My Mac 2" and maybe it deleted some crucial file someplace?
    I am running a 2009 13" MacBook Pro with a 2.53 Ghz processor and 4 GB RAM and Mountain Lion (everything is up to date).
    Thank you for any suggestions!

    I had problems with streaming until I changed the WiFi channel that I was using.  The original one conflicted with my neighbor.  After that, MOST of my streaming problems vanished.  Occasionally, a movie would pause for more buffering and I eventually ran an ethernet cable from the Apple TV to my Apple Extreme (to eliminate the Wifi).  I have not had a single problem since then (except to repair the drywall after running the ethernet from one floor to another).  :-)

  • HT1657 Rented movie not working my ipad is saying "could not lode video"

    So I have a iPad mini and I rented a film and it wouldn't download it was saying download error and not working, so I went on to the videos app and tried to stream the film that worked for about 5 minuets after that a message just pops up saying "could not lode video" and I only have about five hours left to watch it.
    Pleases can some one help.

    Was it more specific as to why it could not be watched?

  • Shared Photo Stream not showing video on Mac

    Hi,
    I can now see videos in my shared Photo Stream using IOS7 so that seems to be working fine. I can also see the video when viewing the public website for the shared Photo Stream. However, for the same shared Photo Stream I cannot see the video on my Mac using iPhoto. Is that supposed to work now too?
    Thanks,

    I am not aware that video is supported - and do not find any documentation saying so - there is documentation updated on Sept 18 saying that it does not - http://support.apple.com/kb/HT4486
    Which photo formats does My Photo Stream support?
    My Photo Stream supports JPEG, TIFF, PNG, and most RAW photo formats. My Photo Stream does not work with video.
    Wherer are you seeing that it is supported?
    I do see some editorial material indicating that it is and in those there is no mention o fthe Ma - only IOS 7 and Apple TV version 6
    http://teachmeios.com/apple-introduces-video-sharing-via-photo-stream-in-ios-7-a nd-apple-tv-6-0/
    So I'm not sure how it is suppose tto work but for not it appears that it is not for the Mac based on the limited info I've found
    LN

  • TS3989 Cannot get Photo Stream to sync on Windows 8.1.  Shared streams work fine, but not personal stream.  ANYONE please advise...

    Cannot get Photo Stream to sync on Windows 8.1.  Shared streams work fine, but not personal stream.  ANYONE please advise...

    Videos in a shared Photo Stream can only be streamed, they cannot be downloaded.

  • Bluetooth not working with Streaming websites

    My jawbone bluetooth headset works fine with every application including Safari with the exception of websites that stream video such as YouTube. Not only is there no sound, but the video seems to freeze until I switch the audio source back to my speakers.
    This solution http://discussions.apple.com/thread.jspa?messageID=6384201 seems to identify the problem as being with the Midi Audio seeings. The poster suggests changing the format of the audio from 8000 hz to 44100 hz, which solved his audio issues. The output options for my headset, however, do not have any options other than 8000 hz
    Any suggestions on how to get the lower format hz running for my headset? Or any solution at all to allow streaming and flash video sound to function properly through my headset? Thanks in advance.

    bump

  • W520 will not play flash videos unless buffered in all browsers (youtube works...)

    I just bought my W520 referbished and I cannot watch flash videos unless they are fully buffered.  Several places suggests it has something to do with F-secure which does not appeared to be installed.  It also only effects certian players - not all.  I tried it on a verity of websites and have found that JWPlayer is one of them.  Youtube works fine.  I have tried reinstalling Flash -  I have updated all of my browsers (IE, Firefox [default], and Chrome).  Could this be a hardware problem?  Something to do with Optimus?
    Solved!
    Go to Solution.

    ajipaul,
    Can you share the links for both of the videos which work and does not work fine?
    We tried our W520 streamming 1080p video from youtube and they work fine. Not sure if we got your issues right.
    - Cleo
    WW Social Media
    T61, T410, x240, Z500, Flex 14
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Motu V4HD Not Streaming to Flash video

    Hi,
    I working with a MOTU V4HD, an HD camera (connected via HD component), and a mac computer (connected to the MOTU via firewire.
    I have the camera hooked up to the V4HD and the V4HD hooked up to the computer and am trying to stream live video.
    When I open a streaming utility such as livestream.com or ustream.tv flash recognizes the V4HD, "MOTU Video" as a video source but does not get any stream from it.
    All preview screens stay blank.
    I have tried changing all of the flash settings and have tried it in every browser (safari, chrome, firefox, etc.) but I still can't get it to stream.
    Any help or suggestions would be extremely appreciated!
    Is anyone else having similar problems?
    Could it be a Motu V4HD setting I'm missing?
    Thank you!

    Have you confirmed that the correct camera is selected in the flash settings.  Right click flash player in browser, Settings->Camera Tab -> Camera dropdown box.  Also, have you verified the camera works in another program, ie IChat?
    -chris

  • Airplay not working for audio but works for video and win7?

    Right now I can't seem to get airplay to function correctly on my new macbook air (os x 10.7.1).
    My current hardware:
    Intel Core i5 Macbook Air 1.7Ghz 13"
    Airport Extreme (current generation - 5th)
    Apple TV 2
    Airport Express
    All updated to latest version (OS X 10.7.1, iTunes 10.5, updated airport express & extreme and apple tv 2 - don't remember version #s - sorry)
    Symptoms:
    In iTunes, I can select either the Apple TV 2 or Airport Express.
    When I do, a window pops up with a loading bar, "Connecting to Apple TV" (or Airport Express).  This never goes away/connects.
    If instead of audio, I try and stream a video to the ATV2, it connects and works instantly.
    I can switch quickly from video to audio and it will transmit fine for the duration of that song.
    The ATV2 can see and connect to my itunes library and stream music through homesharing (i.e. selecting the music through the ATV2 as opposed to sending it through airplay from itunes)
    Itunes running on my fiance's laptop (HP Win7, itunes 10.5) can airplay to each of these devices flawlessly.
    Any ideas?  I've confirmed that home sharing is turned on.  Airplay is turned on. (this is true for the macbook air, apple tv, and airport express).  Firewall on or off on the macbook air doesn't have an effect on this issue. I've also reset and reconfigured the Airport Extreme, Apple TV 2, and Airport express.  I don't want to yet on the macbook - this problem existed from day 1 and I'd rather not do a full reset/restore on the laptop if I don't need to.
    Thanks for your help.
    Tim

    Well if it works from one browser it would seem likely that the code you are using to create the file is OK. So I would concentrate on what is different between the browsers, so that will be Mime type management and security.
    Your mime type def seems to be OK but it may be the mapping that IE is using that is broken
    IE will take the mime type mapping from the registry so it may be worth trying IE from another machine just in case there is something screwy there. Also if you're on Windows 7 make sure that the Zip has not been "blocked" - save it to disk on the client, select the file and choose properties from the context menu - see if it says blocked in the Attributes section.

  • Video slide bar doesnt work with streaming video

    I am converting from progessive video to streaming video. I am using a streaming site.  the video plays fine through when called up in preview or published but the silide bar doesnt work for the video (backwords or forwards in the video)...works fine in a progressive download.  I am using fv4. 
    Any Ideas?

    I had no problem getting the video to stream inside my project...my problem is that when I use the "insert a fv or fv4" feature and insert the proper link, captivate uses a different player (the video shows up in a separate window in the slide) and the player doesnt have a progress bar.  The progress bar in the skin itself will not (the player that comes with the slide) operate.  Therefore, all I can do is start and stop the video....I need a working slide bar so the student can navigate ( especially backwards) the video....any Ideas?

  • QuickTime X is not compatible with streaming video online ?

    Hi guys
    I want to know why QT X Snow Leopard is not as versatile as the WMP
    Microsoft, I tell you my problem with the player on your Mac:
    I live in Italy where I state that I have a DSL connection to 7 megs, and
    then I do not know if this is the problem, however the player with Microsoft
    is not.
    I ask because in the view streaming movies with DRM
    regularly purchased, and crushing the natural extension of
    quick time on the website, can not read well and upload the video
    in fact read streaming with Quick Time X buffer stops
    always does not work well with loss of video quality, while
    same video with WMP can be seen without problems.
    I have the impression that the world media on the Internet works well only with WindowsMediaPlayer ... and that QuickTime is not fully compatible
    Ciao !
    massimo

    What type of video files are you trying to view? It is difficult to view video files that are not QT files with QT! QT is not the same is WM! They use completely different types of files. To view any WM in QT you need the most recent version of Flip4Mac installed. This allows QT to use WM files, but usually not the most recent version of WM files.
    Another 3 party app useful for QT is Perian.
    Dah•veed

  • ITunes purchased videos and all DRM movies will not play on iOS 8 devices when streamed from an external drive (or streamed from other wireless devices). Any solution in sight?

    Video streaming of DRM movies, purchased from iTunes and other vendors, to any iOS device is not working.

    I am not sure if you really understand the issue at hand. Possibly that you are just scanning, not reading the whole text, or simply that you just want to close a thread with your last words or derail it for whatever strange reason. So far you have been more destructive than helpful, but again this could be ignorance at best.
    If you would have had the decency to read the entire thread you would have come to the conclusion that every manufacturer, I came across, has posted FAQ's to this issue but Apple. Find a short excerpt below:
    SeaGate  http://knowledge.seagate.com/articles/en_US/FAQ/006135en?language=en_US <http://knowledge.seagate.com/articles/en_US/FAQ/006135en?language=en_US> Playing DRM (Digital Rights Management) protected movies in Seagate Media App Information regarding remote streaming of DRM protected movies. Most forms of DRM (Digital Rights Management) will prevent playing movies on unauthorized devices or from remote storage hosted on wireless drives or NAS drives(Seagate Wireless, Seagate Wireless Plus, Seagate Central or Seagate Personal Cloud). Movies purchased from iTunes can be streamed to iOS 6 and iOS 7 devices which were authorized from remote storage (the video could be selected in Seagate Media App and would be played in a Safari browser), however in iOS 8 this has stopped working. A bug has been filed with Apple, however this functionality has not been restored. Therefore, DRM protected movies purchased on iTunes can no longer be played on devices running iOS 8.
    SanDisk  http://kb.sandisk.com/app/answers/detail/a_id/16668/kw/itunes <http://kb.sandisk.com/app/answers/detail/a_id/16668/kw/itunes> Videos purchased or rented from iTunes will not play in iOS 8 The SanDisk Wireless Media Drive and Wireless Flash Drive support streaming of DRM protected iTunes purchased movie content to authorized devices in iOS 6 and iOS 7 ONLY. The DRM protected content is opened in Safari where the DRM is decrypted and the video is played. iOS 8 issue In iOS 8 Apple device has NOT enabled Safari based DRM decryption. Therefore DRM protected content, i.e. purchased movies or TV shows from iTunes, CANNOT be streamed from the Media Drive/WFD in iOS 8. This issue has been reported to Apple. We do not have any estimated date when Safari will support DRM decryption of iTunes purchased content.
    in contrast: here is the excerpt from the Apple Store http://store.apple.com/us/product/HFSQ2VC/A/sandisk-connect-64gb-wireless-media- drive?fnode=12ea113d2dba9883d5561c573d91…
    Overview
              With the SanDisk Connect Wireless Media Drive and its companion app, you're free to share and stream high-definition content between your iPad, iPhone, iPod touch or Mac devices without a cable connection. Simply connect wirelessly from your iOS device to the media drive and instantly stream your HD movies, browse photos and listen to music from around the house or on the go, while avoiding the common hassles of cables, attachment limits or Internet availability
    AirStash  http://support.airstash.com/entries/55924774-Known-Issues-with-iOS-8-and-or-iPho ne-6-6- <http://support.airstash.com/entries/55924774-Known-Issues-with-iOS-8-and-or-iPho ne-6-6-> (Excerpt) Known Issues with iOS 8 and/or iPhone 6/6+ Apple recently released iOS 8 and the iPhone 6 and iPhone 6+. Here are the remaining issues that we are aware of in the iOS 8 general release: • Video streaming of DRM movies (purchased from iTunes and other vendors): iTunes purchased videos and all DRM movies will not play on iOS 8 devices when streamed from AirStash (or streamed from other wireless devices). These movies are digitally protected and the AirStash app sends them to the Safari browser to play (which works for all prior iOS versions). However, in iOS 8, Safari will no longer allow DRM movies to play. These movies will play when the video is transferred to the iPhone/iPad and played in the Apple's Video App or the corresponding App from the vendor.
    WD - A Western Digital company  http://community.wd.com/t5/My-Passport-Wireless/Streaming-itunes-DRM-movies-to-s afari-on-iPad-not-working-IOS-8/m-p/820913#M387 <http://community.wd.com/t5/My-Passport-Wireless/Streaming-itunes-DRM-movies-to-s afari-on-iPad-not-working-IOS-8/m-p/820913#M387> No official comment here in regards to the issue but a interesting comment by Bill_S, WD Community Manager, who is basically saying that iOS8.x was actually a fix to an issue that DRM protected movies were playing prior to iOS8.x. If this is the case and Apple will not address this issue or fix it since Apple believes that movies should be protected this way, you need to let the community know that movies are restricted this way. Re: Streaming itunes DRM movies to safari on iPad not working - IOS 8 issue? [ Edited ] Options 11-06-2014 03:19 PM - edited 11-06-2014 03:22 PM Actually, this is not something we can NOT fix. It appears that Apple finally fixed an issue they had with their movie DRMs. The files should have never played in the first place. [Edit] If you have an issue with this, you will need to take it up with Apple. Click the Kudos star to say thank you for helpful posts. And be sure to come back to click the 'Accept as Solution' button for the post that solved your issue. This may help someone else.

  • Stream 8 tablet location does not work on T-mobile broadband

    On my HP Stream 8 tablet, location works fine with GPS only (GNSS on; Mobile Broadband, Wi-Fi, and Bluetooth off).
    However, if I turn on Mobile Broadband and connect to T-Mobile and turn off GNSS (or GNSS on inside where there is no GPS signal) and keep Wi-Fi and Bluetooth off, the location gives very odd results.  Last week the map showed Phoenix as my location (I am actually located in San Francisco).  This week, it gives Brentwood or Clayton, CA, both more than 30 miles away.
    HP tech support said call T-Mobile.  T-Mobile said they had occasionally seen equally odd locations.
    I went to a nearby T-Mobile store.  They had a Samsung Galaxy Tab 4 which always gave a correct location, within 100 feet using T-Mobile alone.  Manually moving the map to a different location in an attempt to confuse it and turning it on and off, it would still find the correct location.  No surprise there, my three year old Virgin Mobile LG android cell phone does just as good a job at finding locations.
    (The T-mobile store also had an iPad Mini 3 that I was able to confuse.  On T-Mobile alone and clicking on My Location in maps, it produced a grid that was blank except for a line saying that it was unable to find a location, no info or link to what to do next.  The T-Mobile store did not have a Stream 8.  The Microsoft Store has a Stream 8 but it is not connected to Mobile Broadband.)
    Does anyone else have this problem?  Is my unit defective? There  are times that a GPS signal is unavailable and a T-mobile broadband signal is available, and it seems that this unit should be able to find a location at least as well as my cell phone.
    Thanks.

    I see the same basic results, wifi=off, bluetooth=off, gnss=off, t-mobile=on. Open win8.1 map-app shows my location in LA south of the 101/110 junction. I'm in SF Bay area near San Jose about 400 miles away. Turn on wifi and map-app shows me at my real address. With t-moile only, opened win8.1 IE, went to www.bing.com/maps location also shows LA.
    My only t-mobile account is the stream8 free 200mb/month data plan, don't think they have my real address anywhere. My t-mobile "phone" number is 720 area code in the Denver area. No idea why middle of LA is the t-mobile location. Must be a "feature, not a bug".

  • DVI to Video Adapter with NVIDIA 8800 GT not working

    Hi all. I have the new Mac Pro Octo (mar '08) with the NVIDIA GFORCE 8800 GT card. I cannot find anywhere what may be wrong. Only on the Apple Website for the adapter that the only Mac Pro it works with is the Mac Pro (with ATI X1900 XT). However, both tech support and Apple's Store staff said this would work, prior to buying it. Well, my computer does not recognize the TV monitor hooked up via S-Video. I've powered everything down, restarted, unplugged and replugged in both orders, and switched inputs on the TV and receiver both. Nothing.
    Any one know if this does or does not work with this computer???
    Thanks.

    Never mind. Found this out via Apples own website. Thanks APPLE TECH SUPPORT and STORE STAFF for getting me to buy a useless cable!
    Mac Pro Computers (January 2008)
    The Mac Pro computers with Quad-Core Intel Xeon 5400 Series microprocessors were introduced in January 2008. The Mac Pro’s graphics subsystem interfaces to the North Bridge via a 16-lane PCIe 2.0 bus. For information on the PCI Express graphics support and expansion, refer to PCI Developer Note.
    The following sections describe the Mac Pro’s graphics subsystem.
    Graphics Cards
    Supported graphics cards have dual-link DVI connectors, supporting 30-inch Apple Cinema HD Displays on both ports.
    For information on video memory, power, and features refer to Table 1.
    All of the supported graphics cards support dual displays in either extended desktop or video mirroring mode; for more detail, see “External Display Modes.”
    Table 1 Supported Graphics Cards
    Graphics card
    Video SDRAM
    Power usage
    ATI Radeon HD 2600 XT (standard)
    256 MB (GDDR3)
    50 W
    NVIDIA GeForce 8800GT (configure to order)
    512 MB (GDDR3)
    110 W
    NVIDIA Quadro FX 5600 (configure to order)
    1536 MB (GDDR3)
    175 W
    The GeForce 8800GT graphics card requires that a booster cable be connected from the PCI slot to the auxiliary power connector. The Quadro FX 5600 graphics card requires two booster cables be connected from the PCI slot to the auxiliary power connector. For additional information, refer to the PCI Developer Note.
    The Mac Pro supports the 20-inch Apple Cinema Display at a resolution of 1680 x 1050, the 23-inch Apple Cinema HD Display at a resolution of 1920 x 1200, and the 30-inch Apple Cinema HD Display at a resolution of 2560 x 1600. All ports support a maximum resolution of 2048 x 1536 at 32-bit with 85 Hz refresh rate. Multiple PCI Express graphics cards can support three or more displays.
    The table below lists the displays supported by port 1 and port 2.
    Table 2 Port 1 and Port 2 support
    Graphics card
    Port 1
    Port 2
    Radeon HD 2600 XT
    20”, 23”, 30” Apple displays
    20”, 23”, 30” Apple displays, DVI to Video Adapter
    GeForce 8800GT
    20”, 23”, 30” Apple displays
    20”, 23”, 30” Apple displays
    Quadro FX 5600
    20”, 23”, 30” Apple displays
    20”, 23”, 30” Apple displays
    For information on video ports, see “Video Monitor Ports.” For information on PCI Express expansion slots, refer to PCI Developer Note.
    Video Monitor Ports
    The Mac Pro has a DVI connector for an external video monitor. For a description of the DVI connector, refer to Figure 4 and Table 30.
    The graphics data sent to the digital monitor use transition minimized differential signaling (TMDS). TMDS uses an encoding algorithm to convert bytes of graphics data into characters that are transition-minimized to reduce electromagnetic interference (EMI) with copper cables and DC balanced for transmission over fiber optic cables. The TMDS algorithm also provides robust clock recovery for greater skew tolerance with longer cables or low-cost short cables.
    Note: The Mac Pro computer includes a DVI to VGA Adapter.
    DVI to Video Adapter
    The Radeon HD 2600 XT graphics card supports an optional DVI to S-video/composite adapter that provides S-video and composite output to a PAL or NTSC video monitor or VCR. When a display is connected by way of the video adapter, the computer detects the type of adapter and enables the composite and S-video outputs. The settings for the resolutions and standards (NTSC or PAL) are then selectable in the Display pane in System Preferences.
    Note: The DVI to Video Adapter does not come packaged with the Mac Pro computer and must be purchased separately.
    The video output connector is a 7-pin S-video connector. Figure 5 shows the arrangement of the pins and Table 31 shows the pin assignments on the composite out and S-video connector.
    The Mac Pro computer provides video output at picture sizes and frame rates compatible with the NTSC and PAL standards; the picture sizes are listed in Table 32. Those picture sizes produce under-scanned displays on standard monitors.

  • My ipad 4 will not sync my photos i took with my cannon digital camera, it worked 1 week ago and now will not??If in put it under video on the ipad i can not share or email.

    Had an Ipad 2 from Christmas 2011, used a digital camera to record video, a cannon ELPH series, I put the video in my Iphoto on my mac book pro and WAS able to sync them to my photo on my IPAD. The little photo with the camera icon on it was great no problems.!!! Then I was not able to do this any more, I had to drop the video into the video icon on the ipad from my itunes accunt, however you can not send the video to any one from the ipad like you can under the photo Icon, the buffering was also bad.  I got a new Ipad 4 for Christmas and again I was able to sync video when i connected it to my ipad and video i recorded with the cannon camera from halloween showed up GREAT!!! This was stored on my Ipad under the Photo Icon and I can send an email, imessage, etc with the vieo. Fast forward another week put my Christmas videos on my mac book pro and when i plugged my ipad to my mac book to sync in it again did not work, it would not sync the video to my photos, though I JUST did it a week earlier and it worked (those videos are still on the IPAD 4 and work fine). Why can I not do it now, I can drop the video into the video Icon on the IPAD and watch, but you can not send it anywhere as if u had it stored under the photo icon.???

    What is the file name of the video(s) you want to sync?
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

Maybe you are looking for

  • Is there a way to pull  User, Group , Other permissions of a file

    I wanted to know whether Java provides any API to pull up each and every permission associated with a file. For example: In Unix, a file has 3 sets of permissions as shown below: <UserPermissions><GroupPermissions><Others'Permissions> Example: -rwxrw

  • Error with the creative Muvo V

    hi, my new creative Muvo vidz screen is slowly turning black, it happend on my old one as well and bought a new one, now this one which i have only had for 3 weeks is now doing the same. any help is greatly appreciated. Thank you Kiara_C

  • Command-tilde not working

    When trying to cycle through multiple open windows in Safari using Command-tilde, I get a strange behavior. Sometimes it works, sometimes it doesn't. I tried to figure out a pattern to this, but it seems completely random. Any ideas? On all other app

  • Use headset and Mic at the same time

    The latest MacBook Pro does not come with Mic port. How can I use my professional Mic for audio recording and my editor can listen the recording through headset at the same time.

  • Since updating my default programs have changed from CC 64bit to CC 2014, is this a problem?

    I updated my Creative Cloud this week and my default Illustrator & photoshop seem to have changed from what I now realise is CC64bit to CC 2014. If I click to open a file it opens a version other than the one the file was created in and different fro