Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: KTURNER on February 14, 2017, 06:47:21 AM
-
When I exit vlc I get a blank screen until I hit the up or down button. Not that big of a deal but kind of annoying. I've seen something like this before but can't find it.
-
I was looking though my old post and I guess I asked this already, got distracted and forgot. Sorry :(
-
See VLC-Movies (http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231)
-set key-quit in VLC
-set an Exit Hotkey in AM for your emulator-system
-set VLC as entry in ResFix of AM : start AM > press Tab key > Plug-ins > ResFix > enable : yes > Specific Emulators : name_of_your_emulator-system (see section Emulators)
-
Thanks, I'll try it tonight. I think I was missing a step.
-
>VLC-Movies
executable C:\Program Files\VideoLAN\VLC\vlc.exe
args "[romfilename]" --fullscreen
rompath C:\attract\EMU\media\movies
romext .avi;.mpg;.mpeg;.mov;.mkv;.mp4
modify this parameters in c:\documents and settings\your_username\application data\vlc\vlcrc
#3331 video-title-show=0
#3430 osd=0
#3322 video-on-top=1
What do you use to modify vlcrc. I used notepad and everthing is jumbled together. I use Microsoft word and changed it there and nothing changed.
-
@kturner
get notepad++ (https://notepad-plus-plus.org/) (notepad, winword and word doesn't works and the config gets jumbled)
file is found in Win7 here : C:\Users\your_username\AppData\Roaming\vlc
-
Ok cool, Thanks for the help.
-
I want to use vlc to display my live feed from my security camera. I know I can view it on pc by putting the cameras ip address in vlc but how could I get it to work in attract mode?
-
@Bbuschke
create .bat (windows) or .sh (linux) with this parameters and read it in an existing emulator system (like windows games):
Windows => .bat
@echo off
"C:\Program Files\VideoLAN\VLC\vlc.exe" "https://static.myvideo.de/trailer/613_trailer1.mp4"
Linux => .sh
vlc https://static.myvideo.de/trailer/613_trailer1.mp4
or
create an own emulator system with dummy files
(executable and parameters as told as above; create an empty txt-file and set .txt as rom-extension and rompath to this folder)