Media Server :: Play Multiple Videos In Sync?

Jul 20, 2011

I need to build a website which shows multiple instruments in a band, being played in sync.  Each camera/video block is a different instrument, and played together, they constitute an entire band.  I have been searching high and low for ways to do this, and it definitely appears that HTML5 is out.  It looks like standard FLV progressive download is out, too, because it's impossible to get 4-8 videos to sync perfectly.
 
I see on the FMS page that it has some abilities in synching.  How would one (conceptually) go about making a webpage where say 4-8 videos begin to buffer, then when ready, play in sync?  And they would also need to, when the location is changed, all sync to that location and rebuffer. 
 
The objective is so that the user can mute/solo each video's audio, to remove an instrument(s) from the "mix" at any time.An alternative way of doing this, I think, would be to just put the 4-8 videos together in video editing, and encode this into one video, but have each video's audio track be a separate audio channel.  If FMS can do multichannel audio on one video, this might work, if it could mix them in/out individually, as the user requires.

View 13 Replies


Similar Posts:


Media Server :: Keep Multiple People In Sync From FMS?

Dec 11, 2009

I am trying to create a Flex application with a shared viewing experience for users watching video.  Specifically, there are a group of users in a virtual room, and one of them is the remote holder.  One approach is to have everyone have a video player, and then use our own protocol sent among the different Flash player instances to make sure people are in sync (we have our chat routed over XMPP for the people in the room).

However, we were wondering if there was a simpler way to do it using Flash Media Server.  Is it possible to create a synchronized viewing experience in FMS where everyone is always at the same point in the video?  And is it possible for 1 person to then have control over that stream (e.g. pause, play, seek, etc.) for everyone connected to that stream?

View 3 Replies

Media Server :: Use HTML5 And FMS Server 3.5 To Share / Play Videos

Mar 14, 2012

We use FMIS (3.5) to distribute our videos, but how can I use HTML5 to view them without duplicating the video to the HTTP VOD directory.Can I point to the application FMS file location like I can with RTMP in some way?

View 2 Replies

Media Server :: Some Videos Won't Play?

Jan 26, 2010

So, I've got my videos set up on the server structure right. I've got them referenced properly in the Flash playback component.But some of the videos on the server stream and some don't.The ones that don't still show up as connections in the Administrator, though

View 5 Replies

Media Server :: Play 2 Rtmp Videos At The Same Time?

Apr 22, 2010

My swf is playing one video in using NetConnection, NetStream and Video object. If I want to stream one more video simultaneously in the same swf I have a few problems. It works when I create more NetConnection, NetStream and Video objects but is that necessary? The code rapidly becomes complex to handle.
 
Is there an easier way like perhaps share the NetConnection, or something (same FMS server)?
 
Question 2
 
The two videos on the stage are suppose to have different size, placement etc. Still the last one created inherit the properties of the first video display. It also starts playing for an annoying couple of seconds before the first one. How can I avoid that (inherit and delay)?
 
var ns1:NetStream;
var ns2:NetStream;
var nc1:NetConnection = new NetConnection();

[Code].....

View 7 Replies

Media Server :: Play .3gp Videos In Mobile Using RTMP (FMS) And HTTP?

Apr 21, 2010

I am not able to play video on mobile device which is .3gp container and H.263 / AMR_NB encoded. I just want to play my website videos in mobile device also just like[url]....I want to use RTMP and HTTP both. My requirement is as follows - Which codec and container will be best? Should I use FLV to play video on mobile device? RTSP required or can be use RTMP? Is NetStream and NetConnection methods different from Flash Player in Flash Lite Player? How to play 3gp video using RTMP stream ie.ns.play(mp4:mobilevideo.3gp, 0, -1, true) is it ok or any thing else required? For mobile browser and computer browser,can I use single player or I have to make different player for computer browser and mobile browser? It would be better if I can do it with single player for both mobile and computer browser. Sample code required for testing. If you can.I got below article in which they mention that we can play video 3gp container in mobile also.

