Media Server :: VOD Using File At Remote Location

Nov 6, 2009

I'm trying for making out application for vod.I want to know how a user can make his file readable by the AMS for vod when file is at different PC and AMS( includes swf and HTMl files) is at different PC.

View 1 Replies


Similar Posts:


Media Server :: CopyTo Function In FMS 4 - Copy A File To A Desired Location

Mar 11, 2011

I was working with FMS 3.5 and using the function 'copyTo()' to copy a file to a desired location. Code: fileObject.copyTo("store/"+name+".flv") store is a virtual directory defined in Application.xml file in the server side and name is a variable that stores the fileName without extension This was working fine with FMS 3 and FMS 3.5. Now, I moved to FMS 4 and noticed that this copyTo() function is not working. In the FMS Admin Console, it throws an error:Error: File operation copyTo failed.

View 10 Replies

Media Server :: 3.5 (Streaming Server) - Change Default Media Location?

Oct 20, 2010

I have FMS 3.5 (Streaming Server) installed, and I am trying to have it render media from locations other than default. Here is my setup.

[Code]...

Basically I am trying to render media specific to different departments (test,test1). So "Department Test" media files are under [E:ContentFMSapplicationsvod est] and "Department Test1" media files are under [E:ContentFMSapplicationsvod est1]

View 1 Replies

Media Server :: Development Server Be Installed On A Remote Server?

Oct 14, 2010

The instructions for installation only cover installation on "localhost".  I'm wondering if I could use the development server for a small scale website depolyment with restricted traffic, from a commercial server, such as goDaddy?And if so, what''s the method?  Do I download the package from Adobe to my local hard drive and install over the network, or copy the package to the server and install it online?

View 1 Replies

Media Server :: RTMFP Connection - Change The NetConnection Url To The Remote FMS Server

Sep 27, 2010

I'm using the RTMFP protocol to publish and play video and audio, but i'm with a little problem. I installed the FMS 4 Development Server in a Windows Server machine located in our local network and it works perfectly. In order to deploy our application, we have a remote server with a fresh install of the Ubuntu 10.04 Server, and the FMS 4 installed in this server. In other server we have the Java and Flex application, which will be used in the client browser.

The problem is that when trying to change the NetConnection url to the remote FMS server, which is the Ubuntu server, the netconnection can't connect to it. When changing to the RTMP protocol it connects, but with the RTMFP don't. I can't find any information in the log files or anything else.

View 9 Replies

Media Server :: Change A Default Media Folder Location?

Apr 5, 2010

I need to change the default location of VOD media files from opt/adobe/fms/applications/vod/media.what I did:1. Created a dir test under default "media" dir2. Placed my f4v files inside "test" dir3. Modified applications.xml as follows:

<Application>
<StreamManager>
<VirtualDirectory>

[code].....

View 3 Replies

Media Server :: String Parsing By Remote Java Server?

Jan 4, 2011

I am writing a game where positions of an object are being exchanged between the two flash clients through a java server. The secnario goes simply like this:
 
PlayerA ---> Server : "Position X + Position Y+
"
Server ---> PlayerB: "Position X + Position Y+


and it works both ways of course.the problem here is that on my computer where i use "localhost" everything is fine and the data is exchanged seamlessly .. when I loaded the server on a remote host the message received strangely turns into something like "Position X + NaN" (i.e. the y position is wrongly parsed by the server), what is weird even more, is that sometimes, the message gets parsed correctly..the server is wrote in java and it is exactly the same source code that works on my machine that fails over the internet

View 1 Replies

Media Server :: Location Of The Server Page Data To Edit?

Aug 3, 2011

What the directory location of the default webpage data when the Adobe Interactive FMS 4 video is installed at?When the page loads it has all of the Adobe products and featurs on the page, I just need to know the location so I can edit it.

View 1 Replies

Media Server :: FMS Looks Dead To Other Lan/remote Machines?

Mar 31, 2010

i set FMS running fine. I have even enabled TCP port forward, not that i need it localy.the thing is, from other machines the FMS wont answer. FME is going

rmtp://192.168.1.100/live/livestream
FMS is in 192.168.1.100 (same machine)

if i go from another lan machine, it simply wont connect.. nor does Access.log relates to anything trying to connect to it. (from other machine, from same machine everything goes smooth)

View 5 Replies

Media Server :: FMS Remote SharedObject Not Always Updated?

Apr 8, 2011

I'm somewhat new to FMS. We're creating a chat application and using s remote SharedObject to keep everyone in sync about who is in the room. But despite the fact that I use the following:

_sharedObject.setProperty("groupList", groupList);_sharedObject.setDirty("groupList"); to force the shared object to update the list of who's in the room, for some reason it does not always update correctly when someone enters the room and adds themselves to the shared object. The problem seems to be that the SyncEvent.SYNC event does not always get sent all the time.

