How to stream MMS live conference?

Hi,
I just installed tow Adobe Flash Media Streaming Server 4's and I want to receive Microsoft Media Service stream in my first server and forward or stream it to server 2.
So server 1 will receive MMS stream then broadcast it to server 2 over WAN and it will act as stream server over LAN also.
Is it applicable or not, if yes could you please provide me with good manual because it's difficult to configure it with web based console.
BR

Hi Joorey,
FMS does not support the ingest of Microsoft (mms/rtsp) based streams.  Unless you have a specific need to deliver to a Windows Media/Silverlight audience also, I would suggest you consider encoding into a Flash (rtmp) delivery format natively at the source.  Converting a Microsoft based stream would require codec conversions to one of the Flash supported codecs (video: h.264/vp6/h.263, audio: aac/mp3/speex/nellymoser) and doing this on the fly would be expensive CPU computation and certainly not without loss during the conversion.  Encoding natively at the source and publishing directly to a Flash Media Server would ensure that you don't incur quality loss and reduces the MS to Flash overhead.
Cheers,
- brad outlaw

Similar Messages

  • How do you stream a live video to a website

    OK - Again I'm feeling smart enough to be real dumb.
    How do you stream a live video to a website. I use GoDaddy to host a website. I can plug a video camera into my Mac so I can run the video through whatever program works best. I even have a .mac account (now its mobile me I guess) and could use that. I have read several threads but can't really find a starting point. Any help is appreciated.
    I want to video a basketball game and stream it to our schools website.
    Thanks again.
    CD

    You may not be able to embed VideoLobby into your existing website, but this article appears to have some useful links:
    _VideoLobby Wants To Help You Create Your Own Custom-Branded Live Webcasts_
    Also these for the Mac:
    http://www.telestream.net/wire-cast/overview.htm
    http://www.apple.com/quicktime/broadcaster/
    t4tennessee wrote:
    I want to video a basketball game...
    Be aware of what you're videoing:
    http://www.dothetest.co.uk/basketball.html

  • How do I stream a live website from MacBook to Apple TV?

    How do I stream a live website from MacBook to Apple TV?

    If you have Mountain Lion, turn on AirPlay mirroring, then put Safari into Full Screen mode.

  • How to check whether a stream a live or recorded video in FMS?

    I don't find such API to indicate whether a stream is live or not.
    Anyone knows how to judge this,either by client side or server side actionscript?

    According to the definition of stream.time, I don't think we can distinguish a live stream from a recorded stream by that.
    Stream.time
    myStream.time
    Read-only; the number of seconds the stream has been playing. This value is the timestamp of the latest frame that flowed out of the stream.
    That said,in both cases,myStream.time will keep increasing.

  • How can I stream mms on my Mac?

    I've been going around this one for years. How can I stream mms on my Mac?
    With Mountain Lion, my previous solutions were broken. (Cocoa JT and ASFRecorderX)
    Now, I haven't been able to even stream mms videos (wmv). How the heck do I do it now? Should I just use Windows via Fusion?

    The problem with VLC is that it does not recognize formats automatically.
    You have to select among the many file formats, codecs and file save format to capture a stream.
    The previous apps I used automatically reconized formats and just streamed them.
    (http://blog.misawa.net/develop/asfrecorderx)
    (http://jeanmatthieu.free.fr/cocoajt/index.html)

  • Can someone tell me how to stream live video?

    Can someone tell me how to stream live video to my ipad?

    Someone could give you better and more exact information but you didn't include the model number of your computer. But I can give you a pretty generic answer. At the top of this webpage you should see Product Support. Click on Laptops and then select which model of Toshiba computer you own, ie Satellite, Tecra, etc. Finally type in the model number of your computer. Select the exact model number and click the red Go button to the right. Click the Downloads tab and look thru the different drivers for this computer. Make sure that the new video driver is newer and has a higher version number than your current video driver. If it does, click the Download button, click the Run button and let it do the installation. Afterwards, reboot the computer so that the latest drivers are fully installed. Try again with that game.

  • Simple HTML example on how to display a live stream?

    Hi all
    Is there anyone who has a HTML example (or can give an URL with a page) that has the Adobe Flash player displaying a live stream (and not a file)?
    There is one in the installation under "Flash Media Server Start Screen" but it was too complex for me to understand. I just need a simple example on how to display a live flash stream in Adobes own web player.
    Thank you very much :-)

    Hi,
    Here is the html code.
    <html>
    <head>
    <title>Flash Media Player</title>
    </head>
    <object width="550" height="400">
    <param name="movie" value="player.swf">
    <embed src="somefilename.swf" width="550" height="400">
    </embed>
    </object>
    </body>
    </html>
    And here is the action script code of player.swf.
    import flash.net.NetConnection;
    import flash.events.NetStatusEvent;
    import flash.net.NetStream;
    import flash.media.Video;
    import flash.events.MouseEvent;
    import flash.media.Camera;
    startBtn.addEventListener(MouseEvent.CLICK,mouseHandler);
    var nc:NetConnection;
    var ns:NetStream;
    var vid:Video;
    var cam:Camera=Camera.getCamera();
    function mouseHandler(evt:MouseEvent){
        nc=new NetConnection();
        nc.addEventListener(NetStatusEvent.NET_STATUS,statusHandler);
        nc.connect("rtmp://localhost/sample");
    function statusHandler(evt:NetStatusEvent){
        trace(evt.info.code);
        if(evt.info.code=="NetConnection.Connect.Success"){
            ns=new NetStream(nc);
            ns.addEventListener(NetStatusEvent.NET_STATUS,streamHandler);
            ns.play("LiveStream");
            vid=new Video();
            vid.attachNetStream(ns);
            vid.height=400;
            vid.width=600;
            addChild(vid);
    function streamHandler(evt:NetStatusEvent){
        trace(evt.info.code);
    Please do the following before using the actionscript code:
    Add a button called start in fla and keep its instance name startBtn.
    create an application called sample in FMS and publish a live stream called "LiveStream".

  • Strobe Media Playback, how to check if playing stream is live (from dynamic plugin)

    Can someone guide me how to check if stream is live or not? I check Media Player class, but cannot find anything related.
    Edit:
    I now check it be flash variable streamType = "live", but id there is better way will be good,

    Hello,
    I'm not sure there is a good solution to your problem on Windows Phone 8.1 (WP8.1). I think your problem is due to the background audio subsystem in WP8.1 doesn't use Zune for playback but instead has a new media manager service that controls what
    background audio task is currently playing. If you are writing a Runtime app you can us the
    BackgroundMediaPlayer to get this information but this object does not have the concept of a music queue.
    Here is more information on background audio for Runtime apps:
    http://blogs.msdn.com/b/mediasdkstuff/archive/2014/12/26/backgroundmediaplayer-architecture-on-windows-phone-8-1.aspx
    Thanks,
    James 
    Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/

  • How to Stream live Audio and metadata

    Helo there,
    i'm trying to build some kind of online radio. Therefore i'll be streaming audio (mp3) in real time.
    Ok,  so here's my problem: i have a play-list on my server and the idea is  for this play-list to play all day long, but on the client side  the user can only do play and stop the music.
    The problem is  when one music stops and the next one starts i need the server to send  not only the new audio but also all the info about this file: duration,  author and music name, this way my player can show a play /stop and all  the info about the current music playing.
    Until now i've only come across with video live streaming, but very  little information on how to do a live transmission of audio.
    ps: the only info on streaming audio that i've found so far is about  audio on demand, but the way i want things to happen the client can't  chose the music.
    any ideas?
    thanks in advance!
    Marco Monteiro

    I think you can use Server-side Stream object to create a playlist and other functions on server-side.
    Basically you can add your mp3 files to be played, basically just their names to an array object, and on the fly update it.
    Now take first file from the array and create the playlist and keep on adding new files from the names array.
    Also you can define onPlayStatus on your stream object to track when one song finishes and other starts.
    Also since you have names of the files, you can set an interval based on current song's duration which would get triggered and send information to client of next song to be played. For this you can use onId3 method as mp3 files would not have metadata defined.

  • How to stream live media in Lion server

    Even though Apple's website recommends QuickTime Broadcaster and Darwin server
    see http://www.apple.com/quicktime/extending/resources.html
    QuickTime Broadcaster  is not compatible with Lion server and Darwin server webpage appears fixed to 2008...4 years ago!
    So what is the solution now that I have Lion server?
    I want to stream  a live video feed  from my education lab so that students overseas can view. No audio is OK.
    QuickTime Broadcaster used to do the job fine...since 1998! Maybe I should reinstall 10.6 server?
    Thanks.
    Michael
    =

    Check out Wowza.
    Or look at Apple's replacement https://developer.apple.com/resources/http-streaming/ 
    You will need a dev account to get the tools and when this first came out it was the equivalent of rocket science.  I see that Apple has done some work to improve but we've never given it a second chance.

  • Can I stream a live camera to Apple tv?

    Is it possible to stream a live video camera to Apple TV?  I want to be able to easily send a feed from a video camera when I videotape a musical to a remote room with a TV where the actors and director will be.  There will be wireless network and I can possibly get a hard wired ethernet connection.  Could I hook up the camera to a MAC and have it send to Air Play for Apple TV to see it?

    You can Airplay from a Mac to the Apple Tv, and you can mirror the Mac's screen through airplay Mirroring.  so whatever is on the MAcs screen can be seen through the Apple Tv.
    If you have the Camera feed on the Mac's screen, then you should be able to see it.
    How you connect the camera to the Mac, will likely depend on the camera and whether or not there is software to directly allow this over say USB or Thunderbolt for the camera you'll be using. You'll have to contact the camera manufacturer to find out.
    Alternatively a video capture card would also work depending on the camera's possible output connections.
    http://store.apple.com/us/product/H1832VC/A?fnode=61

  • 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 can i watch live ufc on my apple tv?

    Does anyone know how to watch the live ufc fights with my apple tv besides airplay?

    I joined UFC tv and it's free until March, then it's 10.00/month but you can cancel it then.  Anyway, it streams live to your computer and from there you can air play it by clicking the apple tv rectangle at the top of your screen. Voila, you're watching the fight...If there's no sound, which happened to me, then go to your sound thru system preferences then click sound and make sure your apple tv airplay is clicked. Then later click it back so that you can listen with your headset again with your computer.  Hope this helps.

  • How to stream Webcam and Desktop at the same time?

    Hey Guy,
    I just got a little Problem with  FMLE... I want to stream live during a Game, but I dont know how to stream Desktop and Webcam at the same time ^^. The streaming Platform i want to use is twitch.tv.. the most common Gamin Platform I think...
    I got an IMac i7.
    Pls help me   I dont get how all these ProGamer do it -.-
    Thanks in advance
    Kathi

    You're going to need additional software or hardware.  If you're running a Macintosh, try CamTwist.  It's free and allows you to create virtual "cameras" from just about anything you can see on your computer.  It's a bit clunky getting used to the interfact and how it works, however.
    Hardware solutions (like scanline converters and video switchers) can get pretty expensive.  So you may want to go with a piece of software that can handle on-the-fly video compositing/switching.  There are two applications that come to mind right off the bat -- and lucky for you, both of them can also output to a live streaming server. 
    Wirecast is a popular choice, although the pricing starts around $500.  It's Macintosh/Windows.
    A very popular choice among gamers is XSplit (Windows only) and is a subscription-based model (you pay a small fee by the month, quarter, or year).  XSplit has some very impressive compression happening under the hood, and was originally designed for gamers who wanted to share their desktop, XBOX, or PS3 adventures... all while also being able to lay over banners, PIP (picture-in-picture) of themselves, or anythhing else they wanted to clutter the screen with.
    If you're running on Windows, give XSplit at shot.  It can easily handle your desktop (or most anything else) as a "camera" as well as being able to lay your webcam on top of the desktop feed.

  • How to  stream audio/video to real Audio Player

    Hello
    I am planning on doing a project on streaming audio/video onto Real Audio Player . I am very new to JMF . I would appreciate some pointers on how to start off. I ahve read the documents but am not able to get started right .
    I wanted to know the following :
    1. Isnt the RTP streaming streaming for live audio or video ? If I want to stream something which I have stored in my local machine then how do i do it - do i need to use RTP ?
    2. I undertsand that if i need to stream the audio/video file I need to convert it to a format the Real Audio Player supports. How do i go about that ?
    Any help would be greatly appreciated!!!
    Thanks in advance
    Shailaja

    JMF doesn't have any support for Real media. Real has gone open source with their Helix Community, so maybe you could find some useful information there: http://www.helixcommunity.org

Maybe you are looking for