Unfortunately PMs are not possible any more. You'll find my email address in the maintainer information of the kweb package.
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
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)
sorry to be a pain after searching until i'm hurting
I still can't find it.....
I still can't find it.....
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Install gdebi (full version). Open the kweb debian file with it. Click on"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)
Is it possible to use the -ytdl flag in an iframe using the below syntax?
http://localhost:9192/play?url=<URL>&om ... ;alsa;stop
http://localhost:9192/play?url=<URL>&om ... ;alsa;stop
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
No. I got your mails and I'm working on it. I'll answer within the next two days.MaryShah wrote: ↑Fri Aug 31, 2018 4:52 pmIs it possible to use the -ytdl flag in an iframe using the below syntax?
http://localhost:9192/play?url=<URL>&om ... ;alsa;stop
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)
hello
is it possible to use omxplayergui with multicast udp streaming?
I have potentially 100's of clients that I would like to stream to and multicasting is probably the best way (no DVR or such is needed)
I would want to play the streaming using chromium with http://localhost:9192/play in iframe
thanks
is it possible to use omxplayergui with multicast udp streaming?
I have potentially 100's of clients that I would like to stream to and multicasting is probably the best way (no DVR or such is needed)
I would want to play the streaming using chromium with http://localhost:9192/play in iframe
thanks
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
It should work. I've tested it with udp multicast TV streams.MaryShah wrote: ↑Thu Sep 20, 2018 12:30 pmhello
is it possible to use omxplayergui with multicast udp streaming?
I have potentially 100's of clients that I would like to stream to and multicasting is probably the best way (no DVR or such is needed)
I would want to play the streaming using chromium with http://localhost:9192/play in iframe
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)
do you know of any tutorials to get my started on this?
currently I'm running
camera - >(ffmpeg) rtmp stream -> video server ->mpeg ts stream <- play with omxplayer (https://)
this works fine for me
Does the below make sense should I want to switch to multicasting?
camera -> (ffmpeg) multicast udp stream -> video server -> udp stream <- play with omxplayer (udp://)
currently I'm running
camera - >(ffmpeg) rtmp stream -> video server ->mpeg ts stream <- play with omxplayer (https://)
this works fine for me
Does the below make sense should I want to switch to multicasting?
camera -> (ffmpeg) multicast udp stream -> video server -> udp stream <- play with omxplayer (udp://)
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
ffmpeg can produce a UDP stream. If you sent it to a multicast address (e.g. 239.100.0.1:4000) it will be available everywhere in you network.MaryShah wrote: ↑Fri Sep 21, 2018 12:08 pmdo you know of any tutorials to get my started on this?
currently I'm running
camera - >(ffmpeg) rtmp stream -> video server ->mpeg ts stream <- play with omxplayer (https://)
this works fine for me
Does the below make sense should I want to switch to multicasting?
camera -> (ffmpeg) multicast udp stream -> video server -> udp stream <- play with omxplayer (udp://)
omxplayer(GUI) udp:// 239.100.0.1:4000
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
-
- Posts: 2
- Joined: Mon Oct 08, 2018 2:41 pm
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
I am trying to display web pages with animated controls such as meters, strip charts, etc. The pages display in the browser, but without these controls. Are there settings that I need to adjust to see such controls or is Kweb not able to display them? An example is found at
https://developers.google.com/chart/int ... lery/gauge
https://developers.google.com/chart/int ... lery/gauge
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Did you enable Javascript?infusioninc wrote: ↑Mon Oct 08, 2018 4:02 pmI am trying to display web pages with animated controls such as meters, strip charts, etc. The pages display in the browser, but without these controls. Are there settings that I need to adjust to see such controls or is Kweb not able to display them? An example is found at
https://developers.google.com/chart/int ... lery/gauge
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
-
- Posts: 2
- Joined: Mon Oct 08, 2018 2:41 pm
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Thanks. That was the problem. I feel a little silly now that you asked the question.gkreidl wrote: ↑Mon Oct 08, 2018 6:04 pmDid you enable Javascript?infusioninc wrote: ↑Mon Oct 08, 2018 4:02 pmI am trying to display web pages with animated controls such as meters, strip charts, etc. The pages display in the browser, but without these controls. Are there settings that I need to adjust to see such controls or is Kweb not able to display them? An example is found at
https://developers.google.com/chart/int ... lery/gauge
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
edit : I installed it over stretch lite and getting "Gtk-WARNING **: cannot open display:" error. Do I have to install desktop too ? Didn't the kweb installer install necessary files ? Do we have to use something else here ?
Hi there. Good work with the suite. I am going to try it on a B+. While it is installing do you guys any suggestions for best performance ? Ram ratio or overclocking the device or any other tips that I can apply ?
Hi there. Good work with the suite. I am going to try it on a B+. While it is installing do you guys any suggestions for best performance ? Ram ratio or overclocking the device or any other tips that I can apply ?
-
- Posts: 25273
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
patientx wrote: ↑Tue Nov 06, 2018 3:48 pmedit : I installed it over stretch lite and getting "Gtk-WARNING **: cannot open display:" error. Do I have to install desktop too ? Didn't the kweb installer install necessary files ? Do we have to use something else here ?
Hi there. Good work with the suite. I am going to try it on a B+. While it is installing do you guys any suggestions for best performance ? Ram ratio or overclocking the device or any other tips that I can apply ?
Is that a RPi 1B+ or a 3B+ ??
The information is out there....you just have to let it in.
My other Linux machine is a ChromeBox
My other Linux machine is a ChromeBox
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
RPi 1B+fruitoftheloom wrote: ↑Tue Nov 06, 2018 4:18 pmpatientx wrote: ↑Tue Nov 06, 2018 3:48 pmedit : I installed it over stretch lite and getting "Gtk-WARNING **: cannot open display:" error. Do I have to install desktop too ? Didn't the kweb installer install necessary files ? Do we have to use something else here ?
Hi there. Good work with the suite. I am going to try it on a B+. While it is installing do you guys any suggestions for best performance ? Ram ratio or overclocking the device or any other tips that I can apply ?
Is that a RPi 1B+ or a 3B+ ??
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Kweb was originally developed before we got a RPi 2 or 3. It needs less memory than most other browsers, as long as the web pages are not too complex. And there are special options to reduce the cache size.patientx wrote: ↑Tue Nov 06, 2018 3:48 pmedit : I installed it over stretch lite and getting "Gtk-WARNING **: cannot open display:" error. Do I have to install desktop too ? Didn't the kweb installer install necessary files ? Do we have to use something else here ?
Hi there. Good work with the suite. I am going to try it on a B+. While it is installing do you guys any suggestions for best performance ? Ram ratio or overclocking the device or any other tips that I can apply ?
And yes, kweb, omxplayerGUI and two of the helper programs require at least an XORG environment and a window manager. Installing a full Raspbian image is the easiest way to get all this, but just XORG and openbox or matchbox-wondow-manager will also work.
If you plan to use full HD videos (omxplayerGUI), you'll need at least 96MB GPU memory.
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
kweb hotfix
Edited Nov., 18: I have published a new hotfix today, which contains a pre-release 1.7.9.9 version of youtube-dl-server which allows to switch the player at run time between omxplayerGUI and VLC. This is not contained in the current release!
I've tested a lot today especially the new hardware accelerated VLC 3.0.3 player. During those tests I discovered that kweb crashed a lot of times. After some debugging I discovered that this is caused by modifications and a new dependency of the GTK+3 libraries.
I created a hotfix which also includes a new version of my youtube-dl-server which now works perfectly with VLC. To install the hotfix, do the following:
You can also download and install the current Stretch version instead, as described in the OP, but this does not contain version 1.7.9.9 of the youtube-dl-server.
To use the youtube-dl-server with VLC set as default, start it in the following way:
(in a terminal)
or to run it in the background:
If you start it this way, you can also use VLC to watch web video from hundreds of websites with any browser, following this method:
viewtopic.php?f=66&t=193811. The youtube-dl-server can also be used with any browser (not only kweb) to access local media, create playlists on the fly etc.
I've tested a lot today especially the new hardware accelerated VLC 3.0.3 player. During those tests I discovered that kweb crashed a lot of times. After some debugging I discovered that this is caused by modifications and a new dependency of the GTK+3 libraries.
I created a hotfix which also includes a new version of my youtube-dl-server which now works perfectly with VLC. To install the hotfix, do the following:
Code: Select all
wget http://steinerdatenbank.de/software/kwebfix.tar.gz
tar -xzf kwebfix.tar.gz
cd kwebfix
sudo ./patch
To use the youtube-dl-server with VLC set as default, start it in the following way:
Code: Select all
ytdl_server.py -a=vlc
or to run it in the background:
Code: Select all
bgstart_ytdl_server.sh -a=vlc
viewtopic.php?f=66&t=193811. The youtube-dl-server can also be used with any browser (not only kweb) to access local media, create playlists on the fly etc.
- Attachments
-
- newytdls.png (24.17 KiB) Viewed 11987 times
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
-
- Posts: 209
- Joined: Fri Dec 20, 2013 1:00 pm
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Ever since omxplayergui was improved by the addition of the Web button I have used its menus to play my music, recorded TV, recorded radio , live radio and video. Naturally when I acquired a Pi TV Hat, I was eager to use omxplayergui to play the TV streams that it produced. I was not able to use the Settings page directly to add the TV streams that I had discovered; any entries I made were lost and did not show up again when I opened it. . VLC would play TV streams listed in an #EXTM3U Textfile with .EXTM3U at the end of it i.e LiveTV.XTM3U. New stations could be played by using the arrow keys. A menu could be produced by pressing the right mouse key when a TV stream was playing by opening up a TV menu by scrolling down to Playlist and choosing a TV Station by right mouse clicking on its name.. What I would like to know is how to set up a menu showing a list of streamed TV stations that can be played by omxplayergui. This is what a stream can look like:
http://raspberrypi.local:9981/stream/ch ... 611b3fcc17
?ticket=40E2ECA19E1C6BCDA56271D084A36CDA9C2EFD89
The above should all be on one line and the "raspberrypi.local"can be replaced by the "192.168" pi address
http://raspberrypi.local:9981/stream/ch ... 611b3fcc17
?ticket=40E2ECA19E1C6BCDA56271D084A36CDA9C2EFD89
The above should all be on one line and the "raspberrypi.local"can be replaced by the "192.168" pi address
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Can your backend deliver an m3u playlist of currently available TV-Streams? I suppose you are using tvheadend. I'm using mumudvb and my own frontend. mumudvb includes a simple webserver which - among other things - provides two kinds of a m3u playlists (one for http and one for udp streams). Accessing this uri does exacty what you are looking for in omxplayerGUI. You can switch between stations with the up and down keys (buttons). If you stop a channel, it shows the playlist of all available channels.johndavies wrote: ↑Wed Dec 12, 2018 8:48 amEver since omxplayergui was improved by the addition of the Web button I have used its menus to play my music, recorded TV, recorded radio , live radio and video. Naturally when I acquired a Pi TV Hat, I was eager to use omxplayergui to play the TV streams that it produced. I was not able to use the Settings page directly to add the TV streams that I had discovered; any entries I made were lost and did not show up again when I opened it. . VLC would play TV streams listed in an #EXTM3U Textfile with .EXTM3U at the end of it i.e LiveTV.XTM3U. New stations could be played by using the arrow keys. A menu could be produced by pressing the right mouse key when a TV stream was playing by opening up a TV menu by scrolling down to Playlist and choosing a TV Station by right mouse clicking on its name.. What I would like to know is how to set up a menu showing a list of streamed TV stations that can be played by omxplayergui. This is what a stream can look like:
http://raspberrypi.local:9981/stream/ch ... 611b3fcc17
?ticket=40E2ECA19E1C6BCDA56271D084A36CDA9C2EFD89
The above should all be on one line and the "raspberrypi.local"can be replaced by the "192.168" pi address
Last time I checked the tvheadend documentation it was years behind the actual version and had lots of missing chapters. That's one of the reasons why I don't use it. But someone should know, if tvheadend has something like this built in.
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
- marcosbong
- Posts: 23
- Joined: Mon Dec 31, 2018 7:08 pm
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Hello.
Congratulations gkreidl for your kweb suite.
Perhaps this question is stupid, but I can´t find an anwser in the pdf manual, neither in the net.
is there any way to open a new browser with start or home page with some kind of shortcut,? Because right now, the fastes way I know is pressing Shift + LMB and then press home icon
I´m able to open a new browser but refered to a link with :
Alt + .
Shift + LMB over a link
RMB and "open" option
Single menu "open in new browser" option
I´d like to open a new "fresh" browser, if possible.
Thanks in advance
P.D. Sorry for my lack of knowledge, but I came from Windows and there´s a huge difference with everything I`m using right now
Congratulations gkreidl for your kweb suite.
Perhaps this question is stupid, but I can´t find an anwser in the pdf manual, neither in the net.
is there any way to open a new browser with start or home page with some kind of shortcut,? Because right now, the fastes way I know is pressing Shift + LMB and then press home icon
I´m able to open a new browser but refered to a link with :
Alt + .
Shift + LMB over a link
RMB and "open" option
Single menu "open in new browser" option
I´d like to open a new "fresh" browser, if possible.
Thanks in advance
P.D. Sorry for my lack of knowledge, but I came from Windows and there´s a huge difference with everything I`m using right now
there are 10 types of people in this world, those who understand binary and those who don´t
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Yes, by using one of the user programmable keyboard shortcuts "Alt 0" ... "Alt 9".marcosbong wrote: ↑Sat Jan 26, 2019 11:34 pmHello.
Congratulations gkreidl for your kweb suite.
Perhaps this question is stupid, but I can´t find an anwser in the pdf manual, neither in the net.
is there any way to open a new browser with start or home page with some kind of shortcut,? Because right now, the fastes way I know is pressing Shift + LMB and then press home icon
I´m able to open a new browser but refered to a link with :
Alt + .
Shift + LMB over a link
RMB and "open" option
Single menu "open in new browser" option
I´d like to open a new "fresh" browser, if possible.
Thanks in advance
P.D. Sorry for my lack of knowledge, but I came from Windows and there´s a huge difference with everything I`m using right now
Go to the "Editor" page. In the lower part, select a keyboard shortcut (1, 2, 3 etc). Enter in the first line:
))http://..... (your URL).
and click "Save".
You could even open multiple pages in multiple browser instances this way.
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
- marcosbong
- Posts: 23
- Joined: Mon Dec 31, 2018 7:08 pm
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Thanks a lot.gkreidl wrote: ↑Sun Jan 27, 2019 6:39 amYes, by using one of the user programmable keyboard shortcuts "Alt 0" ... "Alt 9".marcosbong wrote: ↑Sat Jan 26, 2019 11:34 pmHello.
Congratulations gkreidl for your kweb suite.
Perhaps this question is stupid, but I can´t find an anwser in the pdf manual, neither in the net.
is there any way to open a new browser with start or home page with some kind of shortcut,? Because right now, the fastes way I know is pressing Shift + LMB and then press home icon
I´m able to open a new browser but refered to a link with :
Alt + .
Shift + LMB over a link
RMB and "open" option
Single menu "open in new browser" option
I´d like to open a new "fresh" browser, if possible.
Thanks in advance
P.D. Sorry for my lack of knowledge, but I came from Windows and there´s a huge difference with everything I`m using right now
Go to the "Editor" page. In the lower part, select a keyboard shortcut (1, 2, 3 etc). Enter in the first line:
))http://..... (your URL).
and click "Save".
You could even open multiple pages in multiple browser instances this way.
I didn't take that possibility onto account.
there are 10 types of people in this world, those who understand binary and those who don´t
- marcosbong
- Posts: 23
- Joined: Mon Dec 31, 2018 7:08 pm
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
Very usefull tool.
Now I can:
open a new window
go to home
go to startpage.com
access my html bookmarks file
And all that with just one keyboard press
Really, really nice function
I'm not gonna miss my Windows navs
Now I can:
open a new window
go to home
go to startpage.com
access my html bookmarks file
And all that with just one keyboard press
Really, really nice function
I'm not gonna miss my Windows navs

there are 10 types of people in this world, those who understand binary and those who don´t
- marcosbong
- Posts: 23
- Joined: Mon Dec 31, 2018 7:08 pm
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
How can I make Kweb browser system default browser for http links?
I did select it to open html files, but links from pdf files open Vivaldi, and Kweb is not an option in - - config x-www-browser in my OS
I did select it to open html files, but links from pdf files open Vivaldi, and Kweb is not an option in - - config x-www-browser in my OS
there are 10 types of people in this world, those who understand binary and those who don´t
Re: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
I read the manual and did a search of this topic and I'm still confused. It appears there is only one place to have all the configuration settings (such as homepage and options set. It also appears one could start kweb with the options and homepage on the command line. What I can't find is a way to set a per-user version of all this so when I configure the kiosk user (or any other user), the settings are all read from a local file in the user's home directory customized for that user or read based on the command line or an environment variable. Right now, one must put in the admin password to make any changes and that means the changes would be the same for all users.
This browser appears to be perfect for my needs otherwise.
This browser appears to be perfect for my needs otherwise.