Che delusione che sti sta rivelando #Piped, i video vengono riprodotti per pochi minuti e poi si bloccano.
Sapete per caso consigliarmi un'alternativa? Magari che abbia anche un client per Android
Che delusione che sti sta rivelando #Piped, i video vengono riprodotti per pochi minuti e poi si bloccano.
Sapete per caso consigliarmi un'alternativa? Magari che abbia anche un client per Android
The sticks o' RAM are finally here !
Time to set up the home server dedicated for the snowflake-proxy, pihole, locally self hosted stuff and more other stuff !
I've had big trouble watching #youtube videos using #freetube / #invidious / #piped these past few weeks, and youtube _is_ fully controlled by an increasingly tech-feudalism / trump-fascism aligned megacorp; so I'm trying to wean myself off that platform.
So! What are your favourite #peertube channels?
#askfedi #fediMigration
This is an absolutely amazing tool for downloading videos:
#youtube #yt-dlp #piped #invidious #alternative #youtubeAlternative
@autonomysolidarity Abgesehen von meiner fundamentalen »KI«-Kritik habe ich hier noch die Schmerzen, dass es nicht so aussieht, als sei das Verhalten steuerbar. So setzt Google / Alphabet nun bei YouTube doch noch Persönliche-Daten-Zwang, Loginzwang usw. durch. Mittelfristig werden dann auch @newpipe , @FreeTube , @invidious und #piped unüberwindbare Probleme bekommen.
Und dann ist YouTube für mich Geschichte. @peertube darf bis dahin ruhig auch ein bisschen mehr Unterhaltung zeigen NewPipe erschließt uns auch andere Plattformen, und @zapp hat auch viel zu bieten.
The main feature of this release is the support for multiple backends in the youtube
plugin.
It allows you to watch ad-free YouTube videos on any supported media player and manage your playlists and subscriptions through multiple YouTube implementations.
Support for multiple YouTube backendsEarlier only #Piped was supported, but given the state of the project and most instances (all the ones I’ve tested, including my own, are still blocked by #YouTube’s new restrictions) I’ve added support for #Invidious too, and that’s currently the recommended backend.
The in-browser YouTube player now plays videos using the Invidious embedded player if you configure the invidious
backend, so the UI can be used as a full alternative frontend for Invidious.
I’ve also added a new google
backend that leverages the official YouTube Data API to search and fetch your playlists and subscriptions, but keep in mind that:
It requires you to register a project on the Google Cloud developers console.
It doesn’t support the get_feed()
action (YouTube has removed the endpoint in v3), so you won’t be able to get the latest videos published by your subscribed channel.
All searches and activities will be logged on your Google account, so it’s probably not the best option if you are looking for a privacy-aware experience (but video streaming will still be ad-free).
The youtube
plugin should work in tandem with any supported Platypush media integrations (tested with media.mpv
, media.vlc
, media.gstreamer
, media.kodi
and media.chromecast
), but media.mpv
is recommended. The reason is that mpv
provides the --ytdl
option out of the box to leverage yt-dlp
to download and stream videos on the fly, while other media plugins will have to first download the full video locally before streaming it (I’ve tried to implement my own real-time media streaming server, but I’m still not very happy with its stability).
I’ve always been baffled by the fact that there isn’t a standard format to export playlists/subscriptions across different backend implementations (even among alternative backends, such as Piped and Invidious).
As someone who has migrated through different YouTube backends and apps depending on the state of restrictions implemented by Google, I’ve often had to write my own scripts to convert CSV/JSON exports from one platform or app to a format understood by the new solution.
Since the Platypush youtube
plugin exposes the same API regardless of the backend, it is possible to configure multiple backends, and write a small script that fetches all playlists and subscriptions from one and imports them into another:
from platypush import run
# Get all the playlists from e.g. the Piped backend
piped_playlists = run("youtube.get_playlists", backend="piped")
piped_playlists_with_videos = {
pl["id"]: {
item["id"]
for item in run(
"youtube.get_playlist",
id=pl["id"],
backend="piped"
)
}
for pl in piped_playlists
}
# Create the playlists on Invidious and populate them
for pl in piped_playlists:
invidious_playlist = run(
"youtube.create_playlist",
name=pl["name"],
backend="invidious"
)
run(
"youtube.add_to_playlist",
playlist_id=invidious_playlist["id"],
item_ids=piped_playlists_with_videos[pl["id"]] or [],
backend="invidious"
)
Note that the simple script above doesn’t handle merge of existing playlists and items, but it can be easily adapted - if there’s enough interest I may write a small blog article with a more complete example.
Other release featuresThe full changelog of the new release is here. Besides the youtube
integration changes, this release includes the following features:
Many stability/performance improvements for the music.mopidy
integration - especially in handling connection recoveries.
Support for ungrouped lights in the light.hue
plugin.
Added a new Application tab to the UI, which allows you to monitor all events and requests handled by the service.
Adapted ssl
layer to Python 3.12 (which has deprecated ssl.wrap_socket()
).
Migrated the kafka
integration to kafka-python-ng
instead of kafka
, which is currently broken and basically unmaintained.
#Invidious scheint mir nun leider endgültig tot zu sein. Sämtliche Instanzen, und das sind etliche, die ich gespeichert haben, werfen den gleichen Fehler.
Die Liste der als öffentlich genannten Instanzen wird (eher wurde) täglich kürzer.
#Piped funktioniert zwar noch, hat aber auch haufenweise Fehler.
Es sieht nicht gut aus mit freien #Youtube Frontends.
Offene alternativen wird es wohl eher nicht geben, weil man auf denen ja keine Kohle mit #Werbung verdienen könnte.
Обновил Piped, теперь работает.
Собрал себе докер-имейдж с OpenJ9 (да, с компиляцией jdk, а не качанием рандомных бинарников), можете тоже использовать в проектах на джаве: `FROM git.dc09.ru/darkcat09/openj9:latest`
Есть небольшая вероятность, что убрал из JRE нужный модуль ради уменьшения размера контейнера, так что пишите, если у вас ошибка при запуске.
Это к чему: пайпед теперь не в chroot, а в контейнере (свой имейдж на основе openj9), вместо докера заюзан nerdctl, работающий напрямую с containerd, поддерживающий фичи докера и даже больше. Планировал запустить и bg-helper-server в контейнере, но пока что пайпед спокойно работает и без токенов.
https://pv.dc09.ru
https://git.dc09.ru/DarkCat09/docker-openj9-piped
#docker #java #openj9 #youtube #piped #dc09ru @ru
@Nelfan I use #NewPipe on Android, but unfortunately it doesn’t come with a web version.
After self-hosting #Piped for a while I’ve recently switched to #Indivious (Piped isn’t seeing much development and it’s much easier to get blocked by YouTube by using it), and I must say that, hosted on a residential address and with IPv6 rotation, it does its job quite well.
For everything else (streaming on TV, Chromecast etc.) #Platypush with the YouTube plugin and MPV/VLC does a very good job, as long as yt-dlp is up-to-date (of course, being the main developer of it I’m a bit biased here).
I really hope that yt-dlp keeps working, and I’d direct my efforts towards keeping that alive, because yt-dlp functioning properly (and not only for YouTube) means that a lot of projects downstream will keep functioning.
I’ve made a Python script to synchronize my #Piped subscriptions and playlists to #Invidious, as I have recently migrated my instance, as Piped struggles to pass the new #YouTube checks.
I’m a bit surprised that there isn’t an easy portable format for account information across different YouTube frontends, and each has kind of reinvented the import/export wheel.
@egent07 Diese Fehler tauchen aber nicht auf, wenn du ein Video teilst, das auf PeerTube hochgeladen wurde oder?
#Invidious und #Piped kann man vergessen. Früher waren sie mal ganz nützlich und ich bin dankbar, dass sie entwickelt wurden. Aber Google wehrt sich stark gegen diese alternativen Frontends. Machmal werden sie angepasst, sodass sie funktionieren, aber dann ändert Google wieder etwas und nichts geht mehr. Es ist ein Katz-und-Maus-Spiel, das Google gewinnen wird, weil es die Regeln festlegen kann.
Langfristig hilft es nur, mehr Contentersteller.innen zu PeerTube zu bewegen und mehr Menschen auf darauf aufmerksam zu machen. Dann werden solche Hilfsmittel wie Invidious nicht mehr benötigt, weil genug Content auf PeerTube vorhanden ist und Menschen weniger abhängig von Google sind.
Ob das klappen wird, werden wir noch sehen :)
About #Youtube:
I'm seeing more and more 'sign in' before watching nonsense not only on explicit sex scenes in films, but on #DemocracyNow videos, etc.
I'm seeing an increasing number of 'sign in' crap often on subjects like #Palestine , #policebrutality, #LGBTQIAplus stuff and so on.
I'm also seeing an increase in centre-right to far right videos in the queue , despite my obvious choices in the opposite.
i couldn't give a shit about Youtube, until #Invidious and #Piped video had difficulties and kept getting blocked by le putain Google.
Any1 else seeing this?
Posting a #YouTube video? Just post the canonical YT link.
Many people opt to use and share links to 3rd party web interfaces that greatly de-enshittify the experience (#Piped / #Invidious), and I'm glad for that and that those projects exist.
That said, when sharing a YT video, please just share the canonical YouTube link rather than a link to a random Piped/Invidious instance and let people handle using a 3rd party interface themselves.
"Stop the comeback to fascism in germany and in europe..."
13 Jahre alter Track von #jandelay
Jan Delay - Söhne Stammheims (Endlich sind die Terroristen weg)
https://piped.video/watch?v=CNG8ejPysB8
https://www.youtube.com/watch?v=CNG8ejPysB8
#piped
#youtoube
#terroristen
#ruheundordnungundfriesden
#jandelay
#hatefascism
#fckafd
#stopfascism
#niewiederistjetzt
Ich eben so: "Oh Shit, die Videos starten nicht mehr! YouTube hat wohl wieder was an der API gedreht."
Dann mal eben über die FritzBox eine neue IP geholt und schwups schon laufen die Videos wieder. Ach ja, und als Fallback habe ich mir dann noch schnell Piped installiert.
Nicht mit mir, Du Drecksverein!
DIGITAL PRIVACY News - 11.12.2024
Long time, no news.
The last few months was only work. There was hardly any free time, but still time to take a shower and get a good sleep - that's helpful. But that was basically it. I'm looking forward to having a few days off over Christmas.
Read more about our matrix and piped instance:
https://digitalprivacy.diy/news/en/digital-privacy-news-11-12-2024