Click to See Complete Forum and Search --> : My Video Stream is Stuck, what can be the Problem


narined
10-01-2009, 10:07 AM
Hi Can anyone help me??

I have a live Video streaming going through my website, but it seems to be stuck a couple weeks ago. What can be the problem. :confused:

Here is the coding that i have on the page.

Thanks.

<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"><HTML>
<TITLE>DVR Remote</TITLE>
<BODY>

<DIV ALIGN=CENTER>
<APPLET
CODEBASE = "."
ARCHIVE = "kcrot3.jar"
CODE = "kcCamRotApplet.class"
NAME = "CamRotApplet"
WIDTH = 640 HEIGHT = 480 HSPACE = 0
VSPACE = 0
ALIGN = middle
>
<PARAM name = "SERVER" value = "chartwellhouse.dyndns.org">
<PARAM name = "ID" value = "1">
<PARAM name = "DEBUG" value = "RL">
<PARAM name = "NX" value = "2">
<PARAM name = "NY" value = "2">
<PARAM name = "NCAM" value = "4">
<PARAM name = "SLICE" value = "3">
<PARAM name = "CAMS1" value = "1,-1">
<PARAM name = "CAMS2" value = "2,-1">
<PARAM name = "CAMS3" value = "3,-1">
<PARAM name = "CAMS4" value = "4,-1">
</APPLET>
</DIV>
<br><center><A HREF="javascript:window.location='../class/usr_split.php'"> <img border="0" src="../dvr/image/back.gif"> </A>
</BODY>
</HTML>

<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

Eye for Video
10-01-2009, 09:45 PM
If it was working before and now it's not, first, contact your host. You are paying (aren't you) for the service, it's their responsibilty to provide.
EfV

narined
10-09-2009, 07:37 PM
can someone tell me how to place a live stream (mp4) from a DVR to an HTML website so anyone can view it, with out downloading an app. i know java script can be used(applet) but i dont know how. can someone explain? or is there an online tutorial?:confused: