Is it possible to watch Youtube live streams ?
Is it possible for Sailfish user to watch live Youtube streams? There are some tips how to watch videos with Android. I am asking ways to watch videos without Android preferably with Jolla Tablet.
We have moved to a new Sailfish OS Forum. Please start new discussions there.
Is it possible for Sailfish user to watch live Youtube streams? There are some tips how to watch videos with Android. I am asking ways to watch videos without Android preferably with Jolla Tablet.
Currently not possible natively. You need an android webbrowser like firefox which supports that sort of streams.
@leszek I wonder if something like this could be used: http://docs.livestreamer.io/
Similarly to youtube-dl as a python script to pull the stream for the LLs vPlayer (supports lots of websites not only YT, then again not sure if it is up to date)
You can actually, just requires installing python3, pip (https://pip.pypa.io/en/stable/installing/), gcc, python3-devel, python3-base, (also had https://build.merproject.org/package/show/home:thp:gpodder/python3-requests but pip should probably manage to install this too) at this point you should be able to 'pip install -U streamlink' (more at https://streamlink.github.io/install.html) (it will try to compile a few packages so maybe something like libstdc++-devel is also required, check what's missing in the error msg) at this point you should have streamlink that can download streams or pipe them straight to LLS VideoPlayer (to get that just use -p=harbour-videoPlayer --player-http in your command before the stream URL)
Oh yeah, installing pip might be risky, from their page:
Warning
Be cautious if you are using a Python install that is managed by your operating system or another package manager. get-pip.py does not coordinate with those tools, and may leave your system in an inconsistent state.
(did work for me though, your mileage may vary)
Fully agree with @DrYak's comment. A great solution would an integration into e.g. YTPLAYER, currenty maintained by @direct85 which can be found in Openrepos.net aka Storeman.
Marti Masa K ( 2019-03-05 20:24:29 +0200 )editThis thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2017-10-01 17:27:28 +0200
Seen: 1,023 times
Last updated: Mar 04 '19
PBAP bluetooth profile support is requested [released]
My Jolla does not recognise any micro sd card. What I can do? [answered]
Add skype integration to sailfish os
Add DBus interface to stock music player [released]
[How-To] WPA-802.1X (enterprise), eduroam +[Others] GUI wifi support needed + workaround [released]
Allow for multiple notification destinations
Prevent accidental shutdown [answered]
Android applications should not be grouped in the same window [released]
YTPlayer(native) from Openrepos; for phone and tablet; https://openrepos.net/content/osetr/ytplayer-fork
Spam Hunter ( 2017-10-01 18:46:50 +0200 )editLast time i checked it didn't support streams. Does it work now??
ApB ( 2017-10-01 20:38:54 +0200 )editIt uses Youtube-DL as backend, if that tool supports it then YTPlayer will support it too I guess.
Dylan Van Assche ( 2017-10-01 20:55:04 +0200 )edit@ApB - thanks, you make a good point, it seems I omitted the word 'live' when reading the post, so I may well be wrong on this one!
Spam Hunter ( 2017-10-02 00:05:04 +0200 )editAs rightly pointed out by @ApB, YTPlayer does not play live streams, it attempts to play/look for streams and then throws a banner saying "Ytplayer failed to find usable video streams".
Spam Hunter ( 2017-10-02 20:40:21 +0200 )edit