How do I tell Safari to play a live stream always in QuickTime?

I like to watch a television station from Eastern Europe that streams live on the internet. When I click on the link, the content plays in Windows Media Player. Recently, purely by fluke, it opened in QuickTime and I really preferred this version. Unfortunately I have been unable to repeat this fluke. There is nothing in Safari, QuickTime, or WMP preferences relevant to this issue. I have inputted the link's URL where QuickTime prompts me, but it does nothing.
Is there a way I can tell Safari to open the link in QuickTime whenever I select the link?
(Both my Safari and QuickTime use the latest versions.)

If the content is playing in Windows Media Player, you will be better off installing Flip4Mac which will allow a Quicktime window to open. Microsoft no longer supports WMP for Macs and recommends all Mac users to use Flip4Mac. This software can be found on Versiontracker and Macupdate as well as the manufactures website for download.

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.

  • Unable to play Level3 live stream with OSMF v1.0

    Hi,
    I'm trying to play a live stream hosted by level3. When adding the mp4: prefix to my rtmp stream url I am able to connect but get a mediaError:
    "Failed to play  (stream ID: 1)".
    parallelElement.addChild(mediaFactory.createMediaElement(new URLResource(config.rtmpUrl)));
    rtmpUrl: rtmp://link-to-level3-server.net/app/mp4:name/streamname/live
    I've tested the same stream in flowplayer and jwplayer; both work like a charm. I've noticed that Level3 is listed as a planned CDN  provider on the osmf page. Do I have to wait for the level3 plugin to be released or am I missing someting here?

    I just found this post: http://forums.adobe.com/message/2782150#2782150
    Adding a streamingURLResource like below doesn't give any mediaErrors.
    var resource:StreamingURLResource = new StreamingURLResource(config.rtmpUrl);
    resource.urlIncludesFMSApplicationInstance = true;
    parallelElement.addChild(new VideoElement(resource));
    I have to test it when I'm back at the office but it seems promising.
    Keep you posted!

  • Problem playing remote live stream from FMS

    Hello all,
    I'm having problems playing remote live streams from FMS (server-side) that I can play with any other player (client-side)
    Example of server-side application which plays a remote live stream:
    nc = new NetConnection();
    nc.connect("rtmp://remoteserver/live");
    stream = Stream.get("localStream");
    stream.play("remoteStream.flv", -1, -1, true, nc);
    This code works only sometimes.
    Most of the times, FMS is able to connect to remote string and the localStream dispatches events:
       NetStream.Publish.Strart
       NetStream.Play.Reset
    In this case, FMS is publishing the local stream but it is not playing the remoteStrem on it.
    The rest of the times, localStream dispatches events:
       NetStream.Publish.Strart
       NetStream.Play.Reset
       NetStream.Play.Start
       NetStream.Data.Start
    In this case FMS plays the remoteStream correctly.
    Any hint to solve this issue?
    Regards.

    Thanks, I tried your code and it works when playing a remote live stream on another FMS.
    But the remote live stream is not on a FMS but on a Wowza Server which re-streams an RTSP stream over RTMP.
    With this code:
    var nc;
    var myStream;
    application.onAppStart = function(){
         nc = new NetConnection();
         myStream = Stream.get("localstream");
         myStream.onStatus= function(info){
               trace(info.code);
         nc.onStatus = function(info){
               trace (info.code);
               if(info.code == "NetConnection.Connect.Success" ){
                    myStream.play("remoteLive.sdp", -1, -1, true, nc);
         nc.connect("rtmp://remoteServer/live");
    Every live stream player I tried was able to play the remote stream "remoteLive.sdp", but FMS play it only sometimes. This is the output log of the FMS application:
    NetConnection.Connect.Success
    NetStream.Publish.Start
    NetStream.Play.Reset        <--------------------------------- Stuck there, stream won't play
    Unloaded application instance wowza4/_definst_ <--- Reload app
    NetConnection.Connect.Success
    NetStream.Publish.Start
    NetStream.Play.Reset        <--------------------------------- Stuck there, stream won't play
    Unloaded application instance wowza4/_definst_ <--- Reload app
    NetConnection.Connect.Success
    NetStream.Publish.Start
    NetStream.Play.Reset
    NetStream.Play.Start         <--------------------------------- Stream is playing just fine
    NetStream.Data.Start
    Unloaded application instance wowza4/_definst_ <--- Reload app
    NetConnection.Connect.Success
    NetStream.Publish.Start
    NetStream.Play.Reset       <--------------------------------- Stuck there, stream won't play
    Any idea? Why FMS won't play it everytime?
    Regards

  • How to play http live streaming with VLC using FMS 4.0

    Hello,
    i'm using FMS 4 and i need to play my http live streaming event with VLC
    I have had the following result with firefox using the url : http://myip:8134/live/events/livepkgr.old/events/_definst_/liveevent.f4m
    <manifest>
    <id>
                        livepkgr.old/events/_definst_/liveevent
              </id><mimeType>
              </mimeType><streamType>
                        live
              </streamType><duration>
                        0
              </duration><media streamId="livestream1" bitrate="100" url="../../../../streams/livepkgr.old/streams/_definst_/livestream1/livestream1" bootstrapInfoId="bootstrap7580"><metadata>
                                  AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgAAAAAAAAAAAAAFd2lkdGgAQHQAAAAAAAAABmhlaWdodABAbgAAA AAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAKYXZjcHJvZmlsZQBAU0AAAAAAAAAIYXZjbGV2ZWwAQD8AAAAAAAAADnZ pZGVvZnJhbWVyYXRlAP/4AAAAAAAAAAl0cmFja2luZm8KAAAAAgMABmxlbmd0aAAAAAAAAAAAAAAJdGltZXNjYWxlA ECPQAAAAAAAAAhsYW5ndWFnZQIAA2VuZwAACQMABmxlbmd0aAAAAAAAAAAAAAAJdGltZXNjYWxlAECPQAAAAAAAAAh sYW5ndWFnZQIAA2VuZwAACQANc21wdGVUaW1lSW5mbwMAC3NtcHRlT2Zmc2V0AAAAAAAAAAAAAAAJAAdjdXN0ZGVmC gAAAAAAAAk=
                        </metadata></media><media streamId="livestream2" bitrate="200"><metadata>
                        </metadata></media><media streamId="livestream3" bitrate="350"><metadata>
                        </metadata></media><bootstrapInfo profile="named" url="../../../../streams/livepkgr.old/streams/_definst_/livestream/livestream.bootstrap" id="bootstrap3136">
              </bootstrapInfo><media streamId="livestream" url="../../../../streams/livepkgr.old/streams/_definst_/livestream/livestream" bootstrapInfoId="bootstrap3136"><metadata>
                                  AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgAAAAAAAAAAAAAFd2lkdGgAQHQAAAAAAAAABmhlaWdodABAbgAAA AAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAKYXZjcHJvZmlsZQBAU0AAAAAAAAAIYXZjbGV2ZWwAQD8AAAAAAAAADnZ pZGVvZnJhbWVyYXRlAP/4AAAAAAAAAAl0cmFja2luZm8KAAAAAgMABmxlbmd0aAAAAAAAAAAAAAAJdGltZXNjYWxlA ECPQAAAAAAAAAhsYW5ndWFnZQIAA2VuZwAACQMABmxlbmd0aAAAAAAAAAAAAAAJdGltZXNjYWxlAECPQAAAAAAAAAh sYW5ndWFnZQIAA2VuZwAACQANc21wdGVUaW1lSW5mbwMAC3NtcHRlT2Zmc2V0AAAAAAAAAAAAAAAJAAdjdXN0ZGVmC gAAAAAAAAk=
                        </metadata></media><bootstrapInfo profile="named" url="../../../../streams/livepkgr.old/streams/_definst_/livestream1/livestream1.bootstrap " id="bootstrap7580">
              </bootstrapInfo>
    </manifest>
    How can i play that event with VLC?
    Regards,

    Problem solved  - thanks to JayCharles. I forgot to set the live attribute. Here's the working code:
    <?xml version="1.0"?>
    <!-- controls\videodisplay\VideoDisplayFMS.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:HBox>
             <mx:VideoDisplay
                 live="true"
                 autoBandWidthDetection="false"
                 source="rtmp://localhost/live/livestream"/>
         </mx:HBox>
    </mx:Application>

  • How to use Garage Band to play a live gig (voice and acoustic guitar)

    Hello!
    I'd like to know if I could I use Garage Band to play a live gig (voice and nylon acoustic guitar).
    I have an M-Audio fast Track PRO (with 2 plug-ins) as well.
    Is the M-Audio Fast track strictly for recording or could it be used for live too?
    And for the speaker I though about splitting the audio output from the computer into 2 and one would connect to a loudspeaker going outwards and the other towards me as a monitor.
    And the set I wanted to do included a DJ.
    I have the Djay spin table and the software.
    Would it be possible to run GarageBand for me with the voice and guitar plugged into the M-Audio and then into the Mac and equalize it (and either record it or just play through it). And, on another screen the Djay software and also connect the spin table into the Mac and run it together with me?
    Thanks,
    Fernando.
    www.fernandoingles.com

    just playing through GB should be fine, but recording, especially with other software running, might fail. if having a record of the event isn't the most important thing, then go for it. otherwise, i'd suggest using an audio editor to capture the event as you play though GB:
    http://www.bulletsandbones.com/GB/GBFAQ.html#audioeditors
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How to play rtmp live streaming through VideoElement??

    Hi , i'm trying to play live streaming by using VideoElement
    like this :
    <s:VideoElement>
    <s:StreamingVideoSource serverURI="rtmp://192.168.0.136/tv" live="true">
    <s:StreamItem streamName="stream" />
    </s:StreamingVideoSource>
    </s:VideoElement>
    but nothing occurred ........did i use the wrong syntax @@a  or....?

    Anyone?

  • Is it possible to adjust FPS,video size and quality per the bitrate while playing a live stream?

    So far , I only found tutorials on control these attributes while publishing the stream,
    how can I adjust it while playing ?

    That article judges the band width and assigns a proper video(say these videos are prepared before hand) to play.
    But I can't get multiple live video streams with different settings out of a single pc camera.
    And I can't require each user to install multiple cameras to use the service.

  • Safari major issues with live streaming

    I installed the OS X update when it was release this week to my mac. When I went on to watch the masters or golf channel live stream they will not load. this is a major issue. how can I fix this?
    Reinstalled flash player & restarted computer
    Still doesn't work
    the streams work in chrome and Firefox
    help!

    1. System Preferences > Flash Player > Advanced > Delete All
        Press “Delete All” button under “Browsing Data and Settings”.
    2. Install Adobe Flash Player.
        System Preferences > Flash Player > Updates
        Press the “Check Now” button.
        http://get.adobe.com/flashplayer/
        Download it and quit Safari from Safari menu in the menu bar.
        Follow the prompts to install Adobe Flash Player.

  • How to integrate flash media server 4.0 live streaming for iOS devices ?

    Hi All,
    I have website which has live streaming module its working fine, same module i want to integrate for iOS devices. For live video streaming we are using FMS 4.0. So please let me know how we can integrate this for iOS devices using flash media server 4.0.
    Thanks in Adavnce
    Mohammad Sharique

    You need to place the crossdomain.xml in the webroot folder. Create a text file in the webroot folder using notepad, and call it crossdomain.xml. The text below will give you a wide open access policy, which is fine for testing.
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
              <allow-access-from domain="*" />
    </cross-domain-policy>
    For debugging HTTP streaming I recommend you get hold of something like Charles or Fiddler. These will greatly assist in pinpointing any issues.

  • Flash Player wont play a live stream (WIN or LINUX)

    hi everyone,
    i have an issue with my flash player (LATEST VERSION) on both my windown and also linux OS.  while trying to view a live stream from either twitch.tv or justin.tv, i get a cream colored background where the video should be displayed, however youtube and a few other sites work fine.  i have tried a number of things to try to resolve this issue such as re-installing, disabling all other addons, installing an older version, reseting IE and Firefox to default and nothing seems to work. i have the exact same issue on my linux also (ubuntu 12 LTS).......  
    although you may think i should just got to another streaming site that does work. twitch tv and justin tv are the only one that stream the content i am looking for. (dust 514/EVE weekly live video cast) (http://www.twitch.tv/ccp/old).
    can anyone give me any info on this matter, or how i may be able to resolve it.
    Thank you for any assistance you can provide.

    My computer info is as follows :   vista sp2, IE 9 + Firefox 19.0.2       -         2nd OS =  Ubuntu 12.04 LTS   with Firefox

  • Mp3 links no longer stream in firefox 4.0 but it works in 3.6, how can i make 4.0 play a mp3 stream like before

    i dont think this is a problem with the quick time plugin as it works fine on 3.6. is it maybe more the way firefox 4.0 looks at the .mp3 links and only wants to save it? i like the fact you can stream links rather than have to save them first before you can hear them...
    thanks

    Also to add to this, I have tried Microsofts HTML 5 test drive demo on the "HTML5 Audio Player + XML Playlist" section and Firefox 4.0 doesn't play steamed MP3 files from this.
    If it's other streaming formats such as OGG or WAV, then Firefox will play them with no problems.

  • How do I configure Firefox to play cbc.ca streaming audio/video content?

    When using the Firefox browser for the cbc.ca website, I've tried connecting to CBC Radio 1, Radio 2 and the 24-hour Classical Music site. None of these choices produces any results: no music or anything else comes through.

    You need Adobe Flash for that site. You do not have the plugin installed in Firefox. To see your plugins, click on
    *File > Add-ons > Plugins (Adobe Flash is shown as "Shockwave Flash")
    *click on "More system details..." to the right of your original question
    NOTE: There are 2 versions of Flash:
    *a plugin version for Firefox and most other browsers
    *an ActiveX version for IE only (see: [[ActiveX]])
    #'''Install or Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE

  • How to make a Countdown timer Script for Live Streaming

    I have flash media server...
    Here's a Scenario:
    User wants to do a Live broadcast.. But.. they don't want to
    just press record and have it starting Streaming Right that second.
    They need a Delay to prepare for their Live Broadcasts.
    Whats the best way for a script for a user to decide how much
    time delay they need before Recording Starts?
    Ideally it would look like this:
    There is a separate window that allows the user to set the
    Self-Timer which will give them time to get ready for their live
    broadcasts.
    User sets length of Time Delay: 30 seconds, 1 minute, 2
    minutes, or even up to 5 minutes.
    User presses Start Broadcast or Record Button to start
    streaming Live Video.
    Then.. the Countdown Timer starts... and it displays in Big
    Digits... the countdown on their screen... "3...2...1...
    Broadcasting Live Now!"
    How would I do this?
    Hope someone can help

    Open the widget library panel and follow the link to Adobe Muse Exchange.
    There you find a fine little widget collection, named Andrews Prototypes.
    Load it, double-click the file, and in your library you will find a countdown widget.

  • How to add new room in LCCS for live streaming video  using flex builder

    Hi,
               I have created a video conferencing functionality  using LCCS. Now i want to create a room programatically.
    So that user can create his own room and invite his/her friends.I am looking for solution on this.
    Any guidance on  this

    Quick suggestion : the documentation has a whole section on this =) :
    http://learn.adobe.com/wiki/display/lccs/06DeployingApplications
      nigel

Maybe you are looking for

  • MBP Cycles Through the Graphic Cards when MS Office Apps Load Templates

    I am preparing my MacBook Pro mid-2010, running Mavericks, for my girlfriend. I created an admin account for her and deleted mine, as well as my old user files. But now, when opening MS 2011 apps (Word, PowerPoint, Excel), while loading the the templ

  • Adding a second screen

    Hi Is there any way to add a second screen to my G4 imac, to use for displaying palettes etc. from design programs, leaving my main screen as my workspace? Cheers KM

  • Oracle 9i and oracle 10g features

    Looking for some info/link which could help me in understanding the newer features in oracle 9i database and in 10g dbase. Will be good to know the additional features which are in 10g release but not in 9i.

  • File GEDV0020.MOV is missing

    I have imported some clips from my GE DVX HD camera into iPhoto but when I import them into iMovie I get the message that the file GEDV0020.MOV is missing and the movie won't lay correctly without it.  I can either cancel the import or search for the

  • Cannot Access Shortcut Menu for Adding Input/Output in Formula Node

    This is a wierd problem. I cannot access the shortcut menu in formula node. I right click the border, nothing happens. Anyone run into this before? Is there any other way to add inputs and outputs? I am running Vision Builder AI and want to use a for