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
Similar Posts:
Jan 27, 2011
We have some HTML pages that embed a swf file to stream flv videos. The video doesn't play and I firstly thought it was the video player's version problem. But it seems more to be related to the path now.
[Code]...
View 2 Replies
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
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
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
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
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
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
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
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
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
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
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
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
May 26, 2010
I have installed Flash media server 3.5, and i have put my vod files under 'C:Program FilesAdobeFlash Media Server 3.5applicationsvodmedia'
the sample file under this folder given by fms 'sample.flv' is playing fine, (this has VP6 as video codec, mp3 as audio)
"rtmp://my_SYSTEM_IP/vod/sampl"
where i have kept my own file called 09.flv which has H263/mp3, and one more 09_1.flv, which has H264/mp3. But both of the files are not streming. When i tried to play these over vlc it sayes file not found. But sample video plays. Is there any way to make work vod files to stream?
View 15 Replies
Nov 22, 2010
Uses can log into my site and record camera videos to FMS, and now I want to present videos that belongs to a specific user in a classfied way,that is: videos those are being recordedvideos those have already been recorded, how to do this with FMS? I'm thinking of doing this by storing such information into the database with server side as,using onConnect and onDisconnect,but that's not the most stable way IMO, I don't know whether FMS has a native support for this kind of job...
View 11 Replies
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
Aug 2, 2011
i am wondering how do i block people from downloading my flash videos?is it in the HTML code or a server setting??
View 12 Replies
Aug 31, 2011
As stated above, I wanted to know if I can take a video playlist, say with 4 clips, and have FMIS create a separate file out of the 4 individual clips. Specifically, a user selects 4 (or any number) of clips to create their playlist, then at the end, a 'full length' file is created. If this isn't clear, let me know and I'll try to elaborate.
View 2 Replies
Sep 8, 2011
So I've built a player to play playlists and it uses my own DynamicStream class (not the abobe one). I've ran into an issue with playing the same video multiple times. In this app there will be many occassions when a video may be repeated in the playlist up to 3 times. Here's an example of the problem:
Lets say I have 2 videos in a playlist and they are the exact same video. They both are the low birate version. The fist video dynamically swiches to different bitrates seamlesly as planned. If I fast forward the stream to the begining of the second video it starts playing and if my bandwith is ok it wants to switch to a better bitrate. It swiches but instead of being seemless it plays the second video from the begining again. So, I'm thinking this is where oldStreamName comes in. So I add the oldSteamName and make sure its correct, but the problem with that is if the same video is in playlist more than once then the transition never even happens.
View 5 Replies
Dec 7, 2011
getting started with the FMS Interactive 4.5 In the documentation it says to turn off proxying to apache on port 8134 and use port 80 in order for http dynamic and http live streaming to work properly. Since I changed Apache conf to use port 80 I assume my video root will be under webroot/vod, webroot/dvrcast_origin, etc, right?I don't see the dvrcast_origin or livepkgr folders under the webroot though. Do I just need to copy them under webroot for it work properly?
View 1 Replies
Jan 23, 2012
I need to do stream uploaded videos to only particular group. It should not be forwarded or back warded by viewers. It should be just like telecasting videos in Television.For example, I just uploaded a video (30 mints length). I shared the video to my friends at 5.00 PM and My friend shared the same video to his friends at 5.15 PM. So It should be like playing uploaded video from 5.00PM to 5.30 PM and the same video from 5.15PM to 5.45PM to my friend's friends. It should be like playing(telecasting) one video to many people at different times and Viewers cant forward or backward. Just watch it only once.
View 1 Replies
Feb 22, 2012
the FMS server is streaming videos only when the path doesn't have the flv extension with the video. In case I put the .flv extension, it connects to the RTMP server but doesn't streams the video. How can I make it stream even if the video has .flv extension?
View 2 Replies
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
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
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
May 25, 2011
I'm using envivio 4Caster C4 to encode my videos from a ipstream, and them publish them to my wowza server, and al works fine.Now i'm making some tests with FMS development, in or to use it for live Flash http Dynamic streaming, but my fms server wont accept the connection from envivio.I used your tutorial below, to test it localy on my pc with windows, but when i installed it on my linux (Ubuntu) Server, i could no longer connect to it, neither with the Adobe media Live encoder, neither with Envivio, i allways receive a conection refused message.Do i need to make any special changes to the confugurations used on the tutorial?
View 8 Replies
Feb 24, 2010
I have a virtual directory (Storage Area Network) in 'C' drive as well as in "webroot" folder in Flash Streaming Server. What do I need to do to make RTMP videos work from SAN directory on Flash Streaming Server. It works fine for http. RTMP from vod -> application folder works fine. I have done a lot of research and found out that we can use virtual directories for streaming videos. I am unable to find steps on how to use it..
View 4 Replies
Aug 6, 2010
I want to be able to stream a live video using Flash Media Live Encoder 3 using two options of 300 kbps and 150 kbps.I want to give users a choice of stream quality depending on their available bandwidth to maintain the live feed.I have set it up so that the Bit Rates are 300 and 150 and tick marks on: 1 and 2my FMS URL is correctin the Stream: box I have written: test1;test2The SMIL file has the following:
<smil> <head> <meta base="rtmp://live" /> <body> <switch>
<video src="mp4:test1.f4v" system-bitrate="150000"/>
[code].....
View 3 Replies
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