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


Similar Posts:


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 :: 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

Media Server :: Why Server Side Shared Object Doesn't Work

Mar 29, 2011

application.onPublish = function (client, p_stream){  var myInfo = SharedObject.get(p_stream.name);   myInfo.setProperty("live", true);

I set the sharedobject using code above,now I can publish video,but so is not set(from admin console, "shared object" tab).

View 3 Replies

Media Server :: Shared Object Takes Lot Of Time To Connect

Mar 6, 2012

One strange thing happened at application, connection to the fms server takes few milliseconds but shared object takes few second (more then 20) to connect.

View 2 Replies

Media Server :: Make Text Chat Application Using Shared Object?

Jan 21, 2010

I'm trying to make text chat application using shared object. I'm using api Shared.getRemote("so",m_nc,true); to make the data persistent. It makes the file with extension fso. I want to save the chat history in notepad for further reference, and also load that data as per requirement.

View 1 Replies

Flash :: IDE - Media Server - Get Multiple Users To Control One Shared Object

Nov 19, 2009

i am trying to develop a multiplayer game using the flash media server. Currently i can get multiple users to control one shared object but i need to have 2 users controlling seperate shared objects on the same stage.

[Code]...

View 1 Replies

Media Server :: Main.asc TypeError Trying To Set A Shared Object Property In Application.onConnect?

Sep 30, 2009

Basically trying to update a "userlist" shared object everytime someone connects.Administration console live log reads:"Sending error message: ...main.asc: line 12: TypeError: this.usersSO has no properties"

I'm connected ok.  Here's the server code  Doesn't like "usersSO.setProperty()" call:
application.onAppStart = function(){ this.uniqueID=1; this.users = new Object();  this.usersSo = SharedObject.get("userlist", false); }

[code].....

View 2 Replies

ActionScript 3.0 :: Acces Remote Shared Object From Other Class

Oct 29, 2009

How to acces remote shared object from other class?

I have

package {
import flash.net.*;
import flash.display.*;
public class Main extends Sprite {

[Code].....

I would like to add some data or modify shared object. How can I acces _sharedBoardObject from another class? Or maybe I need to connect to "sharedBoard02" directly?

View 0 Replies

Media Server :: LCCS Functionality With Flash Media Server 4

Nov 4, 2010

I'm now using the LCCS account in my application to create p2p audio/video connections and screen sharing. Audio/video streaming is working well. However screen sharing uses RTMP protocol which means that all the data goes through the server. Due to network speed (and big distance from user1 -> LCCS server -> user2) screen sharing isn't very enjoyable and efficient because of delays. Now I wonder how to implement my own Flash Server, that users can authenticate to, publish p2p streams, and share their screens via my private server. I Assume that I need Flash Media Server 4 Enterprise (Am I wrong? Maybe some lower version applies), but what next. I completely don't know how to bite it. How to implement connecting/ authenticating/ routing/making connections to my own server?

View 3 Replies

Media Server :: RTMP Based HTTP DVR Functionality And HLS Based IOS Functionality?

Jan 20, 2012

I want to use RTMP based HTTP DVR functionality and HLS based IOS functionality, So I need to know how to MPP from my existing DVR app to the livepkgr app so that the stream being recorded at the DVR app can be used by the Flash and Stream MPP over to livepkgr app and can be used by the IOS HLS.

View 1 Replies

Media Server :: Do I Have To Enable Anything In IIS

Jun 3, 2010

I'm trying out FMS on Windows Vista.I've got it successfully installed.I am trying to get the simple HelloWorld application to work (described at url...Is that the wrong URL?Do I have to enable anything in IIS? To eliminate the possibility of coding error, I've cut and pasted the code directly from files from C:Program FilesAdobeFlash Media Server 3.5 documentation samplesHelloWorld.The "HelloWorld" application shows in the "Applications" tab of the Admin console.

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

Actionscript 3 :: Developing Chatroom In Flex / Red5 / Remote Shared Object Based UserList / Serverside?

Mar 29, 2010

We are going to develop a simple chatroom in flex using Red5.Should we store UserList in a Remote Shared Object or Server Side List?Are there any example exit on Red5 or FMS , which uses Server Side programming and Remote Shared Objects? Red5 examples are not documented at all.

View 2 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 :: 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 :: Medium-load Chat Server Using Shared Objects Segfaults Every Few Hours?

Aug 25, 2009

Medium-load chat server using Shared Objects segfaults every few hours. Runtime size has been increased to 30MB (this saves it from crashing every 10 minutes). I have the core dump but don't understand what it means.

View 9 Replies

Media Server :: How To Install All The FMS 4.5 Functionality

Sep 24, 2011

I attempted to Install FMS 4.5 with all its modules by installing apache seperately from the FMS installer on Linux However the installation notes do not specify how or where to get the information on how to install all the FMS 4.5 functionality such as HLS to Apple/IOS. But this is the part that messes me up if I install YOUR version of apache then it is supported. Now correct me if I'm wrong because this was the case the last time I tried to install your version of apache. Last time I installed your bundled version of apache and then attempted to install PHP for apache with the modules GD,php_mysql and it didn't work. I attempted to make it work for days. So please tell me how do I install PHP,PHP_GD and PHP_MySql on your bundled version of apache? Also How do I install FMS 4.5 including HLS for Apache on Linux/ Windows that is not bundled or for Microsoft IIS ?

View 13 Replies

Media Server :: How To Enable P2p For Live Broadcast

Dec 17, 2010

I've successfully set up a media server and a live broadcast today. I embedded the swf file into my website and my friends are able to see my broadcast. But my broadcast is only 10M. And the streaming bit rate is 1700. So once the audience is bigger than 6, the broadcast starts to slow down. I've seen on the website that peer-based networking technology can significantly reduce the bandwidth for a single stream, so that the audience can be expanded. Is there any tutorial describing how to implement this? BTW, is there any free VOD/LIVE template available on the net? I would like to encorporate a vod system on my website.

View 1 Replies

Media Server :: Enable To Save Video Through IE?

Jan 25, 2011

We are in strange situation. We are enable to save flv file through FMS using IE but when we are trying it through mozilla flv are getting saved into the specified location in FMS.We dont know whats the reason behind this. Earlier the same functionality works fine. But now we have install one more server(Red 5) on the same system on port 1935 and we move FMS on 1936 after this we are facing this issue.

View 5 Replies

Media Server :: Used Integrate Video Conferencing Functionality Into A 3rd Party Sites?

Aug 23, 2009

I'm building a website that will allow 2 different users to meet in a secure, private video conference. Wondering if our develpoers can use the Flash Media Server to integrate this functionality into our site? Here are requirements that we need to support:Scheduled video conferences:* User1 an click "start video session" link and are put into a video conference room* If someone who is not the user1 or user2 clicks link, throw "You don't have access to this chat" error

View 2 Replies

Media Server :: Video Chat - Volume Controller Functionality Disabled

Apr 6, 2010

I am making a video chat application. When I start the application it running fine but after some time like 30-45 it creating some problem, like I have a volume controller in it, after some time when I use that volume controller for setting volume it is not doing changes in volume. But at initial stage all the functionality worked fine.

View 1 Replies

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

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







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