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.

Similar Messages

  • 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??

  • 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?

  • How to do live streaming to FMS3 on Linux?

    Hi, I'm currently running FMS3 on RedHat Linux and it's
    working fine for VOD files. I'm trying to figure out how to do live
    streaming with this and am confused. I know that if I was running
    Windows, I could just use Flash Media Encoder, but I'm not. Has
    anyone had any experience with this? I know that I would obviously
    need a capture card but then what other software is needed to make
    FMS3 aware of this live stream?
    Any insight would be greatly appreciated.

    You would still use the FME (Flash Media Encoder) to send the
    stream to the FMS3. You simply need to specify your linux's servers
    IP instead of localhost.
    Now I have been playing around with the Live sample
    application that Adobe provided and I too have been seeing some
    issues with it. As of yet I haven't solved them all on my server.
    But I don't think you should have any major problem.

  • 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/

  • 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.

  • Authentication for pushing live streams to FMS3

    Hi there, I have setup FMS3 and use it to test my live
    streaming. But I was wondering is it possible on the FMS to setup
    an application for live stream, so that it checks for
    authentication before accepting the live stream for broadcast? What
    I mean is if I create a live application on FMS, anyone who knows
    this application name would be able to push the stream to FMS. Can
    FMS control this with a username and password? Thank you.

    The video clip at NAB is a sneakpeak into the upcoming release of the FMS which supports streaming to iPad and iPhone, and its coming up very soon.
    Streaming to android and other devices is already supported on the released version of FMS4 technically, so you can give that a try, and with this upcoming release, you can be sure that all the mobile devices would run high performing videos.
    i know i have not answered what you asked for, exactly, but be assured it will be very soon. We hope to meet your expecations.
    Thank you !

  • 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

  • Live streaming from FMS3

    Hi,
    I am newbie to flash media server,i want to know how to
    stream the live content as below,
    A->Server,B->System where i am getting the live
    feed,C->System where user wants to see the live feed,
    System is getting the live feed from the camera..it will
    encode that and give out the live feed to FMS i.e. system A in the
    from of a .sdp(session description protocol)(encoded content is in
    264(video) and aac(audio))..so in FMS server i have sdp file..when
    i open it in FMS Server(system A) in VLC player it starts
    playing.Now i want FMS to use this and stream the content that it
    is getting from system B..to system C..(n number of clients)....any
    one knows whether i can directly use sdp for streaming in
    FMS.

    Haven't understand your situation completely. But FMS3 takes
    live input only in form of RTMP family (RTMP,RTMPE, RTMPTE, RTMP
    etc) of protocols.
    I hope it helps.

  • 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.

  • Live stream not live- plays like VOD

    Hi All,
    I'm not sure if this belongs in the AS3 forum or the streaming forum, but here it is.
    I wrote a pair CS3/AS3 players to send and receive a live video stream (webcam) from a browser.  The first is called broadcaster.  It makes a NetConnection to my server, publishes a stream and attaches the camera and microphone.  This works fine. The stream is live.
    The second is originally called receiver.  Using an instance of flash.media.video on the stage it also makes a NetConnectin, attaches a stream and calls play.  This also works, BUT the receiver stream is not live.  It starts playing at time=0 like a VOD.
    --- broadcaster.swf ---
    var connection:NetConnection = new NetConnection()
    connection.connect(connect_url);  // my server/application/instance
    var stream = new NetStream(connection);
    stream.publish("mass", "live");  // live means stream live without recording on the server
    stream.attachCamera(Camera.getCamera());
    stream.attachAudio( Microphone.getMicrophone() );
    --- receiver.swf---
    connection.connect(connect_url);
    var stream = new NetStream(connection);
    video1.attachNetStream(stream); // video1 is on the stage (flash.media.video not FLVPlayback)
    stream.play("mass", -1, -1, true); // -1 means play live stream only, -1 means start at 'wherever the live stream is'
    How can the receiver not obey the -1, -1 parameters especially if the broadcaster is not recording on the server.  How can i see the beginning of the stream!
    I believe I read that the flash plugin 9.0+ uses the on2 codec, and I also saw some discussion about on2 not able to stream live -- or not live from the browser plugin, only the flash media encoder.
    Can anybody tell me what is going on?
    Thanks
    Ted

    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?

  • 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?

  • Creating a custom player for live streaming video

    I have live streaming video set up where I use the Flash Media Encoder to send the live stream to a Flash Media Server. Then, the Flash Media server packages this stream, and sends it to whatever websites requests it via the url. I know how to create a Flash move or even asc file, and then have Flash generate the html for that saved movie so that I can embed it in a web page and play it. But in the case of live streaming video, there is no pre made asc file or movie to reference. So I need some help about what I need to do to play live streaming video in a flash player embedded in a webpage, that will also have some custom action script for controlling playback and other things.

    About a half-hour after making the changes I outlined above, and long after I closed the active Safari window, noticed that my MBP was uncharacteristically hot. Extremely hot!
    Opened Activity Monitor and saw that Flash Player was still running (?) and using a tremendous amount of system resources. I then quit Safari altogether. Within moments, the heat began to subside.
    May be something you want to keep an eye on...

  • Mac Pro won't play radio streams like G5 could

    Is it really true that the new Intel-based machines will not ever play live streaming radio broadcasts?
    I cannot seem to get this thing to work at all - Flip4Mac, WMP 9.0, nothing seems to work, although my G5 (which is being sold) does. (Some have said that one must run Safari in "Rosetta" mode with the new Intels; if so, how is this done?)
    Will this ever be corrected?
    Thanks all in advance for your help!
    David

    Seems strange you can't get audio to work natively.
    Your 3 most popular choices: RealPlayer, Windows Media formats via Flip4Mac, and QuickTime.
    RealPlayer - do you have the lastest version (10.1) installed? If you do, have a look at your RealPlayer preferences>Media Types (top 4 boxes selected), Internet (Internet settings - 1st and 3rd box; Web Browser - both boxes checked) and Transport (Network Transport box checked).
    QuickTime: System Preferences>Quicktime>Advanced>Mime settings>Audio - make sure all are checked (the only one unchecked for me is "sound designer II". Also, the Miscellaneous box is unchecked.
    Flip4Mac - System Preferences>Flip4Mac: Plug-in - 1st and 3rd boxes checked; Movies>1st box checked (obviously not audio related, however, good to make sure it's selected).
    Let me know if that helps get you back into the Intel Native mode for audio streaming.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

Maybe you are looking for

  • Satellite U400 - How to get back formatted partition with HDD Recovery

    Hello, I have bought a new Satellite U400 notebook with Vista Home preinstaled on it. I went throught initial configuration and after it has been done I realised that HDD partitions do not suits my needs. So I resised the "Vista" partition (acctually

  • How can i transfer a game from iphone to iphone

    How can I transfer a game from one iphone to another iphone with a different Game Center id

  • Hide or Disable shutdown

    Hello Experts! Is there a way to hide or disable the shutdown button on windows 7 using GP. The domain controller is server 2008R2. I saw the option to disable shutdown, restart, hibernate... but I want to leave users the option to restart. Thanks in

  • Worst service I've ever dealt with

    I ordered a msi gs70 stealth pro on July 1st eta was July 10th. I happen to receive a text saying my order was canceled on the 6th so I called customer service. I spoke to a lady who kept attempting to convince me that I canceled my order. Refusing t

  • How to save a movie

    Hi, i'm a beginner with labview and i'd like to know how can i do to save movies on my computer from my program. you can have a look on what i use now. I already tried to adapt the example of "grab & save to AVI" but i really don't know how to do. Is