Search Criteria
Package Details: pipeline-gtk 3.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pipeline-gtk.git (read-only, click to copy) |
---|---|
Package Base: | pipeline-gtk |
Description: | Watch YouTube and PeerTube videos in one place |
Upstream URL: | https://gitlab.com/schmiddi-on-mobile/pipeline |
Licenses: | GPL-3.0-or-later |
Conflicts: | tubefeeder |
Submitter: | julianfairfax |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 5 |
Popularity: | 0.51 |
First Submitted: | 2023-12-31 10:37 (UTC) |
Last Updated: | 2025-08-15 15:45 (UTC) |
Dependencies (10)
- clapper-enhancers
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR)
- libclapper
- libclapper-gtk
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- sqlite (sqlite-fossilAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- meson (meson-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
je-vv commented on 2025-05-30 03:50 (UTC)
BTW, it seems we're missing a gstreamer HLS demuxer:
Notice how gtuber plugin provides one (for youtube of course), but we're missing a similar one for peertube, where HLS means HTTP live streamer, meaning we're missing the peertube streamer for gstreamer, :) Oh well... It might be it doesn't exist. If you're luckier and find a plugin providing that for peertube, please share the information.
yt-dlp
whih is used by mpv to get the videos, has no issue, so setting pipeline-gtk/tubefeeder to always use the external player, and setting such player to be mpv works, :)je-vv commented on 2025-05-30 02:23 (UTC)
Hmm, I'm still getting:
That after the upgrade to
2.3.0-1
. But given how hard it is to get a working piped instance, which besides don't ask me for login, currently I'm using just the external player already set to mpv, and yt-dlp is confiured with sponsorblock, and I added the dearrow plugin, so I with pipeline I don't miss a thing, since yt-dlp downloads peertube stuff without issues.I don't know if you got a build issue BTW (I guess you upgraded to latest version), perhaps rebuilding paying attention if something fails, and otherwise just try again after rebuild.
taivlam commented on 2025-05-29 08:32 (UTC)
Not sure if the PeerTube GStreamer plugin issue was indirectly solved somehow, but now I get a different error when I open Pipeline that states:
I also found a GStreamer doc page that has info on what to do when a plugin is missing.
taivlam commented on 2025-04-22 12:56 (UTC)
@je-vv No, I'm not sure how to figure out what the missing GStreamer plugin in that interfaces with the PeerTube protocol.
The only resources I've come across so far is a list of plugins from GStreamer documentation. Also, there is a doc page on installing plugins and how to write a plugin.
je-vv commented on 2025-04-22 03:01 (UTC)
You are right @LFdev, missing the "cd" statement, :)
BTW, @taivlam, did you happen to find what the missing plugin is for peertube and what provides it?
Greetings !
LFdev commented on 2025-04-21 14:56 (UTC) (edited on 2025-04-21 15:04 (UTC) by LFdev)
Hi, there. Just a heads up: build is failing for v2.2.1-1 with:
I was able to fix it with:
Thank you for maintaining the package. Regards.
yochananmarqos commented on 2025-04-17 19:03 (UTC)
@dreieck: This package is indeed missing a prepare function; however what you're referring to are submodules of cargo crates. See Rust package guidelines.
dreieck commented on 2025-04-17 09:39 (UTC)
Ahoj,
this
PKGBUILD
downloads stuff inbuild()
.This should not happen.
Please move the download, that cannot be handled in the
source
array, to theprepare()
function, so thatbuild()
andpackage()
can run in an offline environment.Also, please download git submodules via the
source
array and reference them inprepare()
, es explained here in the Arch Linux wiki for-git
packages.Here an excerpt from the terminal:
Regards and thanks for the package!
je-vv commented on 2025-02-17 08:52 (UTC)
I can confirm what @taivlam reported. This time I have no clue what's required for gstreamer to fetch media from peertube. Last time it was hard for me to find what to use to fetch data from youtube. @fosdd, if it's working for you, can you examine the packages you have installed, and look for any that you might suspect helps fetching multimedia information from peertube or websites, like gtuber does, but gtuber doesn't fetch for peertube info, :(
taivlam commented on 2025-02-14 20:44 (UTC)
I installed this package and when I tried playing a video, I observed a
Missing Plugin
error stating the following:Is this error related to this package, or something else?
« First ‹ Previous 1 2 3 4 Next › Last »