I am somewhat a novice, and this is my first post here.
So here goes..
I have a technical problem for want of a better description.
I am trying to stream live video from a PAL camera via a website to internet
on a simple (my own local) webserver.
The stream works fine on intranet/LAN
The website works fine, and is accessable via internet. (port forward behind
NAT router) ports open on router 80 and 1234. I have also tried this on port 8080
But...
The video stream does not work when accessed from the internet?!
I have static IP and no ports blocked as far as I know
I am using this technique to get the stream to the website/page
<ASX version="3.0">
<Entry>
<ref HREF="http://192.168.0.3:1234"/>
</Entry>
</ASX>
Where above is an xxx.asx file and where 192.168.0.3 is the local webserver
I have also tried this
<br>
<object id="mediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" height="370" width="400">
<param name="FileName" value="http://192.168.0.3:1234"><param name="AutoStart" value="true"> <param name="ShowControls" value="1"><param name="ShowStatusBar" value="1"><param name="ShowDisplay" value="false"></object><br>
<br>
So?.... What am I doing wrong? Any ideas why the stream cannot be viewed from internet when the website can, and the video stream works fine on a LAN. Any suggestions as to what method would work?
I do not wish to use a commercial product solve this problem.
I am perhaps trying to run before I can walk...



Pages in this thread:
Print Thread
MrGreg