When I tried using
Code: Select all
-webkit-transform
Code: Select all
transform
Thanks for the help!
Code: Select all
-webkit-transform
Code: Select all
transform
Code: Select all
-f
18
The setting field you must use is named "youtube_dl_options". It does work; I just tested it.lumsdot wrote:thanks, but that did not work. omxplayer did not even open,
in a terminal if it type
youtube-dl -f18 youtubelink this will download in non hd format
as does -f 18
Yes, inside a local web page (HTML file), and also forms that execute scripts. Check the manual for details.lumsdot wrote:does kweb allows custom buttons which a script could be ran from, then i could just have a script which downloads the video with youtube-dl, would be usefull for big hd videos also then i could start them downloading from the browser and go back and watch them later. i know i can go into terminal and do it by command line, but i am lazy
"J" in options string.sifix wrote:I start up kweb in kiosk mode on boot but I can't find a way to enable JavaScript without keyboard. Is there a way to boot it with JavaScript enabled?
Great, thanks again...gkreidl wrote: "J" in options string.
If you start kweb in normal mode and go to the configuration page (:c), you'll see a list of all possible options (except "C") including the character for the options string. There's also a complete list in the manual.
You can add the prefered video quality in the youtube_dl_options area in kweb settings (one option or value per line!). Check "youtube-dl -h" for details (options in double quotes are not possible).PuppetHoundZ wrote:Is it possible to get the play button on youtube-dl to play 1080p youtube videos from omxplayer by default?
Saw the previous post mention that SD version of videos were being downloaded which is why I ask.
Check "youtube-dl -h" for details?gkreidl wrote:
You can add the prefered video quality in the youtube_dl_options area in kweb settings (one option or value per line!). Check "youtube-dl -h" for details (options in double quotes are not possible).
Yes, check for "-f" or "--format" options.PuppetHoundZ wrote: Check "youtube-dl -h" for details?
o I open terminal and put that in and check for setting options. ok I'll try that
Code: Select all
-f
bestvideo
Code: Select all
-f
bestvideo+bestaudio
No. That's beyond the current capabilities of omxplayer.PuppetHoundZ wrote:It works. But no sound with youtube.com.
I even triedThe video and audio play separate (video stops then audios starts as a second file) because youtube separates them now whenusing html5 players.Code: Select all
-f bestvideo+bestaudio
The Pi probably can't combine them on the fly without taking a lot of processing time. Unless you got a solution.
We are not downloading anything with kweb(3). youtube-dl is only used to extract the video URL and omxplayer(GUI) plays directly from that URL without downloading anything.lumsdot wrote:you can download both vid and audio and then use ffmpeg to combine into a 1080p video
https://github.com/rg3/youtube-dl/issues/2165
I agree. But they did that most likely to save on server space.gkreidl wrote:
No. That's beyond the current capabilities of omxplayer.
BTW, I consider that a very stupid system (separating video and audio into two different TCP streams).
That means the Ffmpeg idea won't work right?gkreidl wrote:
We are not downloading anything with kweb(3). youtube-dl is only used to extract the video URL and omxplayer(GUI) plays directly from that URL without downloading anything.
Code: Select all
kweb -KHCAWFJBRE {my url}
No idea, but trySirPali wrote:I have created a products page showing a list of products that refreshes to show now products every 10 seconds.
Each product has an image associated with it, and to minimize the amount of visible image loading I preload these images using Javascript. The images are supplied with a caching header stating the images have a max age of 24 hours.
While running the browser in kiosk mode for a while on a Raspberry Pi 2, some product images refuse to show. Instead, a blank space is shown where the image should be shown.
I have set the following options string to start the browser:
I've turned on page caching, the 100mb browser cache, and cookies. What might be causing my images to seemingly dissapear from the cache?Code: Select all
kweb -KHCAWFJBRE {my url}
If I refresh the page the images show again, but other images might stop displaying after some time.
I've been asked the same by a number of friends. Porting the browser would be easy but the Python scripts (video part) would have to be rewritten to a large degree. Perhaps, some day ...tulblut wrote:I use this browser almost daily on my Rpis, have you tought about a x86 version? I've an old x86 laptop (with debian wheezy) and every time I use it to browse the web I wish I could use kweb.
Code: Select all
wget http://omxplayer.sconde.net/builds/omxplayer_0.3.6~git20150319~7c752d3_armhf.deb
sudo dpkg -i omxplayer_0.3.6~git20150319~7c752d3_armhf.deb