bisq-network / bisq2

GNU Affero General Public License v3.0
194 stars 68 forks source link

Cannot watch Bisq Easy video on Ubuntu 23.10 Wayland #1830

Closed s373nZ closed 8 months ago

s373nZ commented 8 months ago

I'm getting the following error when trying to watch the Bisq Easy video:

ERROR [JavaFX Application Thread] b.d.m.c.b.o.v.BisqEasyVideoView: mp4 not supported javafx.scene.media.MediaException: com.sun.media.jfxmedia.MediaException: Could not create player!

The overlay renders, but the video won't play and I'm unable to close the window. Maybe some video encoding dependency is missing?

HenrikJannsen commented 8 months ago

Can you try to open https://github.com/bisq-network/bisq2/blob/main/apps/desktop/desktop/src/main/resources/bisq-easy-intro.mp4 to see if you can play that in the browser?

s373nZ commented 8 months ago

Yes, it plays in Brave Browser.

HenrikJannsen commented 8 months ago

We open weblink if an error is thrown by not supported codecs: https://github.com/bisq-network/bisq2/pull/1884