Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
amos kito #1
rtmp and deploying
my questino is about the tutorial of Creating a Video Chat: Your First
Macromedia Flash Communication Server MX Application
It took me 10mn to make it work in my local machine as far as i did not know a
lot of flash (but know a lot in dotnet etc.)
the thing is i installed media server on my server and uploaded your sample
there and it does not work, the connection refuses to be made.
suppose my server is [url]www.server.com[/url],
suppose the application name is starcoach
suppose my application is in
C:\Program Files\Macromedia\Flash Media Server 2\applications\starcoach
2 questions :
what do i have to put in the rtmp: of the application ?
I put rtmp://www.server.com/starcoach
do I have to configure something special in my IIS6 (as far as I run on W2003)
or do I have to configure something special in media server ?
10mn to make it work in local and more than 5 hours to try to deploy it ..
thanks for your help in advance
amos kito Guest
-
FMS2 RTMP
We have installed the developer edition on FMS2 on a Windows 2000 server. We have been able to see a connection to an instance of our application.... -
RTMP
FMS use RTMP protocol. I have use the RED5 Open Source Flash Server and he used rtmp protol too. I'm developping an application with RED5. It's a... -
rtmp + flv
hello I am following "http://www.macromedia.com/devnet/flash/articles/video_player.html" this tutorial to seup, but I cannot finish that. ... -
FLV component and rtmp
Using FLV playback to play streaming FLVs. The following works: /** Requires: - FLVPlayback component on the Stage with an instance name of... -
RTMP Protocol
I am currently developing a java server to stream videos to flash, but cannot find any information on the RTMP protocol. I was wondering....is this... -
amos kito #2
rtmp and deploying
my questino is about the tutorial of Creating a Video Chat: Your First
Macromedia Flash Communication Server MX Application
It took me 10mn to make it work in my local machine as far as i did not know a
lot of flash (but know a lot in dotnet etc.)
the thing is i installed media server on my server and uploaded your sample
there and it does not work, the connection refuses to be made.
suppose my server is [url]www.server.com[/url],
suppose the application name is starcoach
suppose my application is in
C:\Program Files\Macromedia\Flash Media Server 2\applications\starcoach
2 questions :
what do i have to put in the rtmp: of the application ?
I put rtmp://www.server.com/starcoach
do I have to configure something special in my IIS6 (as far as I run on W2003)
or do I have to configure something special in media server ?
10mn to make it work in local and more than 5 hours to try to deploy it ..
thanks for your help in advance
amos kito Guest
-
JayCharles #3
Re: rtmp and deploying
You have the rtmp string right. Perhaps it's a firewall or port conflict
problem. The following might help:
First, check your firewall on the server. If port 1935 isn't open for FMS,
open it.
Next, do you have an http server on the same machine? If so, is it using the
same IP address as FMS? FMS uses port 80 for tunneling (rtmp over http), but if
your http server is using port 80, FMS can't.
Next, did you upload the main.asc files that go with your sample application?
JayCharles Guest
-
amos kito #4
Re: rtmp and deploying
Hi Jay
First of all, thank you for your answer.
The port 1935 is opened for FMS and the main.asc is in the
right folder.
The only thing is about this line : rtmp://www.server.com/starcoach
How does Flash know where to go if I did not specify the starcoach somewhere
in the admin FMS ?
Well, for the moment it still does not work and make me mad..
Thanks again
amos kito Guest
-
TheBimmer #5
Re: rtmp and deploying
Hi,
did u try to check the live log?, maybe you can find the error there, maybe
you are reaching the flash media server, but an error is occuring. i did not
start using FMS yet, but in FCS, i would go to the application inspector, and
check out wether an instance is created when i connect. if yes, get into it,
and check the problem.
TheBimmer Guest



Reply With Quote

