Live Video streaming with Adobe Media Server

Problem:
I have 10mbit up/down internet connection. I will do video streaming a live meeting to around 350-400 live watchers
So i can't use regular streaming to all watchers. Then each user will have 3kb/sec rate which is a terrible speed.
Solution:
here what I understand about Multicasting.
I have a dedicated server with 1gbit dedicated port.
I will only stream my video to dedicated server and the watchers will be getting data directly from dedicated server which have 1gbit port.
Can I do this with adobe media server?

Hi
You can refer the following documentation around multi point publishing:
http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=01_overview_basics_3 6.html
http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d5 6e-7ffb.html
Let us know if you face any issues.
-Karishma

Similar Messages

  • How to record a live camera stream inside Adobe Media Server?

    I am using Adobe Flash Builder 4.6 with Adobe Media Server Extended 5. I am streaming my webcam in Adobe Media Server ("rtmp://localhost/live") successfully. I need to record and save this live video inside Adobe Media Server.
    Could you suggest me how I can record a live webcam streaming inside my server?
    Thanks in advance
    Martin

    I am using Adobe Flash Builder 4.6 with Adobe Media Server Extended 5. I am streaming my webcam in Adobe Media Server ("rtmp://localhost/live") successfully. I need to record and save this live video inside Adobe Media Server.
    Could you suggest me how I can record a live webcam streaming inside my server?
    Thanks in advance
    Martin

  • How to play live Video Stream with Flex?

    I'm trying to get Flex Builder 3 to play a live video stream with Flash Media
    Server and Flash Live Media Encoder.
    I'm able to stream pre-recrorded (vod) flvs in flex from flash media server.
    I'm able to stream live video using Flash/FMS/Flas Live Media Encoder, but not
    with Flex.
    This code streams pre-recorded Video on Demand flvs, but not live streams:
    If I change source to "rtmp://localhost/live/livesream.flv, I get nothing.
    What am I doing wrong?
    <?xml version="1.0"?>
    <!-- controls\videodisplay\VideoDisplayFMS.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:HBox>
            <mx:Label text="RTMP FMS 2.0"/>
            <mx:VideoDisplay
                autoBandWidthDetection="false"
                source="rtmp://localhost/vod/Legend.flv"/>
        </mx:HBox>
    </mx:Application>
    Oh and sorry for the double post. I didn't know there was a seperate FMS forum.

    That worked! Thanks  *very* much. Stupid of me to forget to set the live attribute to true. Also removed the .flv. BTW: what video component do you prefer?
    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>

  • Timecode/TimeStamp in RTMP live streaming using Adobe Media Server and FMLE

    HI There,
    Am trying to stream a video on to Adobe media server(using RTMP) through FMLE and play it on my web site using JWPlayer. i could stream the video successfully, but know i want to get the timestamp/timecode on the stream. does Adobe media server and FMLE support this kind of use-case ? if not is there any other way to achieve the same. any comments/suggestion/pointers appreciated .
    Thanks in Advance
    Regards
    Deepak

    If you're talking about nonstop, continuous streaming, your subscribing client will need to close and reconnect the stream every couple of days, as the server will run out of timestamps for the stream.

  • How can I view live videos supported with adobe flash on my IPad2?

    Need help viewing live videos supported with adobe flash.

    iSwifter, Photon, Skyfire, Puffin - are all browsers that MAY work for you. The iPad does not run Flash and never has. See if one of the browsers will suit your needs.

  • Why multicast player say Waiting for Video...? when i stream with adobe enterprise server 4.0?

    I stream with Adobe flash media live encoder 3.2 on my server with adobe flash media server enterprise 4.0 using p2p multicast bu when i try to watch the video with the multicastplayer it say waiting for video... and not video show how i can do?

    I resolt the issue installing Flash media server 4.0.3 upgrade Thanks

  • Use IIS 7 (Microsoft) with Adobe Media Server Extended 5.0

    I install Adobe Media Server Extended 5.0 and Flash Media Live Encoder 3.2. Good running. But I want use IIS 7 (Microsoft) replace Apache 2.2. Help me config to run
    <moved by mod from downloading,installing,setting up - kglad>

    Tried in Google : .swf to .flv, .swf to ..f4v convertors
    I convert the LMS Content Output formats .swf files to .flv files using SWF to FLV Convertor and upload
    on the Flash Media Server 3.5 using
    Moyea SWF4Tube Converter (SWF to FLV Converter)
    Web URL : http://www.swfkits.com/swf-to-flv-converter/
    In this way can i then use the Adobe Flash Media Server 3.5 for Viewing LMS Content in
    as a Streaming Video on my IE 6.0/7.0 Browser with Flash Player 10 installed ?
    Thanks & Regards,
    Prashant S Akerkar

  • Live video stream play permission on server-side

    I have a live video stream application one-to-many for
    example, and i want to send video only to few clients, not to all.
    Like:
    quote:
    application.onConnect = function(client, canSeeVideo) {
    // canSeeVideo = boolean
    this.acceptConnection(client);
    if (!canSeeVideo) client.receiveVideo(false);
    // and after this, can be swich to TRUE or FALSE ?
    client.receiveVideo(true);
    I only want to do restriction for Video, from server-side
    with FMS, or if can't be possible.. how can i put for example a
    black screen on video ? :) and after can be removed, etc...

    1.
    necesary client.receiveVideo() and client.receiveAudio()
    server-side functions
    Thank you fmslove for you trying to help me but
    client.readAccess property can NOT be set after client
    connection was accepted, and for me is useless. Any other
    solution(s) ? i strong recomend to Adobe FMS dev staff to implement
    this feature because is refering to security client-side solution
    from server-side. I have bad experience with users trying to modify
    the Flash Player (plug-in) run memory and set values for my swf
    without my accept, and is nothing that i can do from client-side
    like NetSream.receiveVideo(false) on many-to-many or one-to-many
    live A/V stream.
    2.
    a necesary server-side video encoder solution better than
    Sorenson Spark
    If in future FMS staff from Adobe will implement this
    necesary security feature on server-side like a copy of
    NetSream.receiveVideo() function from client-side, i will be happy
    if i see a solution to encode LIVE video stream on server-side
    because
    Sorenson Spark video encoder built-in Flash Player (plug-in) is
    very old and unuseful.
    If this can't be possible i hope the future Flash Player
    version (10) will have a better video encoder built-in than
    Sorenson Spark !!!

  • Audio only aus hds Stream mit Adobe Media Server

    Hallo zusammen,
    ich soll aus einer hds-File die audio only mit dem Adobe Media Server generieren. Leider finde ich nichts in der Doku dazu. Könntet ihr mir vielleicht helfen. Bin echt am verzweifeln.
    Vielen Dank im Voraus
    Sven

    Hi
    Doing the best I could with Google translate have you read the documentation here:
    Adobe Media Server Help | Stream live media (HTTP)
    thanks.

  • Record every received Stream using Adobe Media Server

    We have a platform implementing CometChat product, this producto has Audio Video Chat, using RTMP stream, we rent Influxis.com service because they offered to record each streaming from CometChat AVChat, we want to know if its possible to achieve this using Adobe Media Server, because CometChat request a lot of money to record them, so, we need to know if this is possible just buying the Adobe Media Server, because we have our own Virtual Server, so we can Install it there and use it, but we want to know if there is something that need tos do CometChat, because that things will cost a lot for us.
    Please, any help would be great, its really Urgent, our site its in use now, and we need to record every stream because our site manages children interactivity, so, because of security this its really urgent.
    Thanks in advance.
    Mike

    Dear sir or madam,
    Here is Letswin Technology, which specializes in global servers, web hosting, VPS, VPN. If anything I can do for you, pls contact us!
    Have a nice day!

  • Live Streaming with flash media server

    Hi,
    i am installing flash media server 5.0. And its working perfect locally, I need to publish my video through my own IP address. How can i configure local to server

    Thanks for the response
    I m having Flash Media Server 4.5 . It works correctly in localhost. I want to make it online. I found a way, that place public ip address on the fms.ini file. I did it, but it does not work for me. How to fix this?

  • E4200v2 video streaming lag from media server

    When I try to stream a movie through the media server or through my computer to my xbox 360 the video will play fine for a couple minutes then it well get choppy and then the sound will not sync with the picture. I have the latest firmware and reset it also. Tried switching channels and changed mtu didn't do anything. tried steaming on 2 different xboxs and its the same thing.

    You can try the following combination of settings:-
    A] With the help of Cisco Connect Software (if at all you have installed the router with the help of this software)
              1] Open the software and go to the option which says "Router Settings"
              2] Then click on the option which says "Advanced Settings" which will take you to the router's configuration page.
             3] Then click on Security tab disable SPI Firewall Protection, uncheck Filter Anonymous Internet Requests...
             4] Then click on QoS under Application and Gaming tab and disable WMM
    B] If you haven't installed Cisco Connect then you can log on to the router's user interface using it's default IP address in the browser which is 192.168.1.1 and type in 'admin' as the password leaving the user name field blank. This will take you to the router's web interface and then follow steps as mentioned above to make the changes.
    Then check the connectivity status…

  • Streaming with Flash Media Server

    Hello all,
    I'm new user in Flash Media Server. I installed it in a Red
    Hat Enerprise 4 but i am not able in create no steaming file. I'm
    be simple. What have i to do in order to create a simple atream
    flash video? I don`t have any idea on where i havve to put the
    video, where i have to put the swf file, how i create a fls who
    communicate with my server...
    Please help me,
    Thanks for all,
    Mauricio Barreto

    Hello Mauricio -
    There is probably several ways to do this, but being sort of
    new with FMS2 too, I'll give you the way that I'm currently using
    it. Both my Web server and FMS2 are on the same computer.
    You FMS2 installation created a /fms/ directory.
    for FLV files - /fms/applications/ and then I've created sub
    directories under here for each FLV file. So, for example, the full
    directory path for one of my FLV files
    /fms/applications/lemurs/streams/_definst_/lemurs.flv
    The "main.asc" file needs to go here too -
    /fms/applications/lemurs/main.asc (for the example above).
    for SWF files - put these on your Web server side.
    When you make your SWF files you will reference your FLV
    'source' (in 'parameters tab' in Flash) as
    "rtmp:/lemurs/lemurs.flv" - again, if your Web server and FMS2 is
    on the same computer. You can also do
    "rtmp://UR.IP.AD.RES/lemurs/lemurs.flv" - for example,
    "rtmp:/192.168.1.1/lemurs/lemurs.flv"
    I hope this helps some.
    Donavan

  • How can I put video stream on flash media server on to website running on IIS7?

    We are encoding live video feed using Flash Live Media Encoder and publishing it using Flash Media Server. Is there any documentation on how I can put this publishing point on a website running on IIS7?

    Sorry - but not very clear what you are trying to achieve here - can you please elaborate what you want to do?

  • HOW TO CREATE VIDEO DVD WITH ADOBE MEDIA ENCODER

    I AM NEW TO ADOBE PREMIERE. AFTER SOME HOURS OF LEARNING FINALLY I FINISHED EDITING 30 MIN OF VIDEO. NOW I DONT KNOW HOW TO OUTPUT TO DVD ( VIDEO DVD ) TO PLAY IN DVD PLAYERS. PLS HELP.

    Which version of Premiere? CC does not include Encore, but you can download the Encore CS6 from your account. As it is part of Premiere CS6, I believe you would need to download and install Premiere/Encore CS6, and then you can uninstall Premiere CS6, leaving Encore CS6 installed.
    If you have Premiere CS6, then you already have Encore CS6. In either case, from Premiere, use File > Export > Media to open Media Encoder. For FORMAT, choose "MPEG-2 DVD", then choose an appropriate preset from the list. For instance, if editing with 1080i, then you might choose NTSC Widescreen High Quality. For 1080p, then use the Progressive version, etc.
    What is your source video format? If starting with HD, then check the box at the bottom of AME for Max Render Quality, it helps with the scaling.
    Hit EXPORT at bottom and it exports two files, an .m2v for video and .wav for audio. Open Encore, start a New DVD project, and then File > Import > As Timeline and grab both those files for import. From there, I recommend finding an Encore tutorial, too involved for me to type it all out here.
    Hope this gets you going at least, but search online for tutorials, there is plenty of good, free stuff out there
    Thanks
    Jeff Pulera
    Safe Harbor Computers

Maybe you are looking for