Comment 0 for bug 2028016

Revision history for this message
Jeremy BĂ­cha (jbicha) wrote :

Ubuntu's default video app, Totem, includes a Channels tab with 3 web video providers:
- Apple Movie Trailers
- Euronews
- Rai.tv

Screenshot attached.

I recommend that we disable this feature because
- These are somewhat obscure video sources

- It can be unexpected to parents, school administrators, etc. for this app to be able to view web content

- Perhaps most importantly, none of these 3 sources seemed to work today in my clean Ubuntu 23.04 install.
+ Apple Movie Trailers worked after I installed additional gstreamer plugins which aren't installed by default.
+ Based on the errors shown in my terminal, it looks like Euronews either changed their API or it's no longer available.

- If these channels can be broken and we aren't getting bug reports, are people actually even using this feature?

Implementation
--------------
This feature is enabled by some plugins shipped in totem's src/plugins . They can be disabled by the meson build.

Also, totem depends on grilo-plugins-0.3-base which provides supporting files. None of the plugins works if that dependency is removed.

We would then also need to patch Totem to no longer show the Channels page in the Totem app.