LCDInfo.com
http://forum.lcdinfo.com/

myLCD based programs for the USBD480 (VLC, demos, Quake...)
http://forum.lcdinfo.com/viewtopic.php?f=19&t=2539
Page 3 of 5

Author:  Michael [ Sun Jan 11, 2009 6:06 ]
Post subject: 

One~Zero wrote:
So, in order for Michael's demos to work, am I correct in assuming I need to purchase the VLC player???

No. The only demo requiring VLC is vlcstream which can be found here and is free.

Author:  One~Zero [ Sun Jan 11, 2009 22:50 ]
Post subject: 

I hope I don't come across as too much of an idiot, but could you (or someone) explain in steps what I need to do to get the demos to work. I'm pretty sure I've downloaded everything, but can't seem to get any of them to work.
Screen capture seems to work ok though

Author:  Henri [ Mon Jan 12, 2009 13:31 ]
Post subject: 

There shouldn't be any special steps needed to get them working. You mentioned that you have the music player from sos working already so you should have everything in your system for Michael's demos too.
Maybe you're having the same issue as sos mentioned earlier in the topic and the method Michael is using to get the OpenGL image data isn't working in your system for some reason. I assume it's only the 3D OpenGL demos that aren't working?

Have you tried the VLC player?
http://forum.lcdinfo.com/viewtopic.php?p=10081#10081
It should include the instructions in the readme.txt file.

Author:  Michael [ Tue Jan 13, 2009 13:25 ]
Post subject: 

Sos only had issue with the windowless OpenGL demo's. All others were fine as far as I understood.

As screencap is working then that rules out a libusb0 issue. And because that is fine I've no idea where the issue could be.

Vlcstream.rar should actually be unpacked in to the VLC directory despite what readme.txt states.

Author:  sos [ Tue Jan 13, 2009 16:58 ]
Post subject: 

Michael wrote:
Sos only had issue with the windowless OpenGL demo's. All others were fine as far as I understood.


Yes only opengl-demos are not working for me (no LCD-output).
I don't know why.

My Sys

Win XP SP3
Q6600 2.4 Ghz
2 GB Ram
GF 8800 GTX

Author:  Michael [ Tue Jan 13, 2009 18:08 ]
Post subject: 

Updated vlcstream:
Download

Added an image viewer, an experimental 'orb' mini control, fixed up a few issues and dragging should now be smoother.


For those interested my setup is as follows: Windows 2000 SP4 with the roll-up pack (unofficial sp5), AMD64 3800+ 2.4ghz, ATI X850XT and 1gig ram (lost a gig..). 1366x768 LCD TV/Monitor. G15 keyboard.

Author:  One~Zero [ Tue Jan 13, 2009 19:01 ]
Post subject: 

Henri wrote:
Have you tried the VLC player?
http://forum.lcdinfo.com/viewtopic.php?p=10081#10081
It should include the instructions in the readme.txt file.


Can't get that to work either. Copied everything to VLC directory (where VLC.exe is located) but don't see any output. Should I have VLC running to do this? I've tried it both ways, so just making sure. Also, do I need to have the USBD480 plugin set as the output under video options? Having that seleced just closes VLC whenever I try to open a video file.
One more question I would have for Henri is do you think haveing the display installed as a secondary monitor is affecting it at all?
Sorry for having so many questions....just anxious to get this working ;-)
What I try for VLCstream:
Code:
(at command prompt)
vlcstream c:\blah\blah\blah\myvideo.avi

Author:  sos [ Wed Jan 14, 2009 0:18 ]
Post subject: 

One~Zero wrote:
Code:
(at command prompt)
vlcstream c:\blah\blah\blah\myvideo.avi


This is wrong

Try this in Console


Code:
C:\Programme\VideoLAN\VLC\vlcstream.exe "c:\blah\blah\blah\myvideo.avi"

Author:  Henri [ Wed Jan 14, 2009 3:10 ]
Post subject: 

One~Zero wrote:
Copied everything to VLC directory (where VLC.exe is located) but don't see any output. Should I have VLC running to do this? I've tried it both ways, so just making sure.

VLC shouldn't be running (well I'm not sure if it matters or would it just open another instance). Just running the vlcstream from the command line / or some other way should be enough. If I don't remember wrong the vlcstream just uses the VLC library and not the actual vlc.exe GUI.

