Flash Media Server supports streaming video with multiple video files

I am using Flash Media 4.5 server and I am reading a tutorial, if I want to stream in real time, I might need to use a live encoder. but what I found in the media encoder, I have to manually configure everything, and it only supports camera devices.

But in my case, I have several video files received from another program, my goal is to use the Flash Media server to perform direct broadcasting with these video files one by one. This means that when a client watches streaming, they will not notice that the server is playing mov1, then mov2, then mov4, then mov5 ... and so on.

Also, can FMS dynamically create a new streaming session (call by code), so when client A uploads some video files to the server, does FMS open a new streaming session only with a stream that allows video files?

Can the FMS achieve such goals? any tutorial provided will be very helpful!

Edit for Open Bounty

I want to mainly deliver a live video stream where the list of videos is the source. I am currently using Flash Media Server with Cloudfront CDN to deliver content. Therefore, if I have video1, video2 and video3. I want to play them back to back like live stream (so don’t miss out on the video), can this be done? The bounty is heading towards a smart workaround. Think of it like a TV channel.

+4
source share
1 answer

I have been working on streaming technology for the past 1 and six months. There is no option in Flash live encoder for any file encoding.

1.To encode your file, you can use your dvd player devices or something else that supports the playback options of USB devices. And use the output of the dvd player to broadcast using the flash media in real time. 2. And one more set - to configure the Windows window encoder, which supports file encoding (there is no need for a DVD player), but it only supports Windows media services.

Currently, I live in a broadcast video file this way only for my company http://www.malar.tv/live.php

0
source

Source: https://habr.com/ru/post/1392993/


All Articles