View 2 Replies

Media Server :: Make New Videos Play In The Existing Window FMS 3.5?

Aug 24, 2010

We have Flash Media Streaming Server 3.5, how do you code the html for a video to use the existing (player window) rather than having a separate popup Window that plays they media

View 1 Replies

Media Server :: Play Recorded Videos Using FLVPlayback Component?

Jan 17, 2011

I recorded videos using fms and i want to play them using FLVPlayback component. I've done some research but i cant find somethinguseful, I tried this code :
 
flvplayback.source = "rtmp://localhost/appname/instancename/video";

View 5 Replies

Media Server :: Set The Flvplayback Properly So That It Can Play Both Live And Recorded Videos?

Nov 19, 2010

I've read the reference here,but it seems to me that I can only make it work with live OR recorded videos.How can I make it work with both live AND recorded videos?

View 7 Replies

Media Server :: Setup Multiple Videos Within A Single Swf Using RTMP/FMIS?

Oct 21, 2010

I have a case where I'm displaying 3 videos simultaneously using FMIS 3.5. When one is selected it will play the other two will switch and show a videoloop.
 
What is the proper way to accomlishing this. I actually have 6 videos (3 loops and 3 videos). Do I need a netconnection/netstream/video object for all of them or can they share something. What is the best practice?

View 2 Replies

Media Server :: Create Videos In A Playlist That Can Limit The Views To 10 Videos Per User?

Nov 1, 2011

Is there a way to create videos in a playlist that i can limit the views to 10 videos per user?

View 1 Replies

Media Server :: Play Multiple Flv Files Continuously?

Sep 23, 2011

How can I play flv files continuously..?? I have developed code for playing flv files in my browser. Those flv files are streaming from flash media server. I can play files individually, but I want to add one button to play multiple flv file continuously when one button clicked. How can I play those multiple flv files continuously...??

View 1 Replies

Media Server :: Video And Audio Out Of Sync When Recording With FMS

Aug 18, 2009

We use a Flash component to allow a user on our web site to record from a Webcam on to our own Flash Media Server. The problem we are having is that the video in a 30 second FLV freezes at the 7th second but the audio continues. The video unfreezes after a couple of seconds but never catches up with the audio. At the very end there's a "Fast-forwarding" of video for the last few seconds so that at literally the last moment, everything's in sync. This happens for almost all of our recordings. Has anyone experienced this type of behavior?

View 5 Replies

Actionscript :: Play Multiple Tracks In Sync Flash Builder?

Aug 6, 2011

I'm about to create some art installation using augmented reality and music. I'd like to implement some kind of sampler in it, but I can't find any way to do it.

It's gonna be a looper, I've got 12 files (each 8 seconds) and I want to play them synchronized - so they must start at the same time. this is example of something similiar to my project[url]... They must be controlled by changing volume (0 means off).

View 1 Replies

ActionScript 3.0 :: Play Multiple Videos (all On Xml File) To Play On Button Action?

Jul 14, 2011

I am trying to make a swf with one FLV playback player and 6 buttons. I've got 6 different videofiles that I want to have linked to this swf. Some of the videos are quit large.When starting the Swf, the first video has to start, after playing it, it has to stop. Then you must be able to choose which video to play by clicking one of the buttons. I don't want to have small thumbnails of the video, just plain and simple buttons.I have to have all my files, both fla, swf and xml files in the same directory (I cannot have them stored in different folders, since I have to upload this to a cms system which has limited upload properties).
 
I've tried to find the right script on the internet, I'm not very good at scripting myselve, actually rather poor educated there.It seems to me that I have to make an xml file with a list of all my videos, I have my default swf ready, with a FLVplayback and buttons.Now there's just the coding part....

View 1 Replies

Media Server :: Videos Only Stream From The Media Folder?

Apr 5, 2010

I have FLV files streaming fine from the media folder in the applications folder.I want to split up the videos into folders to make them more manageable.If I create another folder in the applications folder at the same level as the media folder and put a video in there the video does not play.

View 4 Replies

Media Server :: Recording Webcam Video Quality/audio Sync?

Jan 21, 2011

I'm trying to record a stream from a webcam using FMS4 developer edition.  The streams are recording on a linux box in .flv files.  These files though have problems.
 
1 - The video quality is terrible.  Fuzzy/blocky.  Any kind of motion looks awful.  Is there any way to improve this?

2 - The sound jumps/skips and goes out of time with the video.
 
As it is now this is useless.  I am trying to make a system where a user records a short video from the camera and then I upload it to YouTube from my server.  If you use Youtube's webcam page the video quality is quite acceptable and the audio is obviously in sync too, so they must know something I don't. [URL]..

View 2 Replies

Media Server :: Audio Several Seconds Out Of Sync With Live Video Stream

Jan 4, 2012

I did a live stream last week using 282,482,832,1500Kbps streams. What would cause the audio to get out of sync with the live video stream? I'm trying to determine if it was bandwidth related, cpu/memory issue on the FMIS 4.5 server, or an issue with encoding PC exceeding it's limits?

View 3 Replies

Media Server :: Straightforward Method To Stream Videos From Another Server?

Mar 6, 2010

I've got:- FMS already installed on a XP server with IIS- FLV Videos residing in a folder on another serverHow do I:Stream videos from the other server where the videos reside?

View 4 Replies

ActionScript 3.0 :: Multiple Videos To Play With Multiple Buttons?

Feb 4, 2010

I am creating a stand alone DVD to be used with Flash player. I am wanting to add different videos that play with different buttons. The following is the code I have for the video to play when the corresponding button is clicked..... My problem is how do I get that video to "leave" and stop playing when another button is pushed to play a different video.
 
