omxplayerGUI seems to ignore the sound output settings on the pi...
I have set audio to be redirected to my attached speaker via 3.5mm jack but the sound still comes out of the TV..
is there a way for omxplayer to honour the sound out settings on the pi?
for omxplayer I can use the below:
omxplayer -o alsa <stream>
Is there a way I can do the same with omxplayergui? In the below string format perhaps
http://localhost:9192/play?url=http://m ... mxoptions=
thanks!
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Yes, you can add the same options. You can also set them as default options on the settings page (in different places).MaryShah wrote: ↑Wed Jul 11, 2018 7:20 pmomxplayerGUI seems to ignore the sound output settings on the pi...
I have set audio to be redirected to my attached speaker via 3.5mm jack but the sound still comes out of the TV..
is there a way for omxplayer to honour the sound out settings on the pi?
for omxplayer I can use the below:
omxplayer -o alsa <stream>
Is there a way I can do the same with omxplayergui? In the below string format perhaps
http://localhost:9192/play?url=http://m ... mxoptions=
thanks!
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Hi, I Tried to install the kweb suite using the commands on page 1.
Trying ./debinstall I get the messagre "gdebi-core not found".
Trying to use "sudo apt-get install gdebi-core" gives me a "package gdebi-core cannot be found"
How do I get this gdebi-core to my raspi? (Raspbian)
Thanks
Trying ./debinstall I get the messagre "gdebi-core not found".
Trying to use "sudo apt-get install gdebi-core" gives me a "package gdebi-core cannot be found"
How do I get this gdebi-core to my raspi? (Raspbian)
Thanks
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
It's in the repository both for Jessie and Stretch. I just checked it.sgehdn wrote: ↑Wed Aug 01, 2018 5:45 pmHi, I Tried to install the kweb suite using the commands on page 1.
Trying ./debinstall I get the messagre "gdebi-core not found".
Trying to use "sudo apt-get install gdebi-core" gives me a "package gdebi-core cannot be found"
How do I get this gdebi-core to my raspi? (Raspbian)
Thanks
Perhaps you have a problem with a mirror.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
How can I check if it is in my repository? Hpw can add it manually?gkreidl wrote: ↑Wed Aug 01, 2018 6:06 pmIt's in the repository both for Jessie and Stretch. I just checked it.sgehdn wrote: ↑Wed Aug 01, 2018 5:45 pmHi, I Tried to install the kweb suite using the commands on page 1.
Trying ./debinstall I get the messagre "gdebi-core not found".
Trying to use "sudo apt-get install gdebi-core" gives me a "package gdebi-core cannot be found"
How do I get this gdebi-core to my raspi? (Raspbian)
Thanks
Perhaps you have a problem with a mirror.
Best regards
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
For Stretch:sgehdn wrote: ↑Wed Aug 01, 2018 6:15 pmHow can I check if it is in my repository? Hpw can add it manually?gkreidl wrote: ↑Wed Aug 01, 2018 6:06 pmIt's in the repository both for Jessie and Stretch. I just checked it.sgehdn wrote: ↑Wed Aug 01, 2018 5:45 pmHi, I Tried to install the kweb suite using the commands on page 1.
Trying ./debinstall I get the messagre "gdebi-core not found".
Trying to use "sudo apt-get install gdebi-core" gives me a "package gdebi-core cannot be found"
How do I get this gdebi-core to my raspi? (Raspbian)
Thanks
Perhaps you have a problem with a mirror.
Best regards
http://archive.raspbian.net/raspbian/po ... u2_all.deb
You can download it and install it with
dpkg -i gdebi-core_0.9.5.7+nmu2_all.deb
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Thanks.gkreidl wrote: ↑Wed Aug 01, 2018 6:24 pmFor Stretch:
http://archive.raspbian.net/raspbian/po ... u2_all.deb
You can download it and install it with
dpkg -i gdebi-core_0.9.5.7+nmu2_all.deb
Now I get the message that python3-debian is not installed. If I try sudo apt-get install python3-debian, I get the messager that the package is not available but is referenced by another package. .... any way to "restore" al my packages? I mean if you say that gdebi-core is in the repository. something is probaby mixed up in my system?
Regards
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
alright, I switched my system to english, and now I can copy my erro messages.
after trying to use the install command:
sudo dpkg -i gdebi-core_0.9.5.7+nmu2_all.deb
(Reading database ... 156798 files and directories currently installed.)
Preparing to unpack gdebi-core_0.9.5.7+nmu2_all.deb ...
Unpacking gdebi-core (0.9.5.7+nmu2) over (0.9.5.7+nmu2) ...
dpkg: dependency problems prevent configuration of gdebi-core:
gdebi-core depends on python3-debian; however:
Package python3-debian is not installed.
dpkg: error processing package gdebi-core (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
and after trying to install python3_debian:
udo apt-get install python3-debian
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-debian is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-debian' has no installation candidate
can anybody help how to fix this?
thanks
after trying to use the install command:
sudo dpkg -i gdebi-core_0.9.5.7+nmu2_all.deb
(Reading database ... 156798 files and directories currently installed.)
Preparing to unpack gdebi-core_0.9.5.7+nmu2_all.deb ...
Unpacking gdebi-core (0.9.5.7+nmu2) over (0.9.5.7+nmu2) ...
dpkg: dependency problems prevent configuration of gdebi-core:
gdebi-core depends on python3-debian; however:
Package python3-debian is not installed.
dpkg: error processing package gdebi-core (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
and after trying to install python3_debian:
udo apt-get install python3-debian
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-debian is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-debian' has no installation candidate
can anybody help how to fix this?
thanks
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Obviously your complete package management system is broken. Try the following first:sgehdn wrote: ↑Wed Aug 01, 2018 9:20 pmalright, I switched my system to english, and now I can copy my erro messages.
after trying to use the install command:
sudo dpkg -i gdebi-core_0.9.5.7+nmu2_all.deb
(Reading database ... 156798 files and directories currently installed.)
Preparing to unpack gdebi-core_0.9.5.7+nmu2_all.deb ...
Unpacking gdebi-core (0.9.5.7+nmu2) over (0.9.5.7+nmu2) ...
dpkg: dependency problems prevent configuration of gdebi-core:
gdebi-core depends on python3-debian; however:
Package python3-debian is not installed.
dpkg: error processing package gdebi-core (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
and after trying to install python3_debian:
udo apt-get install python3-debian
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-debian is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-debian' has no installation candidate
can anybody help how to fix this?
thanks
sudo apt-get update
sudo apt-get upgrade
As this is not related to kweb at all, it might be better to open a new thread for your problem.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Update/Upgrad helped, thanks. Kweb is running now.
One quewstion: I was wondering if kweb suite could also play the videos from www.be-at.tv?
Is there any chance to make kweb play these videos?
regards
One quewstion: I was wondering if kweb suite could also play the videos from www.be-at.tv?
Is there any chance to make kweb play these videos?
regards
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Currently not. There's no youtube-dl module which supports it.sgehdn wrote: ↑Thu Aug 02, 2018 9:20 amUpdate/Upgrad helped, thanks. Kweb is running now.
One quewstion: I was wondering if kweb suite could also play the videos from www.be-at.tv?
Is there any chance to make kweb play these videos?
regards
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
I've installed Kweb 1.7.9.8 onto my Pi 3 B+. I launch it with "kweb -J" and then I go to my url. I have my page setup to auto refresh every min. It refreshes a few times & then kweb crashes/shuts down. This is all I see at the terminal. To be far, Chromium also crashes, so maybe I'm doing something wrong in my Javascript refresh code. Any suggestions...?
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
The cairo (graphics) backend is crashing, which is used by both webkit (kweb) and chromium.bazzacad wrote: ↑Thu Aug 02, 2018 5:17 pmI've installed Kweb 1.7.9.8 onto my Pi 3 B+. I launch it with "kweb -J" and then I go to my url. I have my page setup to auto refresh every min. It refreshes a few times & then kweb crashes/shuts down. This is all I see at the terminal. To be far, Chromium also crashes, so maybe I'm doing something wrong in my Javascript refresh code. Any suggestions...?
2018-08-02-100526_1920x1080_scrot.png
I have no idea about the cause.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
I get 404 error after typin: "wget http://steinerdatenbank.de/software/kweb-1.7.9.7.tar.gz"
Do I instal the jessi or stretch ?..I used noob's to install.
Do I instal the jessi or stretch ?..I used noob's to install.
-
- Posts: 25187
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
funstuff wrote: ↑Thu Aug 16, 2018 8:33 pmI get 404 error after typin: "wget http://steinerdatenbank.de/software/kweb-1.7.9.7.tar.gz"
Do I instal the jessi or stretch ?..I used noob's to install.
You should be using Raspbian Stretch as the Operating System, it has been current for 12 months now, whilst Jessie is end of life:
Update September, 22, 2017: Version 1.7.9.8 for Stretch is now available
The information is out there....you just have to let it in.
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
It depends on which OS you did install using noobs. Runningfunstuff wrote: ↑Thu Aug 16, 2018 8:33 pmI get 404 error after typin: "wget http://steinerdatenbank.de/software/kweb-1.7.9.7.tar.gz"
Do I instal the jessi or stretch ?..I used noob's to install.
cat /etc/os-release
will tell you which OS version you did install.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Hi
I'm having a problem with the last version of kweb for raspbian stretch.
On previous versions, launching Kweb with kweb3 command, HTML5 videos (without OMXPlayer) used to work without major issues, now in the last version HTML5 videos are not longer working.
Is there any configuration to solve this issue?
Greetings!
I'm having a problem with the last version of kweb for raspbian stretch.
On previous versions, launching Kweb with kweb3 command, HTML5 videos (without OMXPlayer) used to work without major issues, now in the last version HTML5 videos are not longer working.
Is there any configuration to solve this issue?
Greetings!
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Development of the HW accelerated GTK+3-webkit engine (used by epiphany and kweb3) has been discontinued by the Foundation and it is not available on Stretch any more. That's also the reason that there is no kweb3 any more.cyberiano wrote: ↑Thu Aug 23, 2018 7:53 pmHi
I'm having a problem with the last version of kweb for raspbian stretch.
On previous versions, launching Kweb with kweb3 command, HTML5 videos (without OMXPlayer) used to work without major issues, now in the last version HTML5 videos are not longer working.
Is there any configuration to solve this issue?
Greetings!
Software video decoding should work though, as long as the screen area of the video is not too large (up to 480p perhaps).
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
reading back it was mentioned that if omxplayer plays the link the omxplayergui will play it
I have a link to my stream that omxplayer plays fine but omxplayergui thinks about playing it then just doesn't
How can I begin troubleshooting this?
I have a link to my stream that omxplayer plays fine but omxplayergui thinks about playing it then just doesn't
How can I begin troubleshooting this?
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Can you give a few more details?
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
I'm using
omxplayer -o local "http://dew34453x.stackpathcdn.com/<name ... ylist.m3u8"
from the terminal and it plays great I see a full screen and everything
but trying the same link using omxplayergui it doesnt play anything I see the controls appearing at the bottom then disappearing
using the below from the chromium browser
http://localhost:9192/play?url=http://d ... ylist.m3u8
bgstart server has been started as well
not sure how else to describe this really except the exact same link doesnt work in omxplayergui
I think it could be something to do with port 8080 ? I have tried playing on urls with port 8080 and they also don't play
omxplayer -o local "http://dew34453x.stackpathcdn.com/<name ... ylist.m3u8"
from the terminal and it plays great I see a full screen and everything
but trying the same link using omxplayergui it doesnt play anything I see the controls appearing at the bottom then disappearing
using the below from the chromium browser
http://localhost:9192/play?url=http://d ... ylist.m3u8
bgstart server has been started as well
not sure how else to describe this really except the exact same link doesnt work in omxplayergui
I think it could be something to do with port 8080 ? I have tried playing on urls with port 8080 and they also don't play
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
TryMaryShah wrote: ↑Fri Aug 24, 2018 6:36 pmI'm using
omxplayer -o local "http://dew34453x.stackpathcdn.com/<name ... ylist.m3u8"
from the terminal and it plays great I see a full screen and everything
but trying the same link using omxplayergui it doesnt play anything I see the controls appearing at the bottom then disappearing
using the below from the chromium browser
http://localhost:9192/play?url=http://d ... ylist.m3u8
bgstart server has been started as well
not sure how else to describe this really except the exact same link doesnt work in omxplayergui
I think it could be something to do with port 8080 ? I have tried playing on urls with port 8080 and they also don't play
http://localhost:9192/dplay?url=http:// ... ylist.m3u8
or
omxplayergui http://dew34453x.stackpathcdn.com/<name ... ylist.m3u8
play uses youtube-dl to extract the video url from a web page
dplay (direct play) uses the given URL directly.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
No difference I'm afraid its still doesnt play
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Without having access to the stream it's difficult for me to check what's happening.
Did you try
omxplayergui http://...
?
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Yes that didnt work as well
If okay can I PM you a stream link that doesnt seem to play?
If okay can I PM you a stream link that doesnt seem to play?