ActionScript 3.0 :: Creating A TSL/SSL Connection To A Server?
May 17, 2011
Is it posible to create a TSL/SSL socket connection to a server with as3, webapp, I found SecureSocket but it seems like it is only for Air, and is not in the flex 4.5 sdk?
Then NetConnection has it, but can you use it with a server that we have created our self? I think I read that if we use flashremoting, we can?
We are using As3Crypto but there is a lot of overhead on using this, as it is not native code.
View 1 Replies
Similar Posts:
Sep 23, 2009
I'm trying to create a flash mmorpg and I don't know what would be the best way of creating a connection that would handle the movement of people.I was thinking of saving the data on the mySQL server but I don't think that that would be the best way of doing this.
View 1 Replies
Mar 16, 2010
we have a two way webcam + mic connection set up using FMIS. we use to add a function that kills the connection?
View 2 Replies
Aug 19, 2010
I'm attempting to make it so that when a person fails to fill in blank textboxes in another app that someone else made and I have nothing to do with but affects the XML node Path, my flash file will look instead at DefaultPath if it can't load whatever is in Path..
Here is the sample XML
Code:
<abatch>
<Title>Title!</Title>
<Path>/content/main/broken/path</Path>
[code]....
Is the code I've been trying to use but it won't do what I want. I keep getting this error:
VideoError: 1000: Unable to make connection to server or to find FLV on server
The XML is being properly loaded. Everything else is working. I just need to know that when something is blank it will look at the DefaultPath. I don't seem to be able to get it to do that.
View 4 Replies
Jun 15, 2007
I've spent a lot of time in the past couple of weeks learning Flash. I developed a Flash (swf) file that plays a Flash video (flv) with cue points. It all works very nicely locally, but when I put it on the server and try to access the html file, the Flash control is white (nothing visible) and a popup error message comes up with this error.I've looked all over the web (including non-English sites), tried playing with all the Publish settings I could think of (version check, local/network access, omit trace, enable debugging) and tried adding error handling code to the swf file itself. I've also tried changing the path for the flv file to be relative, absolute and somewhere in between, but nothing works.Does anybody know what can cause this error?
VideoError: 1000: Unable to make connection to server or to find FLV on server
at fl.video::VideoPlayer/play()
at fl.video::FLVPlayback/http://www.adobe.com/2007/flash/flvplayback
[code]....
View 10 Replies
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
Jul 21, 2011
I managed to make a local streaming (connection) to the server,by seting the FME at rtmp://localhost(or my IP)/live.But now i want to make a non local streaming.
View 2 Replies
Jan 5, 2012
Looking through our windows event viewer application logs, I've noticed alot of these warning listed. What would cause they messages to generated? Anything to be concerned about? It seems they're all created in between live event streams - after a live stream has stopped published and before the next live event stream begins, about a 20 minute break.
[Code]...
View 3 Replies
Sep 29, 2009
i have coded my first xml gallery, it loads jpgs and swf files.the swf files have each a video component on stage that controls the related FLV file.Testing the gallery locally I had no problem at all, but when uploaded to the server the jpgs works fine while the swf files (containing the videos) keep trhowing this error:
VideoError: 1000: Unable to make connection to server or to find FLV on server
at fl.video::VideoPlayer/stop()
at fl.video::FLVPlayback/stop()[code]....
View 3 Replies
Feb 15, 2012
I want to restrict unauthorised edge servers connecting to my core server . How do i do it?
View 1 Replies
Nov 5, 2011
I Need to Broadcast 20,000 to 40,000 Live Streams.! (Bitrate : 128Kbps / Viewers Per Stream Apprx-10 Server : Adobe FMS Server Amazon EC2 Instance - Bandwidth Apprx 100mbps)My Question is1. How Many Concurrent connections Possible for one Adobe FMS Server? (Amazon EC2 Instance)2. is this possible to use RTMFP for this process? (20,000 Connections Via Amazon Adobe FMS Server EC2 Instance )3. if Possible Over RTMFP then How Many Developer Keys Need for this Operation. (or) Pricing Details for the Developer Key. (or) Any Separate Key[s] Available For Amazon EC2 Instance?
View 1 Replies
Jan 24, 2011
All I can find is this discussion but there is no answer to my case.Our company is developing an application, which connects to https server when a client is joining/leaving the server. Here is a part of main.asc file:
application.onConnect = function(client, meetingId, mettingAttendeeId){
if(mettingAttendeeId){
trace('User client : "'+this.name+'" connected');
[code].....
View 2 Replies
Mar 4, 2011
When I connect from FMLE to FMSS server I see warning in /var/log/messages.
Oct 23 18:44:56 post Javascript[1951]: Connection rejected by server. Reason : [ AccessManager.Reject ] : [ code=403 need auth; authmod=adobe ] :
Oct 23 18:44:56 post Javascript[1951]: Connection rejected by server. Reason : [ AccessManager.Reject ] : [ authmod=adobe ] : ?reason=needauth&user=administrator&salt=WT9Vaw==&challenge=6JSMIg==& opaque=6JSMIg==
Everything works fine. Should I be concerned about this message?
FMLE is win XP SP3 versin 3.2
FMSS is Linux RH6 version 4.0
View 4 Replies
Mar 27, 2010
I would like to know the number of connection allowed in the free developer ediiton of Flash Media Server.
View 4 Replies
Aug 23, 2010
I have Flash Media Streaming Server 3.5 (not Interactive) running on RHEL5.5 x86_64 Linux.All is working well, however how do I prevent unauthorized access to connecting to the live stream and streaming content?How can I setup the server to require a user and password to stream live media to the server?I am new to this product and I have been reading some documentation but I have not found a clear cut answer on how to force a username and password to connect to the server to stream live content only.I am using the Adobe FMS Apache install, what files need changing?[code]I want to lock down a person from connecting to the server on the public internet and starting a live stream?Can this be done with a user name and password?
View 13 Replies
Oct 13, 2010
Our flash media server stops taking connection sometime. Any one have any idea about sophos antivirus?
View 8 Replies
Oct 21, 2010
We have one application in which we are using flash media server 2.0.5. We dont know why it's stop taking connection occasionally at that time we can't enter into the managment console. We get a white screen. When we try to enter user name and password it's does not accpet the credentials. We are not getting anything in the log.Port number 1935 and 1111 of the particular system where FMS has placed are working fine.
View 7 Replies
Jan 31, 2011
First,i am in project for creating some website with streaming video.The connection to the host is bad and i need to know if Flash media server can reconnect if connection is lost during playback and second,is there some kind of plugin for subtitles,this is very important,If there is a positive answers on those two questions,the third would be "where can i buy it and how"?
View 3 Replies
Oct 26, 2010
i have the following code ]
[Code]...
but no connection established what is the reason behind not know help required and one more thing XAMPP is installed in D: drive.
View 1 Replies
Jan 11, 2010
We have two servers - one stores the media files and runs FMS. The other creates dynamic webpages. I have edited the 'dynamic stream' SMIL example on the media server, to include a full URL:
[code]...
If I open the standard FMS index page, the 'dynamic stream' example works fine. However, if I copy that code over to a page on my webpage server (linking back to the media server of course), I get a 'connection error'. The weird part though is that if I limit the 'switches' in the SMIL file to just one video, it works again, eg:
[code]...
It makes no difference which file I choose, as long as there is just one.I am using the same video player that all the examples use (FMS 3.5), so my thought is that something in that player is causing a cross domain security exception when it has more than one stream to choose from. I tried disabling the firewall, so it's not that, and I updated server.xml to point to a custom crossdomain.xml file:
<?xml version="1.0"?><!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"><cross-domain-policy><allow-access-from domain="*.mywebpageserver.com" /></cross-domain-policy>
But that doesn't seem to have had any effect.
View 13 Replies
Feb 27, 2011
i'm here because i'm discovering FMS right now and i'm starting to ask myself question I'm thinking about create a Web-TV :I want to stream video with a playlist playing server/side, and sometimes live video with a camera.i will not be the developper, i want to hire someone but what about the price.I'm aiming to have like 50000/100k visitor by month, i'm considering buyin Flash Media Interactive Server Licence, but what type of server i need for this kind of traffic, i'm not a professional, i will hire a agency or someone, but i need information first, to be aware about what its going on.What range of price should i expected ? FMS is a good choice for this type of web-tv ?
View 2 Replies
Oct 18, 2011
I have established Flash Media Server 4.5 on the house computer with win7 a router wasn't present, the cord goes on a straight line to the computer, at me allocated IP. I want that it was possible to address to the server from the Internet. At first video was started only on a local computer, then after change resolved ип in "adaptor.xml" the starting page of the server has started to open with other computers and examples work, video plays. But to incorporate on "rtmfp" leaves only from that computer on which there is a server (under the test on http://cc.rtmfp.net/all green points and one more too with all green points) leaves that computers can incorporate to the server on "rtmp" as the example of the server with video translation works well, but on "rtmfp" connects only those at whom green points.
View 2 Replies
Jun 13, 2011
How to use TCP/IP connection to server from flash?I use ActionScript 3 and Flash CS4.I want to put module on site, which connects to server and get fresh info from it.
View 2 Replies
Aug 14, 2009
I have multiple applications, and need to set different connection limits for each of them - e.g., 10, 35, etc.I'm only concerned with limiting RTMP connections, and not using Apache or http streaming.
View 3 Replies
Jan 27, 2010
I want to know how to configure FMS such that it works well with clients connecting via wireless connection.. Through an access point or sth.
View 7 Replies
Feb 23, 2010
I am new on FMS , and working on fms2.0 samples. I try to run video conferance sample. I can use that sample on my computer.(when i create folder in ...fms3.5applications it works). but i want to use another FMS server. to do that i changed code in samples.and i use settings.xml.[code]it tooks connection variable from xml file.url...it works only on a computer which fms server installed.
View 4 Replies
Oct 2, 2010
I want to get information about: How many FMS connections are there in total?How many connections to a specific stream are there in total?How many online FMS user are there?
View 1 Replies
Dec 1, 2009
Is it possible to connect to a SSH server through a Telnet connection?I am trying to connect to an SSH server from Flash, but there is no OpenSSH implementation available in ActionScript. I can successfully connect to a Telnet server and execute commands.
I am not able to make any changes on the machine with the SSH server. The machine I am connecting with is running Windows XP SP3. I am willing to get whatever software for the Windows machine that is necessary.
View 6 Replies
May 5, 2011
I am working on a project using flex/java/blazeds. This worked fine on local host however now that i have uploaded to a tomcat server(online), after having an error with the service uri, this error has now seemingly been solved, yet I am receiving another error which is as follows:
[Code]...
View 1 Replies
Dec 3, 2010
I have a frame that has a movie embedded in and a main menu button.I have several in the presentation that work fine.This one will not.Is there something that will keep a button on the stage from working when movie clip is present.My movie has the following error:The video player is in the connection error state.It enters this state when a video stream attempted to load but was unsuccessful. There are two possible reasons for the error: no connection to the server or the stream was not found.It plays fine on the stage. My button code is:
menu_btn.addEventListener(MouseEvent.CLICK, main1);
function main1(event:MouseEvent):void
{
gotoAndStop(51);
}
View 1 Replies