Media Server :: Connection Error Only While Connected Through Wireless?

Oct 12, 2009

I'm running FMIS and I'm getting a connection error in my video player while connected to a wireless network. Works like a charm when I have a hardwire connection.
 
Is it just because I'm on a terribly slow network? are there some firewall settings on the network that need to be opened for rtmp streaming?

View 1 Replies


Similar Posts:


Media Server :: How To Configure Wireless Connection

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

Media Server :: Getting A Connection Error?

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

Media Server :: Getting Connection Error With Rtmp On Other Computers

Aug 27, 2010

I have FMS 3.5 installed on a Windows 2003 server, service pack 2. I access the server via remote desktop on my computer and when I use the Sample Video Player, I can get the sample rtmp videos working on the server and also on my own personal computer, but when I try and play the samples in the video player on any other computer, I get a Connection Error. I've verified the ports are all working. I've also checked the admin console and when I connect with both the server and my own computer I get 2 connections. When I try from an outside computer, no connection is shown. So it's not even getting to FMS to even register. What else might I be missing?

View 1 Replies

Media Server :: Streaming Loaded Video - Connection Error

Mar 10, 2010

I have installed a FMS to a CentOS server. I created an application here but I cannot connect to it raising a "Connection Error". I tried testing it by streaming some videos on the samples on vod. I used the "../samples/videoPlayer/videoplayer.htm" which is locally found on my computer that was included when I installed a FMS too on my local computer (Windows). When I try to load a video from my computer's FMS samples it usually works. I used the following Stream URL here:
rtmp://[MY-IP]/vod/sample.flv

But when I try to load a sample vido from the server I still get "Connection Error". I used the following URL
rtmp://[server-ip]/vod/media/mp4:sample.f4v
The file is located at /applications/vod/media/ which is as far as I know, the vod is the application's name and media is an instance name. Is there a sample working Stream URL on the internet that I can use to test?

View 41 Replies

Media Server :: Connection Error When Trying To Serve Video Over HTTP

Jun 3, 2010

I just installed Flash Media Server 3.5 and was trying to verify my installation. When I try to 'Verify progressive download over HTTP' as given in [URL] i am able to 'View a sample video' on start screen but when i try 'View your own video' i get this message on the player "Connection Error. Please press Play to try again."

View 10 Replies

ActionScript 3.0 :: Flash : Local Connection Gives Error #2082: Connect Failed Because The Object Is Already Connected?

Apr 2, 2010

I am trying to connect to FBJS bridge. It keeps giving me the following error.When I'm opening only one connection and I do not have any other window open.

ArgumentError: Error #2082: Connect failed because the object is already connected.at flash.net::LocalConnection/connect()at BabyVille()[C:Documents and SettingsuserDesktopabyvilleflashMain ProjectsrcBabyVille.as:56]This is my code :

public class fbjsTest extends Sprite[code]....

View 5 Replies

Media Server :: 'Connection Error' Sample RTMP Video Used To Work, Now No Longer Works?

Sep 12, 2010

I had FMS 3.5 developer package installed on my server installed about a month ago. I used to be able to go to the /webroot/ page to see the sample RTMP video play and it worked great. Today, I go to view that page and find that it no longer plays. I get "Connection Error. Please preee Play to try again."

Pressing the play button does nothing, so I click the RTMP thumbnail and it reloads ony to give me that same error again. I can click the HTTP thumbnail and see the video play just fine. But, I want RTMP and after over an hour on the phone with my managed hosting tech, we can't find anything wrong.

Here's the thing: I haven't done anything, I have not changed anything, I have not manipulated the server software whatsoever. It just stopped working and gives me "Connection Error."

[Code]...

View 6 Replies

ActionScript 3.0 :: Xmlsocket With Wireless Connection?

Jan 19, 2009

i am using this code to connect to socket

Code:
function configureListeners(dispatcher:IEventDispatcher):void {
dispatcher.addEventListener(DataEvent.DATA, dataHandler);
dispatcher.addEventListener(Event.CONNECT, connectHandler);
dispatcher.addEventListener(Event.CLOSE, closeHandler);
dispatcher.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);

[Code]...

View 2 Replies

Media Server :: Number Of Connection Allowed In The Free Developer Ediiton Of Flash Media Server?

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

Media Server :: Secure Flash Media Streaming Server 3.5 (live Stream Connection)

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

Media Server :: Sophos Antivirus Can Stop Taking Connection By Flash Media Server?

Oct 13, 2010

Our flash media server  stops taking connection sometime. Any one have any idea about sophos antivirus?

View 8 Replies

Media Server :: End A Connection - Use To Add A Function That Kills The Connection?

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

Media Server :: Clients Connected Are Not In Order

Jun 2, 2010

