FMS NetConnection.Connect.Close happening when starts and even in the middle of video in Flash with
Posted
by Sunil Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Sunil Kumar
Published on 2010-04-07T07:25:53Z
Indexed on
2010/04/07
7:43 UTC
Read the original article
Hit count: 569
Hi I have developed a Flash Video player in Flash CS3 with Action Script 2.0 to play video from Adobe Flash Media Server 3.5. To play video from FMS 3.5, first I have to verify my swf file on FMS 3.5 server console so that it can be ensure that RTMP video URL only be play in verified SWF file.
Right now I am facing problem of "NetConnection.Connect.Close" when I try to connect my NetConnection Object to FMS 3.5 to stream video from that server. So now I am getting this message "NetConnection.Connect.Close" from FMS 3.5. When this is happening in my office area at the same time when I am checking the the same video url from out side the office (With help of my friends who is in another office) area it is working fine. My friends naver faced even a single issue with NetConnection.Connect.Close. But in my office when I got message NetConnection.Connect.Close, I can play another streaming video very well like mtv.com jaman.com rajshri.com etc.
Some time FMS works fine and video starts playing but in the middle of the video same thing happen "NetConnection.Connect.Close"
There is no issue of Bandwidth in my office. I do't know why this is happening.
Please see the message when I am getting "NetConnection.Connect.Close" message.
NetConn == data:
NetConn == objectEncoding: 0
NetConn == description: Connection succeeded.
NetConn == code: NetConnection.Connect.Success
NetConn == level: status
NetConn == level: status
NetConn == code: NetConnection.Connect.Closed
Please help
Thanks & regards
Sunil Kumar
© Stack Overflow or respective owner