Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Help / Re: Playlist Sounds
« Last post by throwingmuse on September 11, 2023, 06:42:15 PM »
Is adding an event sound to the playlist selection even possible?
32
so i narrowed down to these two additional installations to solve the problem of playing sound and video with gstreamer
gstreamer1.0-plugins-good <-- gets video
gstreamer1.0-alsa <--gets sound

if you are not using pulseaudio and run into similar issues, i image you would need this instead.
gstreamer1.0-pulseaudio
33
Working now.  Went scorched earth and installed them all (3 were included on the original install tutorial):
https://gstreamer.freedesktop.org/documentation/installing/on-linux.html#install-gstreamer-on-ubuntu-or-debian
except for pulseaudio.  don't have that installed...
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
libgstreamer-plugins-bad1.0-dev
gstreamer1.0-plugins-base gstreamer1.0-plugins-good
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
gstreamer1.0-libav gstreamer1.0-tools
gstreamer1.0-x gstreamer1.0-alsa
gstreamer1.0-gl gstreamer1.0-gtk3
gstreamer1.0-qt5 gstreamer1.0-pulseaudio

I also had to add the specific device on the /etc/asound.conf file

pcm.!default {
    type hw
    card 1
    device 3
}

ctl.!default {
    type hw
    card 1
    device 3
}

So i'm going to remove all those that i installed and go 1 by 1 to see which one it was.  probably a mix of the alsa one and something else.

But now I have everything installed and running off a 30GB usb drive (12G used, 16G avail).  I have media stored on a seperate server, mounting everything via nfs.  I've played blueray rips from server via kodi and some snes launched from retrofe.

reason for this approach:  I've tried batocera and retropie since they boot into kodi, but the freedom provided by your system pointing to my own derived storage and folder system has always been a major usage point.  I had tried to launch retrofe from kodi in the past, but this feels better.

now to determine how i handle streaming services, through a web page launcher in retrofe or plugins via kodi.  (wife will want to use the mce remote).

thank you for pointing me in the right direction Pieter!

i will also probably put this permanently on another hard drive.  would there be any benefit to writing a step by step to accomplish this?  anything to help people get away from windows...
34
Sounds to me like you're missing one or more of the gstreamer plugins. The intro is a video after all, so if it's not showing (neither sound nor video), then it's likely a missing set of codecs. The ALSA warning does sound like a soundcard issue though; do you have sound anywhere else in the system? Can you play the videos outside of RetroFE?
35
General Discussion & Help / Re: Replacing linux HTPC from kodi to retrofe
« Last post by Sleeps5 on September 02, 2023, 08:38:04 PM »
changed the /etc/asound.conf to default to the nvidia card 1 instead of card 0 (onboard sound/hdmi)

pcm.!default {
    type hw
    card 1
}
 (
ctl.!default {
    type hw
    card 1
}

And now i'm getting
[WARNING] [SDL] Audio initialize failed: ALSA: Couldn't open audio device: No such file or directory
in the retrofe log.txt file.

still no sound in the layouts (have to press keys to get the default layout to come up but it does now too).
36
I have installed ubuntu server, retrofe, kodi and retroarch so that my livingroom HTPC will boot directly into retrofe then lauch kodi or games.

I followed this guide for the ubuntu installation:
https://wintermute0110.github.io/LKESG/Linux-installation-and-configuration

this guide to install retrofe
https://github.com/phulshof/RetroFE#compiling-and-installing-on-ubuntu-linux-1004-or-newer

this guide to install retroarch
https://www.retroarch.com/index.php?page=linux-instructions

this guide to install kodi
https://wintermute0110.github.io/LKESG/Kodi
*** First adjustment, i launched retrofe at start instead of kodi

I put these two "roms" in the Main folder in RetroFE

Kodi.sh
#!/bin/sh
/usr/bin/kodi-standalone

Retrotarch.sh
#!/bin/sh
/usr/bin/retroarch

The default layout wouldn't launch, but I put in the 'RetroSpin - Static 16x9' layout and it booted up and i can launch Kodi and Retroarch from RetroFE.


##### THE PROBLEM #####
I get no sound or video in RetroFE, probably similar cause of not being able to start the default layout.
I am getting no errors in the log now, but i get two notices when i manually start RetroFE

error: XDG_RUNTIME_DIR not set in the environment
and
ALSA lib pcm.c:8568:(snd_pcm_recover) underrun occurred


kodi and retroarch work just fine with the bash scripts (after i changed outputs to the nvidia card)
Any ideas?
37
Help / Re: Layout video per system
« Last post by Pieter Hulshoff on August 26, 2023, 10:28:43 PM »
Upload your log.txt and the layout.txt? I'll have a look.
38
Help / Re: Layout video per system
« Last post by NicholasMoore76 on August 26, 2023, 09:45:00 PM »
Thank you for the reply.

I tried video src="(.mp4 location). No sound or video. I'm stumped...
39
Help / Re: Layout video per system
« Last post by Pieter Hulshoff on August 26, 2023, 08:21:02 PM »
I'm guessing you're using reloadableVideo; they automatically restart when the menu stops. Use video instead.
40
Help / Layout video per system
« Last post by NicholasMoore76 on August 26, 2023, 07:01:12 PM »
Hi all,

I have downloaded CoinOPS Collections and I am trying to customise it to make it my own. I have my layouts per system in layouts/Worlds/collections/e.g Nintendo 64/layout as per instructions. I want to play a single .mp4 in the background instead of a .mp4 per game. I have tried everything and have .mp4 working but it restarts with every new game on the wheel. Please please help.....

Thank you
Pages: 1 2 3 [4] 5 6 ... 10