Hi all,

I am running web2py on a raspberry PI and i want to include the video 
stream of a dlink camera into a html page on my project.
So , i have created a html page (test.html) on views/default  and i have 
inserted the following code into this page :

<applet name="cvcs" codeBase="http://192.132.1.56:80"; archive="aplug.jar" 
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"><param name="Algorithm" value="1">
<param name="DeviceSerialNo" value="YWRtaW46emF6b3Ux">
</applet>

when i launch a simple html file containing this code directly from my 
browser it works while when i try to do the same through web2py using 
http://myaddress/myproject/default/test the video stream is never displayed.

I have seen a quite similar post from 2008 where Massimo told that the jar 
file (here aplug.jar) should be located into the /static directory of the 
project :
"The only issue is you have place the files in a place where web2py can 
find them. That has to be in static/"

My concern is that the aplug.jar is not a jar file i have created but a 
dlink jar file.

So, is there any possibility to web2py to use "external" jar file not 
located on /static folder but located on codeBase location?

Any answer or advice will be greatly appreciated.

Thank you in advance.
Joel

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to