We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2019-12-31 14:05:06 +0200 |
Gallery and the QML Mediaplayer are not able to play 36c3 videos. But sailfish-browser is able to play webm.
Expected: Video is played Actual behavior: Error message in Gallery
if you try to start mp4 in the browser it also fails because of missing libraries!
I also tried to play a video via Qt.openUrlExternaly. This works with stream ("https://") videos because then the browser is started. It fails with local files because then the Gallery app is started to play.
I also tried qml Video (https://doc.qt.io/qt-5/qml-qtmultimedia-video.html) but it fails on both - stream and file - too.
I expect that these video fail because of multi lang. There should be some older bug from me somewhere...
2 | No.2 Revision |
Gallery and the QML Mediaplayer are not able to play 36c3 videos. But sailfish-browser is able to play webm.
Expected: Video is played Actual behavior: Error message in Gallery
if you try to start mp4 in the browser it also fails because of missing libraries!
I also tried to play a video via Qt.openUrlExternaly. This works with stream ("https://") videos because then the browser is started. It fails with local files because then the Gallery app is started to play.
I also tried qml Video (https://doc.qt.io/qt-5/qml-qtmultimedia-video.html) but it fails on both - stream and file - too.
I expect that these video fail because of multi lang. There should be some older bug from me somewhere...