FMS Streaming Server & several videos

Hello

Is possible to use several different services on Flash Media Server Streaming VOD? I currently use the development server in our dev environment, but since it is similar to Flash Media Interactive Server, I couldn't confirm whether or not I can duplicate the VOD service as described in http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773cf ae - 7ff3.html on the streaming server or is that apply only to the Interactive Server?

If not, is there another alternative to use separate services? Can I somehow use different media files on different instances of the same service, for example?

Sorry, I meant "on all editions of FMS. Yes, you can run several inst

sessions of vod and live applications on Flash Media Streaming Server.

Tags: Adobe Media Server

Similar Questions

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

  • FMS will not save video h.264 flash player 11?

    Hello

    I use the beta version of fp11 of stream videos live h.264 between two machines. I also record this live interaction. However, it seems that FMS does not understand how to record h.264 video? My set for the netstream looks like:

    _netStream = new NetStream (_netConnection);

    _netStream.client = customClient;

    var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();

    h264Settings.setProfileLevel (H264Profile.BASELINE, H264Level.LEVEL_2);

    _netStream.videoStreamSettings = h264Settings;

    The video has an audio stream, but no video stream. Is there some specific profile required for FMS understand how to keep the h.264? Or, is this simply a feature that is yet to be implemented?

    Thank you

    Ben

    Hello

    Thanks for trying to FMS and H264 streaming.

    You are not able to save the file or not able to broadcast at all?

    You must use the netstream.record () API to start recording on the server from the client and you can also use stream.record () to check on the server side.

    H264 is compatible with FMS and it can be listened and recorded as well. Use mp4 / f4v file format (giving the prefix and the extension for streaming and recording), to use the content of the H264.

    Hope the helps of information. Thank you!

  • How to make a streaming audio and video on BlackBerry.

    Hi all

    Please someone help me.

    I must be a 3rd part java application that can stream audio and video server and can play only audio/video on my phone from BB.

    Please share me your ideas or related links to do the same as soon as POSSIBLE.

    Thanks in advance.

    Thanks Peter.

    It's really useful links

  • Streaming server

    Can what streaming server I use for live video dtream? How many licenses should I use? How can I use these stream server in my network?

    Thank you

    Hello

    For streaming server selection

    You can use Wowza server or adobe flash, both are ok and have stories to success with Cisco.

    Thank you

    Please rate if this will help you

  • Any restriction on the use of share in Streaming Server folder?

    Hello

    Tested versions:

    4.5.

    Our problem is:

    When we used Flash Media Developer Server 4.5 (trial), we can use the share folder.

    However, when we bought Streaming Server and deployed with the same structure of files, we can use shared folder but Local folder only.

    Y at - it no limitation usage share in Streaming Server?

    Configuration:

    It is standard. We put fms.ini in Windows.

    for example, VOD_DIR = C:\Program Files\Adobe\Flash Media Server 4.5\applications\vod\media

    Thank you.

    Joseph

    Hi Joseph,.

    No, it is not a limitation. Have you checked these docs:

    http://help.Adobe.com/en_US/flashmediaserver/configadmin/WS5b3ccc516d4fbf351e63e3d119f2925 e64 - 7fc7.html

    HTH,

    Jody

  • Playing Flash 7 FMS streams

    To read a (live or on-demand) FMS stream or a FLVPlayback component, or the Video class is required.

    And they require 3 ActionScript and Flash 8 or higher.

    As far as I know, Youtube, Dailymotion and Google Video stream their videos on demand for a FMS, and their players are compatible with Flash 7.

    How can they do this?  If Google, Youtube and Dailymotion, I take it that it is possible...

    I tried to create a Flash 7 application that plays a video input of the FMS, using a MediaDisplay component, but it does not work well. Sometimes it shows the video, sometimes not.

    So I don't think that youtube player use MediaDisplay...

    You need not use the FLVPlayback component.

    You can manually code your netconnection and netstream and then simply attach the netstream video to a video object (not a component... the video object).

    As for google reader... I would need to decompile the .swf to get an idea of how they have things to implement, but I think would be that they do not use prefabricated components of video.

  • Flash Media Streaming Server and audioSampleAccess

    Hello world!
    Before all sorry for my English. I am trying to program a direct mp3 player in AS3 for a radio streaming via Flash Media Streaming Server, can I use the function of soundMixer.computeSpectrum () and (after diving along a lot of forums) I realized I need to uncomment the line p_client.audioSampleAccess () in applicattion main.asc in direct folder. The problem is that we have a license of Flash Media Streaming Server, not a license of Flash Media Server, so we can only use signed Adobe applications.

    I also tried to put the AudioSampleAccess tag in the file Application.xml under this < AudioSampleAccess enabled = "true" > / < / AudioSampleAccess > but still does not work. Is it possible to do this with FMS, or do we need a FMS license? Thanks in advance for your answers
  • video slows down after watching several videos on Win 7 but not XP

    I only saw several videos one at a time on Xhamster.com , but after a few videos on the quad Win 7 system, they slow down to no visible (not buffering problem, put in continuous buffer), then after about 30 minutes to an hour, they go back to normal. This does not happen on my quad XP system. If I restart Firefox after that it works normally, I go through the same problem as on the quadruple Win 7 system.

    I think I took the easy way. I just uninstall Firefox and then downloaded and reinstalled and everything just to add Video DownloadHelper. It seems to have worked. I just did an extended test and do not slow down the.

  • Recommend an app for mac that can convert several videos at once for the iPad 3

    Recommend an app for mac that can convert several videos at once (or better yet create a queue) for iPad 3, preferably free, if not yet ok.

    I can't say enough good things about the hand brake. Visit the Web site and see if it's what you're after. And Yes, it's free!

  • Several video projects on DVD

    Compressor Ver 4.2.2 have the ability to burn two or more FCP video projects on DVD, assuming that there is enough space?

    Compressor Ver 4.2.2 allows to burn a DVD with video to iMovie?

    I have an iMac, mid 2011, OS X El Capitan, worm 10.11.4.

    Thank you

    Compressor (like FCP) can only create videos of single track. If you need to do more, then I would combine them into a single FCC schedule. You would copy and paste several chronologies to a master timeline - probably incorporating title clips and chapter markers for easy navigation. (I guess that iMovie can do that too, but I'm not sure). What is certainly true is that you can export a video from iMovie, and then bring to the compressor to create a movie. (This is to combine several videos into iMovie, that I'm not sure of).

    Post back if you have further questions on this.

    Russ

  • workflow - several videos of a multicam

    I'm trying to help a local church with their media.

    I would really appreciate help in the best way to create several videos of a single clip multicam. I import everything from two or three cameras and two recorders audio non - cam, and then create a multicam video. I created a project and edit the multi in the timeline where I spend in the viewer of the angles with strikes (not in the editor of the angle).

    When I'm happy, I want to download sections of the multi (music and speech to a church service).

    This is where I get confused; I have remove the sections I don't want to go to the timeline and load the remaining part.

    Then I Ctrl-Z to return to the multi set, remove more and download the rest. Repeat till done!

    I can't help but thing it of a stupid way of work and would be very grateful if someone lights!

    There must be a better way.

    Thank you in anticipation

    Patrick

    SSimply scores points in the Timeline for each segment you want to export and exit. Mark i/o. Export. Repeat steps.

  • Several videos saying that Microsoft is giving away broken Xbox those

    Original title: Xbox 1

    I have heard and seen several videos that Microsoft is giving the notice broken Xbox away those. Is this true and if so how can I get a?

    Hello

    Your Question is beyond the scope of this community...

    I suggest that repost you in the Xbox Forums.

    "Xbox a Preview program FAQ.

    http://support.Xbox.com/en-us/Xbox-one/system/Xbox-update-preview-FAQ

    'Home'

    http://forums.Xbox.com/

    "Xbox forums.

    http://forums.Xbox.com/xbox_forums/general_discussion/f/3817.aspx

    _________________________________________________

    "Xbox Forums directory.

    http://www.Xbox.com/en-us/forums

    General

    Material & Discussion Services

    Xbox support
    Agent hours: M - F 09:00-17:00 PT

    Law enforcement forums

    Technical support of Xbox Live rewards
    Xbox Live rewards Squad hours: M - F 09:00-17: 00 PST

    See you soon.

  • I'd like to run several videos continuously

    I've been very successful runs several Power Point programs successfully.  I use a batch program that contains the following elements:

    START/WAIT ACROSS_AMERICAN_Musical.ppsx
    START/WAIT GRAND_CANYON.ppsx
    START/WAIT Frumosul_la_absolut.ppsx
    START/WAIT ERIC_JOHANSON.ppsx
    START/WAIT CREATION.ppsx

    I have several videos, addresses of look who are like these below.

    As the self you are several You Tube.

    Is it possible to use something similar to the 'batch' procedure I can use to run the videos that I have above constantly?

    Thank you very much

    Jim Nolan

    I'm not sure that the product that I've referenced below iscorrect.

    Hello

    The question you asked is out of reach on this forum.

    Please post your request here:

    https://social.msdn.Microsoft.com/forums/en-us/f7d62b5a-6c5b-48f6-a69e-638bc5b8258d/batch-file?Forum=vsexpressvb

    Kind regards

  • Merge several video files into one (fastest option)

    Hello everyone.

    I was wondering if there is an easy way to join several video files using a first/Media Encoder (or another tool?)

    I mean other than import in a project, by adding them all in a timeline and making everything again.

    "Why not do just that? ... you ask.

    The thing is - it's a delay of 24 hours. Yes that's right - this is a project where something was filmed for 24 hours. And there are 6 clips STROKE (every 4 hours) which should be combined into one

    This makes it all... it takes 5 solid hours even on my MacPro.

    Any ideas?

    All the best.

    Emanuel

    I mean other than import in a project, by adding them all in a timeline and making everything again.

    It's the only way it can be done with Adobe software.

Maybe you are looking for