|
Author |
Topic: Direct Video Stream from P55 applet. (Read 410 times) |
|
gll
|
Direct Video Stream from P55 applet.
« on: Mar 15th, 2004, 3:02am » |
|
Here's a simple project, http://www.vif.com/users/goo/p55/grid/index.html I'm looking for a way to output p55 on a standard vdo stream. This would be used as a background for a small rock'n'roll show in Montreal, as in the 60's psychedelic shows. What is the best way to proceed? Should I send directly the content of the applet in a special video driver (for java)? I'm trying to find a better way to output the video than using a browser in full screen mode. I want to avoid borders. I asked friends who made a software using "pipelines" (I don't know exactly what it is) to output OpenGL on many sources. But it's in C code. Thanks for your help and Merci beaucoup.
|
« Last Edit: Mar 15th, 2004, 3:44pm by gll » |
|
guillaume LaBelle
|
|
|
fry
|
Re: Direct Video Stream from P55 applet.
« Reply #1 on: Mar 15th, 2004, 4:03pm » |
|
elsewhere on the board (sorry, i don't have the link offhand) someone posted some code to make applets run full screen (without a browser) which would get you started, then it's just having a video card that can do the video output. good luck!
|
|
|
|
gll
|
Re: Direct Video Stream from P55 applet.
« Reply #3 on: Mar 16th, 2004, 5:50pm » |
|
That's exactly what I was looking for. I don't know why I didn't tried Fullscreen keyword in the forum seach. Thanks TomC. Now, I got exactly the same error than Koser on XP. I'll tell you when it works. I would publish pictures of this show on the web soon. Thanks again for your help.
|
« Last Edit: Mar 16th, 2004, 5:54pm by gll » |
|
guillaume LaBelle
|
|
|
TomC
|
Re: Direct Video Stream from P55 applet.
« Reply #4 on: Mar 16th, 2004, 10:00pm » |
|
In Windows, the classpath separator (after the -cp) needs to be a semi-colon ; not a colon :
|
« Last Edit: Mar 16th, 2004, 10:01pm by TomC » |
|
|
|
|
|