Facing Problems in Streaming Video using FMS 3.5
I want to stream .flv using FMS 3.5. The file is streaming on the company intranet but when it comes to internet, it is not streaming. Here is what im doing
I,am using Flash Media Server with IIS 6.0 and Operating System windows 2003 server with SP2
This server machine has a private IP 192.168.10.19(localhost) which is maped to a public ip 202.77.xxx.xx. This server is hosting a website www.mywebsite.com, where i want to stream this file. The exact path of the html page where this sample.swf will be contained is www.mywebsite.com/FlashStreaming/FlashStreaming.html
Now the website is working fine but when i test the streaming of .swf file its not working. It is only showing a progress bar
I used the following procedure to create the .swf from .flv
I created an .swf with the name sample.swf, using FLVPlayBack component and given its source address as
" rtmp://192.168.10.19/vod/_StreamingSample_/Sample(where Sample is an flv file) . After it i selected the option "Stream from Flash Media Server"
I also created an instance named "_StreamingSample_ " for vod on the server 192.168.10.19(localhost) in the Flash Media Administration Console
Then I deployed it on the server with the local ip address 192.168.10.19. Now when i open the link www.mywebsite.com/FlashStreaming/FlashStreaming.html from any client pc on the same company intranet as the server it streams perfectly and i can also see it on the FMS Media Administration Console but when i type this link from any public pc using internet (i.e. outside my company intranet) it only shows a bar with play and pause buttons in it trying to connect to the server, and no video is streamed/shown . Is it due to the fact that im putting in the wrong address or there is some other reason behind this malfunctioning. I dont want to use Action Scripting so please let me know any solution which does not require action scripting.
Note : The hosting server is within our company so we are managing it.