I have a shared object of users connected to my application in FMS.application.users_so = SharedObject. get("users_so", false);[code]My problem is the array is not equal in both sides. Is there another technique in order to have both in the same order ?

View 1 Replies

Media Server :: Fixing The "Failed To Make Debug Connection ..." Error?

May 15, 2010

I am trying to start making an admin client side application to monitor our service, including its properties that simply cannot be done through Administration Console, like blocking IP addresses of offending users.My problem is that even before I start using the Administration API (on which I will comment further down), I tried to f.e. inspect theshared objects and streams of the application through the Admin. Console, but I get a popup "Failed to make debug connection, please check that the application is in debug mode." Configuration files are unaltered from install, which means xPendingDebugConnections is set to 50, AllowDebugDefault is set to false, BUT in the serve side main.asc file I have "application.allowDebug = true;"Also, on a related note.

I can see that the Administration API lists the API itself, but there is vague to no mention at all where to connect first? I recall spotting somewhere suffixing the RTMP URL with something like "_fcs_debug" or something, but you can see how this frustrates me - I really don't like to google stuff that is supposed to be in the documentation The application instance usually accepts connections from regular non-admin clients, with proper parameters, which are irrelevant for admins unless these are users too (double membership, you can say)

View 11 Replies

Media Server :: Flash Media Server Stops Accepting Connection?

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

Media Server :: Media Server Can Reconnect If Connection Is Lost During Playback?

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

Media Server :: Detecting If Microphone Connected To System Or Not

Mar 5, 2010

I want to write a code in Flash to detect whether user's microphone is connected to system or not. My application records from users microphone, now while recording is accidentally or intentionally user's microphone gets unplugged from system then I want to show a message to user. Is this possible to do in flash. I have tried many thing but didn't succeeded. Few thing what I tried are mic.getMicrophone method, this method only returns the sound card of the system, but didn't tell you anything about microphone is connected or not.

View 1 Replies

Android :: Get Connected To Flash Media Server Via RTMP?

Apr 1, 2011

I want to make connection to FMS (flash media server) in my android application.

if there is any way to get connected to FMS via RTMP.

View 1 Replies

Media Server :: Multiple FMS Connected SWF On Single HTML Page

Oct 14, 2009

I have 3 seperate .swf on a single html page which are all communicating with FMS on separate connections. Do you think there will be any stability issues? or connection issues. All the .swf use the same main.asc. There are no apparant problems so far just need an expert opnion.....a side note is I've also noticed an error in the error logs that says its detected a backwards time stamp when recodring. Whats that all about? The application seems fine. Using FMS 3.0

View 2 Replies

Media Server :: Client To Publish Something Other Than Stream From A Connected Camera

May 5, 2010

I know the FMS is good for streaming things video to clients and for clients to publish videos from their attached camera. Is it possible for a client to publish something other than a stream from a connected camera, for example, the contents of my swf stage? Is it possible to draw something like a text overlay onto a published stream?

View 1 Replies

Media Server :: Send Message To Direct Connected Users?

Jan 17, 2011

working on a text Chat application with FMS4 "RTMFP" connection and i am looking a functionality to send direct message to one to another peer

View 6 Replies

Media Server :: Flash Media Server Connection Required?

Jul 13, 2010

I have instaled FMS 2 on local machine and have a video chatroom. I have used:rtmp//localhost/chat as the string and i can connect using this same machine from the chat interface. However, when i try to connect to the server ffrom my laptop or any other machine i get a connection fail

View 1 Replies

Media Server :: "RTMFP" Connected To The FMS Server,but May Not Play Multicast Video?

Sep 23, 2011

the question is,a client which can use "rtmfp" to connect to a FMS server,and the connecting success,Whether Can not guarantee that the client can play the Multicast video? because the client may be behind a Special firewall So he may connect to the FMS server ,but can not  use P2P to connect to the  members those are in the group?
 
If the answer is "yes",Whether i should make a check function that make these client  back to "RTMP"?

View 1 Replies

Media Server :: Create A FMS Application That Is Broadcasting Some Data Across Connected Clients Using SharedObject

Feb 8, 2011

I'm trying to create a FMS application that is broadcasting some data across connected clients using SharedObject. I want only the Application to be granted to set SharedObject properties.

[Code]...

View 4 Replies

Media Server :: Share The NearID Of Connected Client To Other Users Without External Tools?

Oct 11, 2011

i'm working on simple videoconference app with fms 4.5 for developers. Version without p2p works fine, but now i'm trying to enable p2p feature. How can i share the nearID of connected client to other users without external tools?

View 2 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 :: 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 :: Make A Local Streaming (connection) To The Server,by Seting The FME?

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

Media Server :: Event Viewer Warnings: Connection Rejected By Server. Reason : [AccessManager.Reject]

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







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