Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Calling a video player for video/media #64

Closed
lanodan opened this issue Jul 15, 2018 · 3 comments
Closed

Calling a video player for video/media #64

lanodan opened this issue Jul 15, 2018 · 3 comments
Labels
idea New feature or request

Comments

@lanodan
Copy link

lanodan commented Jul 15, 2018

Currently tootle calls a web browser for playing a video, which is very overkill.
I don’t know if GTK got a video widget (as Qt or KDE does), but it would be nice if it could at least be configurable to call a video player instead.

@lanodan lanodan changed the title Calling a video player for media Calling a video player for video/media Jul 15, 2018
@alcinnz
Copy link

alcinnz commented Jul 16, 2018

I don't think it's available in Juno yet, but there's a video widget coming in GTK4.

But I think until then it'd be appropriate to just play silent videos in a loop using GStreamer.

@lanodan
Copy link
Author

lanodan commented Jul 16, 2018

But I think until then it'd be appropriate to just play silent videos in a loop using GStreamer.

Yes, but if possible without autoplay, for example with click-to-play / click-to-pause (accessibility but also bandwidth/memory usage).

@bleakgrey bleakgrey added the idea New feature or request label Jul 16, 2018
@alcinnz
Copy link

alcinnz commented Jul 17, 2018

@lanodan It's certainly possible, and desirable. But it's quite clearly out-of-scope for GStreamer, so Tootle would have to implement it itself.

On the otherhand it's such a simple interaction it should be trivial to implement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
idea New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants