Media Server :: Deploying Edge And Origin Server?

Dec 21, 2010

I have setup an Origin and Edge server to offload live and VOD content.  However, my end-users are pointing explicitly at the Edge server.  Is there any way to configure the setup so the Edge server (proxy)is transparent and the end-users only know about the Origin server?I am trying to configure video split streaming with FMS.

View 1 Replies


Similar Posts:


Media Server :: Edge / Origin Server Configurations

May 27, 2011

I've been trying now for few days to configure an Edge server that would connect to our working Origin server. I have not changed anything on the Origin server and media are served properly I can easily play all media from the videoPlayer.html sample app distributed with the server.

[Code]...

View 3 Replies

Media Server :: Edge/Origin Clustering?

Feb 1, 2010

I am having a multi user application running in FMS. I need to cluster them using Edge/Origin with Origin failover.I went thru, http:[url]......My questions are,1) which software load balancer can I use? Is there possiblitiy of configuring the fms server to be reverse proxy.http:[url].... in the below link its mentioned that we can configure edges in 4 ways.Client auto discovery proxyServer auto discover (reverse proxy)Explicit URIImplicit URI (recommended)what configs do I need to do.I was successfut only Explicit URI way by configuring the Vhost.xml. How would I do for others?

View 1 Replies

Media Server :: RTMPE Between Edge And Origin?

Jul 15, 2011

I would like to know when this feature will be available. As well as rtmpe between FMLE and Origin.

View 1 Replies

Media Server :: HDS VOD With Origin/Edge Setup?

Jan 29, 2012

Is it possible to use origin/edge setup when streaming using HDS ? I have succesfully tested using RTMP but when I try the HDS string - get error "we are having problems with playback". I can view the stream directly if I connect to the origin server. I have 1x origin server and 1x edge server.

View 2 Replies

Media Server :: Clustering Origin / Edge Docs

Aug 15, 2010

where can I find step by step guide for clustering FMS? url...but ,  it is not clear what exactly to do , it just says like :Install and configure the first Flash Media Server.Use the same serial number and license file each time you install Flash Media Server.NOTE A special cluster license file is required. For more information, contact your Macromedia representative.Confirm that this Flash Media Server instance is working correctly.Configure the Flash Media Server instance as an origin server.Install and configure the next Flash Media Server in the cluster.Configure this Flash Media Server instance as an edge server.Make sure this edge server points to the origin server.Repeat steps 5 through 7 for each edge server that your license file allows. ".

View 3 Replies

Media Server :: Edge Origin On Live Applications

Sep 22, 2010

I just came accross edge origin configuration. I was wondering if this would be good if I use Edge-Origin configuration on live applications, like live Video Chat or sharing a drawing board. I understand that they will be useful in case of failures of edges. But unlike 'videos on demand' applications like streaming, edges will help since the edges will cache them. So for a live application, apart from failover any other advantages of having Edge-Origin setup?

View 3 Replies

Media Server :: Origin - Edge Limitation On VOD But Not On LIVE

Feb 23, 2012

we have an origin server where video materials are stored and one edge where clients are conected to.

If i allow clients to connect directly to core server it can go easily to 1000 users without any problems. If the clients connects to edge after 100 users the player will start buffering the video every few seconds.

On the other hand if i connect a FMLE to core ( same video bitrate as materials already encoded ) clients can connect to edge and there is no problem
( tested with 1000 users ) and no buffering issues appeared.

There is no IO wait problem on core, edge is configured not to use any cache. There is no connectivity isssue between master and edge.

Both origin and edge are 4.0.3.

View 7 Replies

Media Server :: Stream Play And Origin Edge Setup

Apr 28, 2010

I'm stuck trying to get a Stream.play() call on a recorded video file (.flv) to translate from origin to edge servers. Don't even know if it's possible. If I call Stream.play() on a server, and connect a viewer directly to that server, the viewer sees the stream play. If I call Stream.play() on an origin server and connect a viewer to edge servers the stream does not play.

Is it possible to configure in any way that the play() call would propagate to edge servers? According to FMS 3.5 docs on the Stream class, the following is the case:
"When you call Stream.play()on the server, the server becomes the publisher."
See [URL].

If that server becomes a publisher and lets say it was an origin server on a CDN, shouldn't the other machines in the configuration receive the published stream? Somehow when you publish a live stream to an origin server it makes its way to edge servers. Is this analogy not relevant to the scenario wherein you call Stream.play() on a recorded file?

View 4 Replies

Media Server :: Built-in LoadBalancer For Origin/Edge Servers

Jun 10, 2011

We are currently deciding what to use: Wowza(not so much, since they are undergoing the lawsuit) or Adobe Flash Media Server. The problem is that I couldn't find any information on how to configure the loadbalancer using FMS. I tested with Wowza and they use built-in loadbalancer but not so for FMS. Forgot to mention that we need it mostly for live events using RTMP protocol. My current configuration has 1 origin server + 2 edge servers(trial developers edition). I can manage to play livestream from the edge--origin servers using egde url. How can I configure the edge server so that when I connect to the origin server it redirects me to the least loaded edge server?
 
I tried to set up the connection limit for the origin server for 2 connections(one for the fmle, one for edge) and connect with 5-10 clients but my origin server didn't redirect the stream to the edge.

View 1 Replies

Media Server :: HTTP Based Origin / Edge Configuration?

Dec 13, 2011

Is it possible that support origin/edge configuration with http-based in FMS? If so, how do I configuration for that?

View 2 Replies

Connect One Edge To Multiple Origin In Flash Media Server?

Mar 20, 2012

Is there a way to do this?One edge to connect to  two or more origin.

View 4 Replies

Flash :: Media Server - Automatically Configure Edge From The Admin Console Of Media Interactive Server?

Jan 17, 2010

How can we automatically configure edge from the admin console of flash media interactive server?

View 1 Replies

Media Server :: Fail To Connect Origin Server Through NAT

Apr 11, 2010

i have install a delveopment origin server for FMS testing, it can success steam VOD through internal ip, then we move on to test external ip steaming, but if fail to connect through external ip address, our firewall is using NAT mapping for the ip address, we have enable port 80 & 1935, did we need to change to edge server? i have try to change the vhost setting, but once i change the setting, internal & external will fail to conenct it, i have modfiled these setting in default vhost.xml, did any thing i need to change it? <Mode>remote</Mode> <Anonymous>false</Anonymous> <LocalAddress>all</LocalAddress>

View 1 Replies

Media Server :: Adding Edge Servers To A Live FMS Server?

Nov 26, 2009

Does anyone know if this is possible  I have an FMS server in our production enviroment that contains multiple vHosts, at the moment I have one edge server setup for each host based on the comment at the bottom of this entry:[URL]

View 1 Replies

Media Server :: Only Allowing RTMPE Connections To An Edge Server

Jul 8, 2011

I have a setup where I have some edge servers (as in <Mode>remote</Mode>) that pull content from an origin server. I only want to allow RTMPE connections to the edge server. I'm trying to do this by using the <DisallowedProtocols> element on the origin server. I'm setting: <DisallowedProtocols>rtmp,rtmps,rtmpt</DisallowedProtocols>

in the relevant Vhost.xml on the origin server. However, when I do that, proxying through the edge server stops working. I get a "Connection attempt rejected by FMS server [ Server.Reject ] : Connection failed." from OSMFPlayer (which I'm using for testing) and these lines show up on the origin server's core.00.log file:

[Code]...

View 2 Replies

Media Server :: Restrict An Edge Connection To Core Server?

Feb 15, 2012

I want to restrict unauthorised edge servers connecting to my core server . How do i do it?

View 1 Replies

Media Server :: Setting Up Flash - If I Setup Another Channel Pointing To The Other Edge Server Ip Adresss It Doesnt Work?

Sep 24, 2011

i have a orgin server and 2 edge servers and a load balancer

first off im confused in each edge server i set them to be remote, rtmp and changed the routeentry to  <RouteEntry>*:*;96.44.***.***:1935</RouteEntry> on both servers
 
orgin server is just local
 
what my question is im streaming to orgin and its getting sent to 1 edge and other edge is doing nothing no traffic the stream i set it this way url:

'rtmp://173.254.***.***/live/live_test',

which is the 1 edge thats working if i setup another channel pointing to the other edge server ip adresss it doesnt work.. what am i doing wrong isnt all this supposed to be load balanced or am i missing steps...or did i do it wrong on the flash player config.

View 10 Replies

Media Server :: Deploying Into A Video Management System?

Jun 29, 2009

Flash Interactive Media Server seems to be an amazing product, but is it all just hype?I see plenty of tutorials and scenarios on how to grab the video from a flash player and stream it.But would I would like to see are content management systems that tie into fms.

View 4 Replies

Media Server :: Configure A Back-up Origin?

Apr 14, 2010

Flash Media Interactive Server 3.5We currently have an Edge/Origin configuration. We have another Origin Server to be used for fail-over. How do you setup a back-up Origin Server?

View 4 Replies

Media Server :: VOD Is Stopping Whenever Origin Restarts

Jun 10, 2010

<running environment>
-windows 2003 server
-using linux based load balancer(two origin only FMIS)
-FMIS 3.5.3
-default settings of all XML, CONF
-origin only and 2 servers
-providing live and vod services(vod files are placed in NAS storage and FMLE is feeding live video)
-only alphabet charater file name (no * , no _, no other special character)  of VOD files
-nomally 300 VOD clients and 200 LIVE clients are connected on live time.
-changed HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters MaxUserPort created and set value 65535 in registry)

