Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

How to stream a live video from a dlink

Tue Mar 06, 2012 6:55 am

hello, I'm new to this. I'm trying to stream live video from my dlink (dcs_932L). I'm able to grab the images and stream live through a webpages, but the problem I have is that it require a log in to the camera each time. I really don't want to give out the log in info so others can view. Is there a way to code it so that it auto logs in each time the page is open? or a way to bypass the log in?
here is how I'm grabbing the feed as of now.

Code:
             <APPLET name="cvcs" CODEBASE="camera ip adress" CODE="aplug.class" WIDTH=640 HEIGHT=480>

              <param name="RemotePort" value=80>

              <param name="Timeout" value=5000>

              <param name="RotateAngle" value=0>

              <param name="PreviewFrameRate" value=2>


              </APPLET>


thanks in advance



Post a reply
  Related Posts  to : How to stream a live video from a dlink
 need java code for cpu utilization and live log viewer...     -  
 stream get filters     -  
 stream operator     -  
 stream filter to append     -  
 Read stream from URL using Java     -  
 BufferedReader.ready() true at end of stream ?     -  
 video chat     -  
 video Steganography     -  
 video encryption     -  
 Inserting video into the game     -