Educators_btn.addEventListener(MouseEvent.CLICK,clickEducators);
function clickEducators(evtObj:MouseEvent)
{
gotoAndStop("OE")

[code]....

View 2 Replies

Media Server :: Connect And Sync To Remote Shared Object Works In Authoring But Not In Browser?

Dec 19, 2011

I'm having trouble connecting to a remote persistent shared object. When I run from the Flash authoring environment it works. But when I run it from a browser it doesn't. The code attaches an event listener to the sync event, and then calls so.connect(nc).
 
As mentioned - it works inside Flash authoring only. In both cases the connection to the server is successful. I also tried setting client.readAccess to "/" in the application.onConnect function of the server-side code - but it doesn't help. (Everything was written by me including the server-side application code. I have full control and access to the server).
 
Also, I can see the remote object exists on the server in the admin console.And as mentioned, when running inside Flash CS5 - the onsync gets triggered after connecting to the shared object.But, the same code under a browser - doesn't trigger the onsync.The SharedObject.getRemote method on the client side returns an object on both occasions.

View 1 Replies

Media Server :: Upload Videos To FMS?

Mar 30, 2011

Am developing an app on which a user can record from their webcam or upload videos to the fms. Is it possible to upload video to fms using php or flash?

View 2 Replies

C++ :: Play Hd Videos In Multiple Monitors?

Nov 5, 2011

I'm looking for a solution to play HD videos on a multimonitor OSX environment for a projector/desktop application. It could be one huge video, or a video split in parts.So far I've been using Flash StageVideo successfully to play 1080p and 720p on single monitors. This works great with flash projectors. The problem with flash projectors is you can't span multiple monitors, or multiple windows. I still haven't tried opening multiple projectors, because I wouldn't know how to position each projector in a different monitor consistently.

In Adobe AIR you can have multiple windows and control their position, but AFAIK you can't use StageVideo to decode videos with the GPU... and using the classic Video class is really out of the question.

With C++ there are multiple frameworks (cinder/openFrameworks) but AFAIK opening multiple windows, or spaning multiple monitors is not such a good idea because of bad performance. I stil haven't figured out if it's possible or even a good idea to open one app per monitor and control it's position.

View 1 Replies

Media Server :: Embedding FMS 3.5 Videos In Other Pages?

Oct 27, 2009

I have my shiny new FMS 3.5 server.   There is the multi-rate example which provides a "Cut and Paste"  object tag to embed the video....   e.g. 
 
<object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ><param name='movie' value='swfs/videoPlayer.swf' /> <param name='quality' value='high' /> <param name='bgcolor' value='#000000' /> <param name='allowfullscreen' value='true' /> <param name='flashvars' value= '&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serve rURL=dynamicStream.smil&DS_Status=true&streamType=vod&autoStart=true&v

[code]....
 
I paste this into a web page hosted on another ( ordinary, nonFMS ) server, I see the player show up, but after 5 seconds I get message that the player cannot connect, please click Play to try again.    Of course same work fine if the page is hosted out of webroot on the FMS server.   So I assume the "example" does not include absolute URL's so I tried hacking in full URL's for  the swfs/videoPlayer.swf and the rtmp:/ URLs to no avail.   Which makes it a pretty poor "example" IMO.   I also noticed that the .smil file itself also includes a relative URL to the vod app, I modified that as well - the object tags still works only when hosted from the /webroot folder.
 
So what should this "example" really look like with absolute URL's to use in a real way?   Also is there some content protection mechanism which is preventing this from being embedded in other pages not hosted locally?    

View 4 Replies

Media Server :: Flvcheck Fails Videos

Mar 10, 2010

I have a web page that allows users to upload video files. Part of the process is that once a video is uploaded it goes through the flvcheck to make sure it is good. For some reason when I upload a large video (over 1.5 GB) it fails the flvcheck. When I run flvcheck manually on the video, it passes.

View 7 Replies

Media Server :: Stream Videos (playlist) To A Cdn

Aug 26, 2010

normal I stream a livestream from Fme to a Fms and than to 2 cdn´s like justinTv. Now I´ve got the problem that i want to change the Script that it streams Viedos to the CDNs. Thats the Script I use right now to push the livestream:
  
var nc1=null; 
var nc2=null; 
var ns1=null;

[Code]....

View 1 Replies

Media Server :: Record Videos With New Names

Aug 30, 2011

I'm using Flash AS3 to stream and record videos on my RTMP server, I'm suing this command ns.publish("mystream", "record");The problem happenes when the connection is down for any reason and the stream stops. My flash App start streaming automatically , but it over right the previous video coz they have the same name, I want to change the recorded video name "ex:myvideo1.flv" without changing the stream publishing name "mystream".

View 3 Replies

Media Server :: How To Stream Http Videos From FMS

Oct 11, 2011

I have FMS installed on windows server 2008. I have a large number of videos which are served to my clients using rtmp protocol.Now we have designed a new player with some controls which apparently do not work while an rtmp video is playing.

View 2 Replies

ActionScript 2.0 :: Media Playback Component To Play Videos & Variables

Sep 22, 2007

I'm trying to get a Media Playback component to play videos. I can get it all to work if I hard code the component with this code:

[Code]..

View 14 Replies

Media Server :: Recording Modified Webcam Videos?

Mar 4, 2009

Is there a possibility - instead of attaching a camera [via ns.attachcamera()] to a netstream - to "attach" e.g. BitmapData to netstream. The reason is, that I use BitmapData's .draw method to get the webcam video in order to change it, such as with the .treshold method. And I want to record and save these altered bitmaps (as a video) on the FMS instead the original webcam video.

[URL]

Two videos are shown, the left one is the original from the webcam, the right one the "modified" video. Only the modified video shall be recorded via the netstream .publish method.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved