No QT stream in Safari

After upgrading to 10.4.4. and QT 7.04, there is no more stream within Safari e.g. movie trailers, instead there is a vague QT logo with a question mark in it. Strange thing is the movietrailers play without any problem from within iTunes store.

Open HD/Library/Internet Plug-Ins folder and drag the QuickTime Plugin.webplugin to your Desktop (so you can put it back).
Quit and relaunch your browser for this change to take effect and try the page again.
First, if I try to do this I it will copy the plug-in from the top level library to the active (different) user account desktop. What I don't understand is when to restart safari (with or without plug-in in library) and when to put it back. I copied the plug-in into the active useraccount library, and restarted Safari but the problem still remains.
The problem also seems to be account specific. Within another (also non-administrator) account evrything works fine.

Similar Messages

  • Could you play a live stream from safari to apple tv without going through itunes?

    could you play a live stream from safari to apple tv without going through itunes?

    There is no way to stream Safari content, with or without iTunes, to your AppleTV.
    The only way would be to use a mirroring feature given that you have an AppleTV 2nd gen or newer and a 2011 or newer MBP running mountain lion.
    If not, some third party software like AirParrot can also gives you way to mirror your MBP display on the TV.

  • Very poor implementation of XMLHttpRequest streaming with Safari for Window

    I hope this post reaches Apple engineers. This is critical for us to resolve this. I am a member of the developer network, so if using incident support is necessary, it can be used. Do not hesitate to contact me with any questions. I have implemented a test to compare XMLHttpRequest streaming performance for different browsers. Safari for Windows 5.0.3 had the worst results compared to Chrome and Firefox. Furthermore, I think this problem was introduced after Safari 3. The test consists of a server pushing messages of about 350 bytes to the browser at a rate of about 300/s. Once server pushes 10,000 messages, it closes the connection and browser opens new one repeating the cycle. There were several problems associated with Safari: 1) Safari could not process much more then 300 messages/s, that is quite low. Chrome had no problem processing 1,000. If, for example, 500 m/s was used, Safari would quickly allocate hundreds of meg of memory and crash. 2) Safari starts with about 64MEG of memory allocated. Once the test page is opened, memory quickly climes to 150MEG and as test progresses to >400MEG. Once the connection closes, it drops to 150MEG again. Chrome's memory did not fluctuate at all staying at 32MEG for the same test. 3) CPU was steadily claiming as test progressed and then dropped as connection was reset, creating CPU spikes. It reached about 50% CPU before connection was closed. Chrome's CPU stayed at about 2% all the time. This is the code: Server. Should be run with the latest Java Tomcat 7. Configure Tomcat to use Http11NioProtocol: package test; import java.io.IOException; import java.io.PrintWriter; import java.text.SimpleDateFormat; import java.util.Date; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.catalina.comet.CometEvent; import org.apache.catalina.comet.CometProcessor; @SuppressWarnings("serial") public class WebFrameworkServletXHRReconnects extends HttpServlet implements CometProcessor { @Override public void event(CometEvent event) throws IOException, ServletException { HttpServletRequest request = event.getHttpServletRequest(); HttpServletResponse response = event.getHttpServletResponse(); if (event.getEventType() == CometEvent.EventType.BEGIN) { System.out.println("Begin for session: " + request.getSession(true).getId() + " " + response.getWriter()); response.setHeader("pragma", "no-cache,no-store"); response.setHeader("cache-control", "no-cache,no-store,max-age=0,max-stale=0"); event.setTimeout(Integer.MAX_VALUE); PrintWriter out = response.getWriter(); SimpleDateFormat formatter = new SimpleDateFormat("mm:ss: "); for (int i = 0; i < 10000; i++) { out.print("{\"messageType\":8448,\"requestId\":"0",\"eventType\":1,\"symbolId\" :[\"BAC.EA\",0],\"fields\":[{\"header\":"0",\"type\":6,\"data\":[3993,2]},{\"hea der\":"55",\"type\":6,\"data\":[1185,2]},{\"header\":54,\"type\":6,\"data\":[321 8,2]},{\"header\":"5",\"type\":6,\"data\":[6617,2]},{\"header\":52,\"type\":4,\" data\":[15]},{\"header\":"12",\"type\":6,\"data\":[1700,2]}]}"); out.flush(); if (i % 10 == 0) { try { //Thread.sleep(60); Thread.sleep(30); } catch (InterruptedException e) { } } if (i % 100 == 0) { System.out.println(formatter.format(new Date()) + i); } } out.close(); event.close(); } else if (event.getEventType() == CometEvent.EventType.ERROR) { event.close(); } else if (event.getEventType() == CometEvent.EventType.END) { event.close(); } } } client: <script type="text/javascript" src="log4js.js">
    </script>
    <script type="text/javascript">
    var api;
    var log = new Log(Log.DEBUG, Log.popupLogger);
    var byteoffset;
    var perocessedMessages;
    function connect() {
    perocessedMessages = 0;
    byteoffset = 0;
    id = 0;
    api = new XMLHttpRequest;
    api.onreadystatechange = onreadystatechange;
    api.onerror = onerror;
    log.debug('connect');
    api.open("GET", "http://localhost/Test/Controller", true);
    api.send("");
    function onreadystatechange() {
    switch (api.readyState) {
    case 3:
    change();
    break;
    case 4:
    disconnect();
    break;
    function change() {
    connected = true;
    var buffer = api.responseText;
    var newdata = buffer.substring(byteoffset);
    byteoffset = buffer.length;
    while (1) {
    var x = newdata.indexOf("<activ>");
    if (x != -1) {
    y = newdata.indexOf("</activ>", x);
    if (y != -1) {
    processMessage(newdata.substring((x + 7), y));
    newdata = newdata.substring(y + 8);
    else {
    break;
    else {
    break;
    byteoffset = buffer.length - newdata.length;
    function processMessage(msg) {
    var objJson = eval('(' + msg + ')');
    perocessedMessages++;
    //if (perocessedMessages % 100 == 0) {
    // log.debug('' + perocessedMessages);
    function disconnect() {
    log.debug('disconnect');
    connect();
    function onerror() {
    log.debug('onerror');
    </script>

    I hope this post reaches Apple engineers. This is critical for us to resolve this. I am a member of the developer network, so if using incident support is necessary, it can be used.
    We're a user-to-user forum, ilyag. So it'd be better for you to use the Apple Bug Reporter if you want to ensure someone from Apple sees your post:
    http://developer.apple.com/bugreporter/

  • Not playing HLS streaming on Safari (and HDS gets and error)

    I just installed Flash Media Server 4.5 on my apache2.2 server. I am running the default webpage from the program, https://filmthos.com/flash/. I get an error when running the HDS streaming sample Error#2032. The rtmp sample runs fine. I run the HLS on IE and it give the error message that it can only run on Safari, whicvh is fine. BUt when I run this sample on Safari nothing happens. So any suggestion would be helpful to figure out the problem. THank you!

    I had external Apache setup. So, I uninstalled it and reinstalled the FMS with the bundled Apache. It worked fine. The only problem is I don't know how to configure this Apache with php5, pear, mysql etc. Things I had already configure with the external Apache. So I reverse all that I did. But you mention I would have to configured my enternal Apache to FMS correctly. What or where can I find what has to be configure with my external Apache? Thanks for your help!

  • H.264 streaming on SAFARI

    Hello guys.
    I am a university student and I am doing a project regard of getting live stream from IP camera via vlc and send it to a particular browser using HTML5 video player (Projekktor and VideoJS). Basically I receive RTSP live streaming from IP camera and re-streaming it in the FLV container via VLC player. After that I send it to the browsers using HTML5 video player. FLV works on all browsers such as IE, Chrome... However, it does not work on safari browser. I think it is because Apple does not support flash. So is there any ways that h.264 streaming works on safari browser?
    I will be so appreciated if anyone replys with solution. Thank you so much
    p.s this is on the computer or laptop, not iphone or ipad

    Thanks. We were able to solve the issue by increasing the bandwidth. The next issue we are facing is that we want to connect multiple cams to the same machine and have fast switching with each cam back and forte. The issue is that there is a freeze on the current stream before switching to the new stream and from the broadcaster side it takes a bit before the cam switches . Getting the fast switching is our goal at this point.

  • Direct Streaming with Safari on Windows

    Using Final Cut Express, I have assembled camcorder clips into a 30 minute movie for a local community organization. Exporting .mov and then using iDVD, I have made an acceptable DVD which can play on all appropriate equipment. However, distribution is difficult and expensive.
    My problem is find a system so that most people with broadband can stream an MPEG-4 movie file from the web. On iMac, IPad, G4Mac under Leopard, the file streams fine from Safari, without the use of a streaming server.
    However, the story is completely different using Safari on Wintel machines (mostly XP). On Windows, Safari first downloads the mp4 file before running QuickTime. Can I get Safari to stream directly as on Mac? Or do I have to set up a streaming server? Or even convert to Flash!
    i

    You would do far better to use Flash, since most people already have that.
    Quicktime is a HUGE download and many people simply won't bother with that. It also messes downloads from other sites, such as music sites selling MP3s - Quicktime is designed to take over the whole media system of people's computers and this can cause significant problems with downloads from other websites.
    Thus I, and I am sure that many others do not like that and will never ever run Quicktime.
    Flash is a far superior technology and relatively bug free. Just like web applications or any other, poorly designed Flash applications can have security problems and bugs, however the technology itself is top notch. I am sure we will find similar problems once HTML5 take a hold.
    In regard to streaming servers, RED5 is open source and free of cost >> all you need is a VPS at a minimum. That combined with Flash is very hard to beat!

  • Audio streaming in Safari just stops.Anybody explain to me why?

    I listen to a radio station and it plays fine for about 3-5mins....then it just stops and then I have to refresh via the 30s button in Safari.
    It is not a bandwidth issue,as I stream the same station from my Notebook and have no problems.
    Thanks

    Are you attempting to continue listening to it in the background?
    If so, I don't believe Safari supports background audio. It would be far better to use a dedicated radio app (such as Tune-In Radio) which can play background audio for as long as you want.

  • Stream from Safari

    Is it possible to stream websites from Safari via iPad to Apple TV?

    I'd like to see this work as well! But, in the mean time, I've made a workaround.. I have an old G4 laptop that the screen no longer works but the rest of the computer is fine. I hooked it up to the TV via svideo. Anytime I want to use safari on the tv (like in the case of watching a sporting event on espn360), I simply control the G4 with my iPad. Works like a champ and you can probably find a similar laptop on ebay cheap!

  • Ipad 4 airplay dropping link to AppleTV when streaming from Safari

    When using Safari to view video, and Airplay to show it on my TV via an AppleTV, it drops the link every few minutes. It does not happen if I'm watching a video on an app, only with Safari.
    I have the latest iOS on my iPad (7.1), and the latest AppleTV software as well (6.1).
    Any suggestions?

    Hi there iburden2,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/ts4215
    -Griff W. 

  • IPhone 5/5C LTE YouTube streaming via Safari

    What the heck is the issue? My fiancé has the iPhone 5 and I have the 5C. We are both on Sprint LTE. ALL videos that we play on YouTube via Safari will play part ways through, but then the video and audio with cease but the "steaming ticker" will continue. In trying to restart from the beginning, the video will literally play back in FFW motion until the dead spot where once again the video and audio will stop but the ticker is still going. Anyone else with us on this one? It's so strange; and REALLY annoying.

    I was having this same problem, i closed out of youtube app and reopened and it stopped malfunctioning

  • Is it possible to use airtunes to play music streamed via safari

    I have recently set up my Mac so I can play music from iTunes through my stereo in my lounge using Airtunes.
    I would like to be able to play music via Airtunes when streaming it over the internet (eg BBC iPlayer or an internet radio station).
    Is there a way this can be done?

    Hi,
    I'm pretty sure you can't do it with the basic OS X software.
    You can do it with some third-party software though:
    http://www.rogueamoeba.com/airfoil/mac/

  • Why did my video streaming on Safari suddenly become jumpy?

    Why did video playback on my MacBook Pro with Safari suddenly become jumpy? I can watch the same video on Google Chrome without issue.
    Thanks

    1. Uninstall Adobe Flash Player:
        http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html
    2. Reinstall Adobe Flash Player.
        http://get.adobe.com/flashplayer/
    3.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
    4. Safari > Preferences > Extensions
        Turn those off and relaunch Safari.
        Test any video.
        Turn those on one by one and test.

  • Does apple TV let you stream videos from safari using your iPad 2x?

    I'm considering on buying an apple tv but if it only has those 10 apps it can stream from my Xbox is capable of doing so as well. If apple tv doesn't stream using safari how can I have that option available so I can watch online videos on the iPad 2x using safari Internet browser?

    http://www.apple.com/appletv/what-is/  Provides a lot information about apple tv, review it.
    Also if you're using airplay mirroring and choose the full screen option from a video player in safari it'll play full screen on your apple tv.

  • Vividas Streaming Video and Safari

    In an attempt to see a video that apparently uses Vividas Streaming video, Safari gives the following error message:
    Can't use Java Script here. Cannot run the script "set Mac Loaded Percentage (0)" because Safari does not allow Java script to used in this way.
    At least Safari gives an error message. Both Netscape and Internet Explorer just quit when I try to access this video.
    I am not an experienced computer user and do not know about Java but would really like to see this video and my internet server could not help. Thanks for your reply.

    If you have items connected directly to the computer, do you have issues? Try connecting 2 peripherals at a time to your computer (or 3, if you have that many USB ports on the computer) and see if they work fine. If so, the problem may be with the hubs you're using.
    ~Lyssa

  • Safari streams audio poorly on an iPad, downloads perfectly on a Mac

    In Safari on a Mac when I connect to a downloadable mp3 file on a web site (e.g., click the "mp3" link at http://speeches.byu.edu/index.php?act=viewitem&id=2003), the file downloads and starts playing in iTunes.
    On an iPad (and an iPhone) the file starts streaming in Safari but then stops partway through the talk or loops back to the beginning of the stream.
    I had a friend try it on his Android device, and it downloads it and plays.
    What can I do different to access it directly (without having to download it on the computer and then sync it to the iPad/iPhone)?

    When using Safari, type the word or phrase that you are trying to find in the search box in the upper right corner and a pop up box will appear with a number of choices for you. At the bottom of that pop up box there is a heading that says "On this page" in a grey bar. Tap that search word in the bottom of the box and that's how you do a find for the word or phrase in Safari.
    Message was edited by: Demo

Maybe you are looking for

  • How to pick up the latest report instance of a schedueld report

    Hi, I am supporting a custom application (.NET), which has to pick up the latest report instance by accepting the Report ID. At times, the application does seems to be pick up the wrong (older) instance. This is not happening all the times but certai

  • Spool Error capture question

    Hi, I am trying to spool data from tables into flat files. I am using the following scripts to accomplish it 1. A cmd file (windows) that makes a call to a sql file 2. The SQL file which generates another query file at the run time, depending upon th

  • Mac OSX 10.6.8 Kernel Panic Error

    I have a mac with Intel core 2 duo and 4 gb ram. It also has a 500 gb hard drive. When I try restarting the computer, once in about 4 restarts, I get the kernel panic grey screen that says I have to use the power button to shut off the computer. I lo

  • Monitoring using Openview

    Does anyone monitor their appliances using openview? If so, how?

  • I cannot find the source coue: WebsphereEpSsoLib.zip

    Although it is said in "How to Set Up Single Sign-On Between an IBM WebSphere Portal and the SAP Enterprise Portal Using JAAS" that can download it from http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4