I'm not able to test right now but with these latest versions with the touch GUI and file browser it might not even be necessary to give a file as a parameter but just launch the vlcstream.exe and then use the GUI on the USBD480 display to browse the media file to play. I don't remember exactly how this worked so maybe I'm wrong.

Quote:
Also, do I need to have the USBD480 plugin set as the output under video options? Having that seleced just closes VLC whenever I try to open a video file.

No, the USBD480 plugin for VLC is a completely different piece of software. You don't need it with vlcstream. I think some early version of the USBD480 plugin had some bug crashing VLC. Maybe the link doesn't point to the latest plugin version. Just guessing here.

Quote:
One more question I would have for Henri is do you think haveing the display installed as a secondary monitor is affecting it at all?

If you have the secondary monitor output to the USB display enabled then the USB display is not available for the software here in the forum that uses direct access to the display. Just having the "USBD480 Graphics Adapter" installed in the system without actual output to the USB display shouldn't prevent the other software working but of course just to be sure you could also uninstall it.
So the secondary monitor driver is an alternative way for using the display and isn't meant to be used simultaneously with software that directly accesses the display.

And to have more data for the OpenGL issue my setup that I have used for testing Michael's OpenGL demos is XP 32-bit, AMD64, ATI X1250. And all the demos and versions I have tested have worked. I see I have ATI video like Michael and sos has Nvidia. Don't know if that makes any difference.

Author:  Michael [ Wed Jan 14, 2009 3:15 ]
Post subject: 

One~Zero wrote:
Henri wrote:
Have you tried the VLC player?
http://forum.lcdinfo.com/viewtopic.php?p=10081#10081
It should include the instructions in the readme.txt file.


Can't get that to work either. Copied everything to VLC directory (where VLC.exe is located) but don't see any output. Should I have VLC running to do this? I've tried it both ways, so just making sure. Also, do I need to have the USBD480 plugin set as the output under video options? Having that seleced just closes VLC whenever I try to open a video file.
One more question I would have for Henri is do you think haveing the display installed as a secondary monitor is affecting it at all?
Sorry for having so many questions....just anxious to get this working ;-)
What I try for VLCstream:
Code:
(at command prompt)
vlcstream c:\blah\blah\blah\myvideo.avi



The USBD480 plugin is separate to this. VLC the application may be running as long as you don't attempt to use both the USBD480 plugin and vlcstream simultaneously.

If having the device installed as a secondary monitor is in fact affecting this software then I can move to using USBD480_lib.dll, instead of the current direct access method. But then you did say screencap is working.

Author:  Henri [ Wed Jan 14, 2009 3:19 ]
Post subject: 

Michael wrote:
If having the device installed as a secondary monitor is in fact affecting this software then I can move to using USBD480_lib.dll, instead of the current direct access method.

No need for that. In fact the current secondary monitor implementation doesn't use USBD480_lib.dll either and expects to have exclusive access to the display.

Author:  Michael [ Wed Jan 14, 2009 3:36 ]
Post subject: 

Henri wrote:
Michael wrote:
If having the device installed as a secondary monitor is in fact affecting this software then I can move to using USBD480_lib.dll, instead of the current direct access method.

No need for that. In fact the current secondary monitor implementation doesn't use USBD480_lib.dll either and expects to have exclusive access to the display.

OK.

I've just uploaded a revised version of usbd480_plugin.dll. It should no longer crash VLC when direct access to the USBD480 can not be obtained.

I have access to a laptop with an Nvidia 'Gsomething' or other chipset so I'll check the OpenGL stuff on that.

Author:  Michael [ Mon Jan 19, 2009 10:43 ]
Post subject: 

Updated VLCStream:
Download

Added audio visualization and drag-n-drop support.
Audio visuals are activated when an audio track is selected for play through the built in explorer.

Image

Author:  sos [ Tue Jan 20, 2009 19:35 ]
Post subject: 

Works great here.
Please clear the TFT at Programend. ;)

Author:  Henri [ Sun Jan 25, 2009 15:46 ]
Post subject: 

Forgot to reply earlier that it works great here too. :)

Are these later versions supposed to open any window for keyboard control? The first time I tested I didn't have a touch panel connected and then I didn't find any way to control and stop the process other than killing through task manager.

Page 3 of 5 All times are UTC + 2 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/