Author Topic: vlc blank on exit  (Read 4825 times)

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
vlc blank on exit
« 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.
« Last Edit: February 14, 2017, 08:38:24 AM by verion »

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
Re: vlc blank on exit
« Reply #1 on: February 14, 2017, 11:00:39 AM »
I was looking though my old post and I guess I asked this already, got distracted and forgot. Sorry :(

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: vlc blank on exit
« Reply #2 on: February 14, 2017, 10:14:22 PM »
See VLC-Movies
-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)

AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
Re: vlc blank on exit
« Reply #3 on: February 15, 2017, 05:27:32 AM »
Thanks, I'll try it tonight. I think I was missing a step.

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
Re: vlc blank on exit
« Reply #4 on: February 15, 2017, 05:48:40 AM »
>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.

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: vlc blank on exit
« Reply #5 on: February 15, 2017, 11:40:50 PM »
@kturner
get notepad++ (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
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
Re: vlc blank on exit
« Reply #6 on: February 16, 2017, 05:31:58 AM »
Ok cool, Thanks for the help.

Bbuschke

  • Jr. Member
  • **
  • Posts: 11
    • View Profile
Re: vlc blank on exit
« Reply #7 on: March 01, 2017, 10:01:19 AM »
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?

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: vlc blank on exit
« Reply #8 on: March 02, 2017, 10:05:06 PM »
@Bbuschke
create .bat (windows) or .sh (linux) with this parameters and read it in an existing emulator system (like windows games):

Windows => .bat
Code: [Select]
@echo off
"C:\Program Files\VideoLAN\VLC\vlc.exe" "https://static.myvideo.de/trailer/613_trailer1.mp4"

Linux => .sh
Code: [Select]
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)
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM