From: Alexandre Garreau <galex-713@galex-713.eu>
To: Po Lu <luangruo@yahoo.com>, emacs-devel@gnu.org
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: GStreamer xwidget
Date: Wed, 01 Dec 2021 09:30:02 +0100 [thread overview]
Message-ID: <4753471.QzKqnmncLX@galex-713.eu> (raw)
In-Reply-To: <E1msJiV-0004Tq-M9@fencepost.gnu.org>
Le merkredo, 1-a de decembro 2021, 8-a horo kaj 7:47 CET Richard Stallman
a écrit :
> [[[ To any NSA and FBI agents reading my email: please consider ]]]
> [[[ whether defending the US Constitution against all enemies, ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> I just saw some messages from Saturday that I had overlooked while
> falling behind.
>
> > > > It depends on GStreamer, gst-plugins-base, and
> > > > gst-plugins-good and is
> > > > thus a compile-time option.
> >
> > The plugins that this change takes advantage of will only stream
> > free
> > software, as it doesn't depend on gst-plugins-ugly or
> > gst-plugins-bad.
>
> Can you please show me how Emacs invokes get-plugins-good?
> How does that function specify plugins to use?
>
> > > We also have to think about whether it is good or bad to introduce
> > > this nonmodularity. What is better about showing videos this way,
> > > rather than just launching vlc in another window?
> >
> > People seem to want that in Emacs.
>
> That's not a very convincing reason.
Windowing is confusing, while embeding is more ergonomic, because it’s
more straightforward to figure out/remember where things are, since they’re
more related/constrained
> > Reading web pages that have embedded videos is quite common.
>
> Those videos are very often links to Youtube, which depend on running
> nonfree JS code. If the aim of linking with GStreamer is to make
> those embedded Youtube videos work in Emacs, we should not do it!
>
> Unless we can bypass the JS code of Youtube.
>
> We may be able to do that, if we make those embedded video links
> automatically talk to invidious proxies rather than to youtube.
>
> Can someone see how to implement that?
It would be better to mimick mpv or vlc in that respect, and use youtube-
dl or libquvi to get the direct links to the streams, and give that to
gstreamer. It would avoid an intermediary (what if the invidious proxy is
malicious, requires a proprietary captcha, is overloaded, or stops
working?). Plus youtube-dl would allow that to work with most streaming
platforms, not only youtube. And youtube-dl devs are really active and do
most of the up-to-date work of reverse engineering to keep those working
correctly.
Isn’t that how ViewTube used to work?
prev parent reply other threads:[~2021-12-01 8:30 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87ee7cq2mu.fsf.ref@yahoo.com>
2021-11-19 2:51 ` GStreamer xwidget Po Lu
2021-11-19 4:01 ` T.V Raman
2021-11-19 4:21 ` Po Lu
2021-11-19 5:38 ` Lars Ingebrigtsen
2021-11-19 5:49 ` Po Lu
2021-11-19 6:19 ` Lars Ingebrigtsen
2021-11-19 6:37 ` Po Lu
2021-11-19 6:53 ` Lars Ingebrigtsen
2021-11-19 13:03 ` Eli Zaretskii
2021-11-19 13:07 ` Po Lu
2021-11-19 13:22 ` Eli Zaretskii
2021-11-19 13:33 ` Po Lu
2021-11-19 13:45 ` Eli Zaretskii
2021-11-20 5:07 ` Po Lu
2021-11-20 7:23 ` Eli Zaretskii
2021-11-20 7:27 ` Po Lu
2021-11-21 5:19 ` Richard Stallman
2021-11-21 6:53 ` Lars Ingebrigtsen
2021-11-22 4:31 ` Richard Stallman
2021-11-20 7:42 ` Richard Stallman
2021-11-20 8:05 ` Po Lu
2021-11-20 8:16 ` Lars Ingebrigtsen
2021-11-21 5:18 ` Richard Stallman
2021-11-21 5:27 ` Po Lu
2021-11-22 4:31 ` Richard Stallman
2021-11-22 4:41 ` Po Lu
2021-11-23 6:11 ` Richard Stallman
2021-11-23 7:07 ` Po Lu
2021-11-23 20:54 ` Richard Stallman
2021-11-24 0:32 ` Po Lu
2021-11-25 5:32 ` Richard Stallman
2021-11-25 8:13 ` Po Lu
2021-11-25 11:34 ` Alexandre Garreau
2021-11-27 4:09 ` Richard Stallman
2021-12-01 12:30 ` Dmitry Gutov
2021-12-01 17:53 ` Arthur Miller
2021-12-02 0:51 ` Po Lu
2021-12-02 2:47 ` chad
2021-11-27 4:08 ` Richard Stallman
2021-11-27 4:38 ` Po Lu
2021-11-28 4:24 ` Richard Stallman
2021-11-28 4:42 ` Po Lu
2021-11-28 8:04 ` Yuri Khan
2021-11-28 8:16 ` Po Lu
2021-11-29 3:02 ` Richard Stallman
2021-11-29 7:31 ` Yuri Khan
2021-11-29 7:44 ` Po Lu
2021-11-29 21:12 ` Richard Stallman
2021-11-30 1:38 ` Po Lu
2021-11-30 8:30 ` Yasushi SHOJI
2021-11-30 9:29 ` Po Lu
2021-11-30 10:30 ` Yasushi SHOJI
2021-12-01 7:04 ` Richard Stallman
2021-12-01 7:09 ` Po Lu
2021-11-30 4:09 ` Richard Stallman
2021-11-29 3:01 ` Richard Stallman
2021-11-29 3:12 ` Po Lu
2021-11-30 4:09 ` Richard Stallman
2021-11-30 4:36 ` Po Lu
2021-12-01 7:04 ` Richard Stallman
2021-11-23 6:11 ` Richard Stallman
2021-11-23 6:55 ` Po Lu
2021-11-24 4:28 ` Richard Stallman
2021-11-21 6:52 ` Lars Ingebrigtsen
2021-11-21 14:45 ` Arthur Miller
2021-11-23 6:09 ` Richard Stallman
2021-11-22 4:31 ` Richard Stallman
2021-12-01 7:07 ` Richard Stallman
2021-12-01 7:31 ` Po Lu
2021-12-01 8:30 ` Alexandre Garreau [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4753471.QzKqnmncLX@galex-713.eu \
--to=galex-713@galex-713.eu \
--cc=emacs-devel@gnu.org \
--cc=luangruo@yahoo.com \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.