Problem While Playing Live Stream

Hi everyone ,
i have two streams published by two different clients, if i
want to play both the two streams in a third client how can i do
that ..any help?
Client 1:
ns_out.publish("Stream1","live");
Client 2:
ns_out.publish("Stream2","live");
Client 3:
Here i want to play both the above streams published...
What code i can use ?

It certainly solves the problem to the extent that VLC can open the file, but doesn't explain why it would stop working through QuickTime.
And now every time I open the website and the link via Firefox, I get a new tab with QuickTime attempting to open it up (even though I've changed the settings to Default, as previously, in the hope it'll change things back to the way they were).
A few hiccups with the VLC option, though - it plays for a bit, then it stops. Could be just traffic, but, meh, who knows?
Some progress, nonetheless.

Similar Messages

  • 2 Iphone4 play live stream not same

    I stream live video from my streaming server and use 2 iphone4 to display.
    Unit 1. it play live stream normally.
    Unit 2. it play about 20-30 sec, and replay again again and again.
    Please advise me, what parameter that i should check or tune ?
    Thanks,

    I tried streaming with the Adobe Flash Media Live Encoder3 instead of my Broadcater.swf.  This connects fine and pushes h.264 no problem.
    But the reciever is still seeng VOD not Live video.
    Is there something wrong with my receiver?

  • Starz PLAY "Windows Media Player encountered a problem while playing this file" error!?!

    My laptop running Windows 7 is having the error, " Windows Media Player encountered a problem while playing the file." when trying to play downloaded movies whereas the "live Starz TV" works fine. My netbook is working properly though, anyone seen this before?

    -  if you're still having the issue, make sure you are running all the latest video/audio codec's for windows media player and win 7   and also take a moment to check this article from microsoft.
    http://www.microsoft.com/windows/windowsmedia/player/10/errors.aspx
     if you find an answer let us know what fixed it!
    buggin wrote:
    My laptop running Windows 7 is having the error, " Windows Media Player encountered a problem while playing the file." when trying to play downloaded movies whereas the "live Starz TV" works fine. My netbook is working properly though, anyone seen this before?

  • Wifi constantly drops while watching Live Stream TV

    My Wifi constantly drops while watching Live Stream TV. I cannot make it through a 30 min tv show without it dropping me serveal times.I can only resume if I refresh and re-connect to my reouter.  I just had my service installed 3 weeks ago and have been told I have the latest router.   

    The most likely cause for your findings is that your neighbor is using a different channel on his router, or he is broadcasting a stong signal on the same or a nearby channel, and interfering with your signal.   However, don't rush out and change your channel to the same one he is using, as this may only make things worse.  There are, however, several things to do to improve your wireless connections:
    First of all, give your network a unique SSID. Do not use "linksys". If you are using "linksys" you may be trying to connect to your neighbor's router. Also set "SSID Broadcast" to "enabled". This will help your computer find and lock on to your router's signal.
    Poor wireless connections are often caused by radio interference from other 2.4 GHz devices. This includes wireless phones, wireless baby monitors, Bluetooth (including Bluetooth game controllers), microwave ovens, wireless mice and keyboards, and your neighbor's wireless network. Even some 5+ GHz phones also use the 2.4 Ghz band. Unplug these devices, and see if that corrects your problem.
    In your router, try a different channel. There are 11 channels in the 2.4 GHz band. Usually channel 1, 6, or 11 works best. Check out your neighbors, and see what channel they are using. Because the channels overlap one another, try to stay at least +5 or -5 channels from your strongest neighbors. For example, if you have a strong neighbor on channel 9, try any channel 1 through 4.
    Hope this helps.
    Message Edited by toomanydonuts on 05-08-200704:34 AM
    Message Edited by toomanydonuts on 05-08-200704:35 AM

  • Windows Media Player encountered a problem while playing the file...

    I am running WMP 11.0.5721.5280. I am running XP SP3 with every update that has come out. I have 4 GB RAM and my processor is a Pentium 4, 2.6GHz.
    I have a large collection of music file ripped from my CD collection. Almost every time I want to plat a music file I get a message; Windows Media Player encountered a problem while playing the file, For additional assistance, click Web Help. When this
    error box is displayed, a red 'X' placed next to the file in WMP.
    When I click the "Web Help" button, I am taken to a MS website (http://windows.microsoft.com/en-us/windows7/c00d11b1) which tells me that I should go to the sound device website and make certain I have the latest driver. All of the advice which
    is given does not apply to me. My sound device works fine! I can play CD, DVD (movies), and MP3 files. Even when I use RealPlayer, the same thing happens, but not as frequently.
    Can anyone offer a solution to this problem?

    They'll help you over here.
    Windows
    XP forums on Microsoft Answers
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Flash media live encoder, play live streaming failed!

    Hi, I install a fms3.5 and fmle3.1 on my computer. In fmle, I set video format is h264,and fms url:RTMP://192.168.8.6/live ,stream: livestream. The input and output windows' video is ok.
    The following is fmle log:
    Tue Jun 22 2010 12:25:19 : Primary - Connected
    Tue Jun 22 2010 12:25:19 : Primary - Network Command: onBWDone
    Tue Jun 22 2010 12:25:19 : Primary - Stream[11] Status: Success
    Tue Jun 22 2010 12:25:19 : Primary - Network Command: onFCPublish
    Tue Jun 22 2010 12:25:19 : Primary - Stream[11] Status: NetStream.Publish.Start
    Tue Jun 22 2010 12:25:19 : Session Started
    Tue Jun 22 2010 12:25:19 : Video Encoding Started
    The following is my source code to play live stream:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Script>
            <![CDATA[
             import mx.controls.Alert;
             private function showFlv():void {
                //myVideo.source = "rtmp://192.168.8.6:1935/vod/test.flv";
                myVideo.source = "rtmp://192.168.8.6:1935/live/livestream";
                 Dumper.info(myVideo.source);
             ]]>
        </mx:Script>
        <mx:Panel width="100%" height="100%">
          <mx:VBox width="100%" horizontalAlign="center">
            <mx:Text text="code display"/>
            <mx:Button label="play flv" click="showFlv();"/>
          </mx:VBox>
          <mx:VideoDisplay width="100%" height="100%" id="myVideo"/>
        </mx:Panel>
    </mx:Application>
    If I use myVideo.source = "rtmp://192.168.8.6:1935/vod/test.flv" ,it can play video.  Use :myVideo.source = "rtmp://192.168.8.6:1935/live/livestream",  Can't get video. Why?
    I just want to play live video on pc.

    Who can help me??

  • My media player is not working, no sound. keeps saying encountered problem while playing the file.

    HP Pavilion g series (g6-1b50us Notebook PC), windows 7, 64-bit.
    My media player keeps saying  it encountered problems while playing a file. and little red x's appearing beside song titles. They did play before. Please help.

    Hi,
    This may happen if the files were moved to a different folder or a different location.
    Try this:
    http://answers.microsoft.com/en-us/windows/forum/windows_7-sound/red-x-symbol-next-to-each-song-whil...
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • Play live streams on FMS3

    There is a problem when I just try to develop with FMS3.I
    find that the stream is not so fluency when use default settings.If
    I code "cam.setQuality(0,100)",the problem disapeared.After that,I
    try to code "ns.publish(***,"record")".Then I play the stream "***"
    ,It's fluency.I don't know why and how to fix the problem.

    by "fluency " do you mean the "jerks" in video while playing
    back them on a flash client?.
    If it is so, then one way to solve this is to increase the
    default buffer length (0.1 sec)in the "subscriber" flash client to
    1 sec or more.

  • How to play live streaming in windows phone 8.1 silverlight app?

    Hi,
    I am developing a windows phone 8.1 silverlight app. In my I want to show live streaming youtube channel , I think it is not possible, 
    Actually that youtube channel is a television channel , I want to stream that live tv in my app.(I tried to load youtube channel in webbrowser in iframe tag but it is not opening)
    Anybody help me how to play live tv or live streaming in my app,
    Thanks..
    Suresh.M

    Hello,
    You will likely need to write a custom
    MediaStreamSource that can access the media stream and parse it. Windows Phone supports h.264 natively and as long as the site serves up a media stream that contains h.264 frames you can parse it and have our built in decoder decode and display it. You
    will need to have intimate knowledge of the streaming protocol used by the website that you are trying to play. You must also make sure that the website is not using protected content. IANAL so I would recommend that you have your local law professional
    (lawyer) review the licensing of the website that you are attempting to connect to and stream from before continuing your development. Your lawyer can make sure make sure their licensing allows you to do this.
    I hope this helps,
    James
    Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/

  • Flash Player having problems while playing online games on OS X Mavericks

    i use mbp mid 2010 with os x mavericks 10.9.2 and while playing online games, it usually happens some freezes and delays. when i play same game with same browser on windows 7(bootcamp) there is no freeze and delay. i have made lots of search about this and made some optimizations on flash player settings but the problem continues. i use both chrome and firefox on both mavericks and win7 (bootcamp) but having the same problems on mavericks every time. the game is very slow with freeze and delays on mavericks. will adobe make a real effective upgrade about flash player for macs.

    Hmmm... Win 7 will run faster than Mavericks with 8Gb. Even my Vm of 7 runs faster once I get it past all the startup processes.
    It may or may not be a connectivity problen since Windows uses a different protocol, even though it's on the same hardware. Usually though, what affects OS X will affect BootCamp too.
    What browser?

  • How to play live streaming video which is being streamed via http or rtsp

    I am building an application which needs to display live mpeg2 video; the source of the live stream is over e network, e.g,http://xxx.xxx.xxx.xx:8080.
    To see if QT had this capability, In QT for Open URL, I tried, rtsp://xxx.xxx.xxx.xx:8080 and http://xxx.xxx.xxx.xx:8080, but I am not able to see any video. (I tried setting my QT options per posts I have read)
    Also, I'm able to see the live stream using Windows Media Player and VLC. (I used VLC to stream the video over the network and I tried streaming several formats but still could not see video in QT; when using rtsp, status of QT says negoiating and never transition from this state)
    Any advice on this topic?
    Thanks in advance

    QuickTime will not play MPEG-2 content, streaming or otherwise, without the addition of the extra-cost MPEG-2 Playback Component. Even with that component, QuickTime cannot play all MPEG-2 streams. Read the FAQ carefully for details.

  • Safari will not play live stream

    Hi,
    I have been wanting to watch the live stream on abc7.com of the wildfires but am unable to.
    I have windows media player installed but I just get a blank area were it should be playing,
    what do I need?
    Thanks

    Ecnal, if it is a non-DRM .wmv file, you can download and install Flip4Mac Windows Media Components for QuickTime.

  • Strange green screen problem while playing movie

    For the first time I purchase a movie from iTunes Store, As I started playing it neither I could hear the sound nor I could see the video but after much of effort of re-starting my iTunes and MacBook, it started to play but while playing the movie if I shift to full screen mode, a strange green screen appears for a second or two and then plays normally and if while playing I return back to normal screen, the green screen never goes, then again I have to stop the movie and restart iTunes to be able to play back the movie normally. Does anyone have any idea about this strange problem?

    Hi Maen Abdulhaq,
    “When I start games like Red Alert2 and a lot others”, ” I don't think that this is a manufacturer problem since it's very common to all those having windows 7 x64 and trying to play such games”
    Did this issue occur in the whole games or just the Red Alert2 in your machines ?
    “unfortunalety windows compatibility settings”
    Have you tried in windows 98 or lower compatibility mode, please ensure you have choose run as an administrator?
    Apart from this ,I recommend you to try this method.
    create a shortcut of "Yuri.exe" (or "Game.exe" if running normal RA2), and place it on the desktop. Open the properties, and in the target line add "-dxlevel 8" to the end. It should look like this (or similar if you're directories
    are different).
     "C:\Program Files (x86)\EA Games\Command & Conquer The First Decade\Command & Conquer Red Alert(tm) II\RA2\YURI.exe" -dxlevel 8
    Meanwhile,  entering Intel HD Graphics control panel (via Windows Control Panel or right-clicking the desktop) and enter Power section. Choose "High performance" mode.
    If the issue persists, I recommend you to disable one graphic card from the device manager to have a check considering you have two graphic cards.
    Best regards

  • BUG: RTSP cannot play live streams

    Sun's RTSP implementation does not handle live streams. Live streams have a range with a starting time but no ending time. Looking at the source code of com.sun.media.content.rtsp.RtspUtil.setDuration(), there's no check for the possibility that the end time is not specified, so live streams will cause a NumberFormatException during RTSP parsing.
    Will this be fixed?
    Scott

    Sun's RTSP implementation does not handle live streams. Live streams have a range with a starting time but no ending time. Looking at the source code of com.sun.media.content.rtsp.RtspUtil.setDuration(), there's no check for the possibility that the end time is not specified, so live streams will cause a NumberFormatException during RTSP parsing.
    Will this be fixed?
    Scott

  • Sound problems while playing an i-pod thru i-tune

    DJ working with two HP Pavilions with I-tunes 7.4 and one 30g and one 80g I-pods thru a Pioneer mixer(both computers conect thru audio output with cables miniplug to RCA stereo) and two powered EV sxa100 Speakers. While playing all songs it sound dirty,distorted and you can hear the hard drive of each i-pod running like revolving. this sound goes thru the speakers and you can listen to it more critically on lower volumes...

    well, bump

Maybe you are looking for

  • F4 help for a field in item table in a view cluster

    Hi All, I have a view cluster with two tables. I should provide F4 help for field in item table based on the selected row of the header table. F4 should have only values fetched based on the header table entry. How can i achieve this. Please suggest.

  • Add Logo in HR Forms for payslip

    Hi Experts, I need to inculde logo in HR froms, my consultant suggested that copy the satandart HR form and create a Z-form. i dont have that much idea on HR Forms, is it possible to include the logo in HR Forms? Based upon the input given by the use

  • Javascript can't get parent frame's dom

    the code like this: <pre><nowiki> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <input type="hidden" name="username" id="username" value="" />

  • Workflow_queue_cleanup

    Hi hussien, 1.my control queue cleanup is down........how can i made up? 2.how to schedule workflow control cleanup for every 12 hours.. regard ram

  • Shutdown Teststand 3.1 Engine Hangs

    I am using TestStand 3.1 engine in combination with Labview 7.1. Everything works fine until I run a sequence file. After this run the logout/login and the shutdown do not work anymore. The complete engine hangs. When I look at the description of the