[Code]....

View 5 Replies

Media Server :: FMS Origin-Only Clustering Setup

Nov 9, 2010

I was successfully able to setup FMS edge-origin cluster but Origin-only clustering is the one we wanted for our live applications. The only place I found was 'Large Scale Deployment with FMIS'. I guess for Origin Only Clustering, we need to have our own caching system. What does get cached in a Live AV Chat? How do I propagate it to other Origins? What kind of plugins would I need for cache managing? What should the plugin do?

In the attached Origin Only Architecture, what does the Primary Origin do and Secondary Origin do? I thought Origin is the place where the application is actually running and Edges do proxy. Is it the same here in Origin-only clustering also? Are there any tools which can measure the lag in AV? (like performance measuring tools or load testing tools for FMS). What kind of software Load Balancer can we use for FMS clustering? (Like Nginx, Zeus or something?)

View 8 Replies

Media Server :: Clustering Origin For Each Application

Nov 15, 2010

I have an FMS Clustered in Edge-Origin configuration. Can I have different Origins for different applications but the same edges?.I have multiple edges forwarding the requests to the Origins based on the application name?[code]And if its possible, can someone advice the advantageous of having different Origins for different Applications?

View 6 Replies

Media Server :: Do An In-place Upgrade From 3.5.2 To 3.5.3 On Origin Servers - Recommended Precedure?

Apr 20, 2010

I need to do an in-place upgrade from 3.5.2 to 3.5.3 on my origin servers. Is there a recommended precedure to acheive this? I want to have the minimum downtime possible. CentOS, x64. I think something along the lines of :

[Code]...

View 1 Replies

Media Server :: FMS 4.5 Edge On H264 Recorded Streams?

Jan 4, 2012

We have 2 FMS 4.5 servers, one working as origin one as edge we are running our custom DVR application on Origin server, wich records streams. Clients are connecting to edge server and they can watch live or rewind back and watch recorded stream, the problem is after too many clients are connecting to edge server the rewind option becomes unstable, form our investigation we determined that rewind working bad only on that parts of file wich is not cached on edge server yet (caching is working fine when there are not too much clients).
 
We have currently upgraded from FLV Streams to H264, FLV was much stable and was able to handle much more connections.

View 3 Replies

Media Server :: Flash Media Streaming Server And Interactive Server?

Jul 17, 2010

I'm building a video conferencing applicaition for a portal. But now when considering which version of flash media server to buy, I run into some problem. So can anyone helps me about comparing this two versions: Flash Media Streaming Server and Flash Media Interactive server, like if I use Flash Media Streaming Server, some function like NetStream.pause() may not work or something like that? I'm not sure if this is a foolish question but please let me know.

View 3 Replies

Media Server :: Streaming Server Returned A 500 Internal Server Error

Nov 13, 2009

The company I work for installed FMS on a server running Centos for a customer who needed streaming media capabilities. It worked fine for 3 months until today the customer called us and informed us that their client program can no longer connect to the streaming media server. No one has done anything to the server to cause this to happen. When attempting to access the admin console to diagnose the program, the streaming server returned a 500 Internal Server Error. So I tried another page. Same result. Reboots of both the hardware server and the FMS have changed nothing.

View 5 Replies

Media Server :: Swf Hosted On One Server Connect To Live Stream From Another Server?

Apr 28, 2010

One server - is streaming server with Flash Media Interactive Server 3.5that host the application with asc files in FMS application directory.Second server - is the IIS web server that host thehtml,aspx,swf etc.. files.So basically i heve swf file on one server that have to connect to live streaming via rtmp on different server with different ip address.I did not find any clear explanation on this crossdomain rmtp issue.ys only HTTP can use crossdomain.xml policy filebut not rmtp.So what policy security procedure need to be done in order to enableswf file hosted on one server to connect and show rmtp live cam broadcasting from another server?

View 2 Replies

Flex - Deploying To A Server And Remote Debugging With FlashDevelop?

Apr 9, 2011

Is there any way to automatically deploy to a server after I build a flex app, and then debug using the remote url ?

This is totally possible in FlashBuilder, but I am highly hoping that it can be done in FD as well.

View 1 Replies

Media Server :: Can Adobe Flash Media Streaming Server 3.5 Run On AMD Athlon Dual Sock Quad Core?

Nov 10, 2009

Can Adobe Flash Media Streaming Server 3.5 run on AMD Athlon Dual Sock Quad Core?I just requested a Dell server to be added to our farm to run as a Media Server and to my surprise, while reading the requirements for FMS it states the following: 3.2GHz Intel® Pentium® 4 processor (dual Intel Xeon® or faster recommended)

View 2 Replies







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