More troubling it that if the user closes the browser window or navigates to another page, NetStatusEvent NetGroup.Neighbor.Disconnect and NetGroup.MulticastStream.UnpublishNotify are not reliable to use to remove user's from the list. My assumption is that remote shared objects are just not that reliable in some cases. Should I use server side scripts to keep track of users and what groups they are in?

View 9 Replies

Media Server :: Publishing Stream To Remote FMS?

Oct 23, 2011

I have followed this link to republish my local stream to other local application instance : [URL]
 
i have used this script code into main.asc and it is working  :
 
// Called when the client publishes
application.onPublish = function(client, myStream) {
trace(myStream.name + " is publishing into application " + application.name);  

[Code].....

View 9 Replies

Media Server :: Remote Access For Streaming From FMS?

Oct 24, 2011

Ive been able to setup FMS 4.5 and stream RTMP videos locally from a webcam stream but if i try to access it remotely i cant get a connection. Ive forwarded port 1935 through to my local IP from my router but still no connection, what do i need to configure on the servers end to tell it that its behind an NAT etc. Do i just add the public ip to the hostname line in the fms.ini, or is there more i need to do too? Do i log into the admin panel and change the server name from localhost to my public IP

View 3 Replies

Media Server :: Pull A Stream From A Remote FMS And Record It In Another FMS

May 14, 2009

I would like to "pull" a stream from a remote FMS to a local FMS and record this stream in the local server.I couldn't find a way to pull this stream, I can only publish/push. As I can not save scripts to the remote FMS I can not push the stream to my local FMS.I was looking into the NetStream class in the FMS and there is no way to play a stream from the remote server.

View 1 Replies

Media Server :: Authentication Accessing Remote Share?

Jan 8, 2010

I'm testing out Adobe Flash Media Server and Wowza Flash Server and am trying to accomplish the following... Web server and Flash server are on different computers... Flash server is configured to stream vod files (.flv) from a remote file share (UNC path) on a separate Windows domain server.
 
I was able to get both servers configured and working.  The final piece is to move both Flash servers to the DMZ segment of our firewall and test from outside our network.  On the DMZ, the Wowza Server is able to connect to the remote file share and stream video as it's apparently leveraging the credentials I entered when I mapped a network drive to the file share and supplied valid domain credentials.  The Adobe Flash Server is not able to connect to the remote file share and stream video because it seems that the connection method that the Adobe Flash Server uses is reliant upon the Adobe Flash Server Windows service account being a domain account... and when the server is on the DMZ it cannot access our domain controllers to authenticate.
 
Does anybody have any experience with this type of situation.?  Or know if there's a way for Adobe Flash Server to leverage drive mapping credentials as opposed to the credentials that it starts the Windows service with?

View 2 Replies

Media Server :: Implement A Remote Applications Folder?

Jul 20, 2010

I've got Flash Media Server 3.5 up and running on a development server and now want to start customizing the install.
 
The first thing I want to do is to move the applications folder to a remote server/NAS. This is a failsafe so that if for some reason the Flash Media Server goes kaput all the flv files aren't wiped as well.
 
Can I configure Flash Media Server so that the applications folder points to a remote network drive (via UNC paths) without causing any permissions problems? How do I do this?

View 5 Replies

Media Server :: Can't RTMP Connect To FMS From Remote Domain

Dec 2, 2011

I cannot connect to an FMS server from a client on a another domain using RTMP
 
Locally running a flash client that uses nc.connect(rtmp://...) to connect - works.
 
But when the client is in another domain I get NetConnection.Connect.Failed in the netconnection onstatus.
 
I've put crossdomain.xml files on my FMS folders that allow access from any domain (*). Also the allowedHTMLdomains.txt and allowedSWFdomains.txt are set to allow any - though it's not just the live application I can't connect to, it's also any other app.
 
There are no firewalls blocking on the server. Port 1935 is available. FMS is set to listen to 1935. The server is accessible with other protocols (http) - but with RTMP it only connects when I try to connect locally, as mentioned.
 
What other reasons or settings can cause the connection to FAIL?
 
The server is FMS 4.5 Developer Edition.

View 1 Replies

Media Server :: Recording Not In Proper Location?

Oct 4, 2010

I'm trying to record an audio/video program and the resulting .flv is in the wrong directory. It always ends up in application/live.  I copied the sample application to application/eTutor and have the following code:

private var rtmpPath:String = "rtmp://x.x.x.x/eTutor"; private var rtmpSession:String = "0_738_0_9_6_6_2012_8_00_00_AM";
...
nc2.addEventListener(NetStatusEvent.NET_STATUS,onFMSNetStatus);  nc2.client =

[Code]......

View 3 Replies

Media Server :: FLV Files Are Not Getting Saved At The Particular Location?

May 16, 2011

FLV files are not getting saved at the particular location mentioned in the application.xml file on FMS. Instead we are getting log in the log folder and instance which is joined to the FMS in the http folder on the FMS. Is their any way to find out why we are not getting saved those files at that location?

View 2 Replies

Media Server :: Connecting To Remote Servers (HTTP GET, POST)?

Mar 1, 2010

I'm running FMS 3.5 on RedHat, and have some server side actionscript that is attempting to perform an HTTP GET on a remote URL, e.g:
 
loadVars.send("http://someurl/");
 
This works on a Windows XP development server, but not on the RedHat deployment server. Are there any configuration options that I need to be aware of in order to allow my application to perform requests such as these (i.e. HTTP requests to remote servers)?

View 1 Replies

Media Server :: Does FMS Enable Remote Shared Object Functionality?

Sep 28, 2011

I need the Remote Shared Object functionality and wonder if Flash Media Streaming Server incorporates this functionality?

View 1 Replies

Media Server :: Fms_adminConsole.htm Remote Login Times Out, Won't Connect

Mar 1, 2012

FlashMediaServer4.5_x64.tar.gz (fms 4.5.1 release) linux instructions followed, success!
 
System Information, logs, etc.. Below.
 
uname -a
Linux poolhdz01.localdomain 3.0.0-16-generic #28-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux 
lsb_release -a
Distributor ID: Ubuntu

[Code].....

Maybe out of this information it will be seen why the http:80 login will not accept my credentials.

View 3 Replies

Media Server :: How To Stream Files From Default Location

Feb 26, 2010

According to flashmediaserver_3.5_config_admin.pdf (FMS 3.5.3), FMS determines the correct directory to use for streams in the following order:
Virtual directory (as specified in <VirtualDirectory>)
Storage directory (as specified in <storageDir>)
Default location (the streams folder in the application directory)

So I created a folder called streams in C:Program FilesAdobeFlash Media Server 3.5applicationsvod. I thought this folder would be the default location for the sample application vod. I did not change any configuration settings for the application vod. Everything was set by the FMS 3.5.3 installer. I copied sample.flv into C:Program FilesAdobeFlash Media Server 3.5applicationsvodstreams and renamed it to sample6.flv.
rtmp://{fms ip}/vod/sample6.flv d
Did not play in the sample video player installed by FMS 3.5.3. Is this a bug or the default location "streams" folder is simply not "default", you have to set it somewhere in XML?

View 6 Replies

Media Server :: FMSS - Move The Vod Folder To Another Location?

Mar 30, 2010

I have my server configured so that the installation is on c:, and the media files are on d:.To begin with I tested the streaming files in the original installation location and this worked.I've have now moved the vod folder - D:applications:, and updated the FMS.ini file to accordingly look for the applications folder on the D: and restarted the server.The Administration console is correctly identifying the VOD and LIVE applications in the new location, but all the streams have stopped working

View 5 Replies

Media Server :: Move Two Figures On The Stage With Remote Shared Object?

Nov 10, 2009

I need to move two figures on the stage with shared object like the "Tutorial shared Object ball" on the adobe website but with more than one figure. All the client must see the figures moving. The figure are a circle (Cerchio) and a square (Quadrato). This is the script:
 
package{  import flash.display.Sprite;  import flash.net.SharedObject;  import flash.events.NetStatusEvent;  import flash.events.SyncEvent;  import flash.net.NetConnection;  import flash.events.MouseEvent;  import

[Code].....

View 1 Replies

Media Server :: Stream Priorities - Live Audio And Video / Remote Objects

Jul 14, 2010

I currently have two connections with two separate streams. They both hit the same fms 3.5 server. One connection transfers live audio and video. The other one is used for remote objects. Sometimes when viewing the audio and video stream with a slower internet connection, the stream for the shared objects disconnects. I think it is a bandwidth issue. Is there any way to set the priority of the streams? I think this should allow me to set a higher priority for the shared object connection so it won't disconnect.

View 3 Replies

Media Server :: Streaming Videos From Virtual Location On Flash Streaming Server

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

Media Server :: Write Remote Shared Object Sequentially When Multiple Users Are Connected?

Mar 31, 2010

I am using FMS3 and Flash CS3 (actionscript2) in a Flash based whiteboard application. Multiple users can join this whiteboard. I want to save chat text and drawing in same sequence as live time. I am using persistant remote shared object to save these data. But when i try to replay these data its not showing in same squence as live . I am generating unique slot for chat and drawing but still same error occuring.

View 8 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

ActionScript 3.0 :: URLRequest To PHP File On Remote Server

Oct 22, 2009

I would like to do a URLRequest to a PHP file which contains xml, and the PHP file will be living on a seperate server from my flash file. I understand there are security issues in this sort of thing. figure out how to make this work?

View 2 Replies

Flex :: Load Css File From Remote Server?

Feb 1, 2011

In Flex 4 i want to load css file from remote server at runtime it's possible?

View 1 Replies







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