FMS4.5 live stream with multiple video files as a single source?

I use Flash Media server 4.5 and I read the tutorial if I want to play the live stream, I may need to use the Live Media Encoder.

But what I found in media encode is I manually set up everything and it only supported cameras.

But in my case, I have several video files keep the receipt of another program and place it on the filesystem (server).

My goal is use the Flash Media server to perform a live boardcasting with these video files one by one.

This means when customer watch a live streaming, they won't notice the server plays mov1, then mov2, then mov3, then mov4... and so on.

You can imagine I try boardcast say a sequences live during 60 s,.

the video file will be not recorded entirely after 60 seconds, but not for every 10 seconds, I will deliver a video file,

so that when watching the live of HLS customer (for example http://xxxx.com/live123( )

When time reach 10 seconds, a video file available mov1 and FMS should boardcast this video on live123.

When the time achieve 20 seconds, a video file available mov2 and FMS must immediately follow the boardcast mov1 on live123.

and so on...

FMS can dynamically create a new session of streaming (call by code),

so that when the customer a download of some video files to the server, the FMS log new stream streaming only cilent video files?

boardcasting as configuring the size of the screen, bitrate, etc. must be predefined on the server.

(e.g. customer boardcast on http://xxxx.com/live123, CustomerB boardcast on http://xxxx.com/live124...)

so the fact that possible to use FMS perform these ideas? or y at - it approaches?

I am very new to FMS, if I have any misconcept FMS or media encoder (live), please do not hesitate to correct me.

Thank you!

Hello

To have OUT load videos from sources of files, to be released at this stage, you need third party software like ManyCam.

Otherwise, FMS can use source files and a playlist-like, side Publisher.

Thus, you must request script on the server, server to play files and publish (publish side Server) to be subscribed by customers. Essentially, we ask the server to replace GFFE/encode streams published by sources to have the publishing server-read the file stream.

http://help.Adobe.com/en_US/flashmediaserver/ssaslr/index.html should give more information on how to do it.

Thank you!

Tags: Adobe Media Server

Similar Questions

  • progressive download with multiple video files, noob user.

    I have here a question of "minor".

    I need to make a swf file and load external video files to it, which will be online, and along the clip key to have the ability to load more video clips in the player, the clip currently playing.

    I had a little experience with flash, I can read/change actionscript a little. how hard it would be to do?

    Pointers where I can get the examples/tips on how to do it?

    Thanks in advance,

    Manual zeeman

    Design & illustration

    Yes, it is possible, but you'll need to preload the clips so the seek point is already downloaded when you want to make the transition.

  • tablespace with multiple data files

    Hi all

    We have RHEL4 server with oracle 10 g 2 inside.

    can we create a tablespace with multiple data files? I mean while creating a tablespace itself, we should be able to create two or more data files (should not use ALTER tablespace command).

    If possible, please give me the SQL to do this (assume that I need to create a tablespace with two data files).

    Thanks in advance...

    Not so difficult isn't it?

    create tablespace datafile test
    '1.dbf' size 1 m REUSE AUTOEXTEND ON NEXT 32 M MAXSIZE 1500 M,
    '2.dbf' size 1 M REUSE AUTOEXTEND ON NEXT 32 M MAXSIZE 1500 M
    EXTENT MANAGEMENT SEGMENT LOCAL SPACE MANAGEMENT AUTO;

  • live streaming with Flash media server

    Hello

    I'll work on a live project streaming with Flash Media Server. The idea is to see the video of a user to several Viewer.

    I have a few questions.

    Which protocol should I use (PLMN, rmtfp, etc.).

    Is there a tutorial for that. Help, please.

    Amit

    You can use rtmfp to do all this.

    Start here: http://labs.adobe.com/technologies/cirrus/

  • Live streaming with DVR on linux 64-bit platform

    Hello, everyone. I have deployed enterprise edition 4.0 FMS on my 64-bit linux platform. in the FMS applications folder, I create a subfolder "dvr" and at the same time to create a dvr.asc. the code is as follows:

    application.onAppStart = function()

    {

    trace ("app fme started!");

    };

    application.onConnect = function (p_c)

    {

    p_c.disconnectClient = function() {}

    trace ("-disconnectClient" + application.clients.length + "-");

    application. Disconnect (p_c);

    }

    this.acceptConnection (p_c);

    };

    application.onPublish = function (p_c, p_stream)

    {

    trace ("onPublish streams:" + p_stream.name);

    p_stream.record ();

    };

    application.onUnpublish = function (p_c, p_stream)

    {

    trace ("stream of onUnpublish:" + p_stream.name);

    p_stream.record (false);

    };

    I'm waiting for the live stream will be recorded on the FMS server, but unfortunately nothing has happened.

    But if I use my pc (xp 32 - bit windows platform), everything works fine. When I connect to my pc win_xp

    the fms server automatically created a file streams\_definst_\myVideo.flv under the folder of dvr.

    then the fms on linux 64-bit server cannot create the mavideo file. FLV?

    everything here can give me some advice?

    Thank you for your response. I am a new learner of linux, so I have a lot to learn linux technologies. your answer was referring to 'permissions', then I connect the linux server and use the command 'chmod' to make the directory writable for the video editor dvr.

  • Problems with the video file (wmv) path - Director Keeps restoring old road

    I am looking for assistance in obtaining a video playing live per floor in my movie once it is burned to CD.

    What I found is this work expected to use a relative path , and my film must find the video files very well.  However, I have great difficulty with this.  I was able to change the 'filename' from the video cast member to a relative path (@Video\videofilename.wmv) and the property inspector reflect this change.

    Untitled-13.jpg

    However, once I save, publish and check that it works, the film begins to search for the file in the original location.  What happened several times.  I changed the properties for the Member of the cast in the cast, as well as for the onstage cast member (not sure if their properties are related, so after a few troubled results, I tried to change both).  Whatever happens, the path in the file name field is back:

    CastMemberProperties01.jpg

    I've even went up to remove the videos of the scene and casting, then add them again, using only the relative path in the file name field, does not.  The result is always the same: once I have save and publish again, the name of the file back to the absolute path.  To say the least, it's frustrating.

    Thank you very much in advance for your help.

    B

    The operator 'path' should be considered as the combination of characters "@:" or "@------" or "@/ ', then your path should be"@\Video\videofilename.wmv ".

    As you say, this should not give problems. If it persists, there are two options. Use Manager prepareMovie for the searchPathList and set the member.filename property before than the dialog box 'where's... ' is displayed:

    on prepareMovie
      _player.searchPathList.append(_movie.path & "Video")
      -- member("wmv").filename = "@\Video\videofilename.wmv"
    end
    
  • Download issues of the article with the video file

    Hello

    I can't download a .article file that has a video. Article file is 51MB.

    It just says: to run, and the progress bar does not exceed 15%. Is no error message or another.

    Anyone else having problems downloading files with the video?

    Thank you

    Cindy

    Hi Cindy,.

    I have downloaded and publish a video section with more than twice the size you used (it has 105, 35 MB) and it worked without any problem.

    -Have you tried using another internet connection (a cable instead of a WiFi network)?

    -You have just the video in the article?

    Thank you

    Andrei

  • Software to work with large video files?

    Hello

    I work in PP CS6. I was wondering if there is circumvention or 3rd party plugins/software solutions that

    make working with very large video files more easily and more quickly?

    Thank you.

    Mark

    Hi Mark,

    First thing, it's the red bar does not require that you must "make" the timeline to implement green. All this means is that he will TRY to play the images in real time, but may not be able to. If the reading is 'ok' then don't worry in this regard.

    Red, yellow and green make bars and what they mean. First work Pro area

    The weak link in your system is the Quadro 1800, get rid of it! You're losing out on mercury GPU hardware acceleration in CS6, which makes a HUGE difference in performance edition. The 1800 lacks of enough RAM to be used. Get a video card based on the Nvidia GeForce with a minimum of 1 GB of RAM, as a GTX 660, 760, 960, 970, etc., and you will see a big improvement.

    But don't bother restore the timeline, which is usually the loss of time. When you do the final export, the source will be returned in the output format, no need for pre-rendering.

    Thank you

    Jeff Pulera

    Safe Harbor computers

    www.sharbor.com

  • Help with multiple video Source on DVD

    I'm new to first 9 trying to make a DVD of a birthday party with the video from my Canon Vixia HF200 and a slideshow that I exported from iPhoto to an m4v file.  It is my understanding from reading messages earlier I have to export the Flash movie, I did apart and export 'for display on computer or do DVD"and then do the same for the slide show.  But instead of an avi file, it is a flv file and I'm unable to open or import the first page 9 to create a DVD.  I'm really confused on how to put these two files together to make a DVD.  (I can not put everything together on the same project?)   I have an iMac computer and am used to make films in iMovie where you can simply add clips from various sources and then export to iDVD.  I find it difficult to get the help that I need in the Help menu of the program.  I know I have to do something wrong.  Please help if you can.

    I'm confused myself.

    Yes, you can get out the WebDVD from the same project, that you left your MPEG.

  • Premiere Pro CS3 crash with many video files

    Hello
    I'm back from my vacation to Ski with a lot of short videos (a few minutes) that I took on camera Canon P & S, about 50 records.
    I imported the 50 files at first and tried to work on a film, but slow work and each commads little as the first breaks down.
    I've noticed that for every new file I add to project 20K of Rams are used - 1 G to 50 files. I also get message of low resources of first who recommend to save my work.
    The video is a video standard (not HD) 30 frames per second and the project is also standard.
    Why is this happening?
    The first has a limit to the number of files that you want to import?
    Is there a problem with the video format?
    How can I solve this problem and get a stable editing environment?

    Thank you

    OK, you've got to MJPEG (Motion JPEG), so I recommend the Morganor MainConcept MJPEG CODEC. Or the other of those who should help you edit MJPEG images natively in PrPro. Most users find the MainConcept the best of both, but I believe that they both have a trial. Don't know if the trial of watermarks, or is only limited in time. Web sites should tell you.

    Good luck

    Hunt

  • Multiple audio files in a single slide Captivate 5?

    It is easy to add multiple audio files in Camtasia Studio: just drag gthem.

    Captivate 5 asks me if I want to replace the current audio file. I don't. I just need - at the most - you short audio files that will play in order, perhaps with a short break between the two

    Is this possible?

    Welcome to our community

    Captivate allows audio at three levels.

    • Background - plays for the duration of the project
    • Slide - plays when the slide plays
    • Object - plays when the object appears

    What you must do if you want multiple audio files to read is to insert objects and associate audio with objects. If you do not want to see the object and all what you want to do is to hear the audio, use a Transparent caption with no text or a box to highlight without color or a box click with no break and no action when you click it.

    See you soon... Rick

    Useful and practical links

    Begin to learn Captivate 5 times now! $29.95

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcererStone blog

    Captivate eBooks

  • Open multiple PDF files in a single window

    When you open multiple PDF files, we want to open in a window/instance of Adobe and then just several tabs for each PDF file that is open.

    Y at - it a setting or a difficulty to get there?

    Yes, it's a screenshot of CD player. This is a free update, and DC can open all older versions of PDF.

  • Project of filming with several video files

    Dear members,

    I'm trying to start a YouTube channel and was looking for a model intro, once I finished editing it I realized there was no way to combine all files into one.

    Help would be very appreciated

    Operating system: Win7

    Here is a picture:

    Capture.PNG

    When I save the RAM Preview, sound is fine, but the quality is bad, and when I make it, he wants me to restore every single one and don't merge, but creates a new file for each group.

    Thanks in advance.

    With respect,

    phili90000

    You must be very new to AE.

    If you want to combine all of your compositions in a movie you can make all and import them into a NLE to assemble, or you can create a model of rendering and import all your items in this composition and rendering which, as you final movie.

    You can add that a communication made model, just add one you want to make...

    Please, check out the last video of Basic Workflow to learn about rendering your product for delivery.

  • Live stream with DataPass WIndows 10 update 8

    Stream 8 with add-on Broadband Mobile HUAWEI DataPass

    I installed WIndows 10 to the first question and had several problems, so returned to 8.1 Windows to let settle things.

    I'm willing to try again.

    I would be sure of a particular question is if there is a driver for mobile broadband and other 10 WIndows is installed on this device without any problem with an ongoing relationship.

    Someone has experience and advice on this issue?

    I can say that I didn't have everything as some have problems.

    HP 8 5901 flow not 4g after upgrade Windows 10 - HP Support Forum's - 5187001

    There is not an update specifically for the module. There is a bios update but I would use before moving again.

    Flow 8 Driver Downloads

    Windows updates reported having solved the problem for most.

    I would add (just my opinion, not a statement of HP ), HP has escaped to put an end to the mfg of any layer below to end now. As such, he very probably not will be not updated future looking.

    They will focus rather than on the shelves of high-end market for products of company as the Elitepad.

    I hope that this will change, but we will have to wait and see.

    It will be useful.

  • problem with multiple trace files

    Hey!

    I saved a text file with four columns and I want to replot two of all the required columns.

    I tried the logic below, but there seems to be a problem. The graph shows very few samples.

    Check if my logic is correct.

    Thank you

    My inner Malcolm Gladwell tells me seem to convert your 2D chart.

Maybe you are looking for