”GStreamer; Unable to pause” in Qt - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: ”GStreamer; Unable to pause” in Qt (/showthread.php?tid=13646) |
”GStreamer; Unable to pause” in Qt - Brandwarden - 04-17-2021 hi,guys I want to play online mp3 by QMediaPlayer ,it works well on ubuntu PC,but gose wrong on my sbc below is my code: QUrl url("https://files.21voa.com/202104/make-or-create.mp3"); QMediaPlayer mediaPlayer; mediaPlayer.setMedia(url); mediaPlayer.play(); errors : GStreamer; Unable to pause - "https://files.21voa.com/202104/make-or-create.mp3" GStreamer; Unable to pause - "https://files.21voa.com/202104/make-or-create.mp3" Error: "No URI handler implemented for \"https\"." I have libgstreamer-1.0.so /usr/lib/libgstreamer-1.0.so -> libgstreamer-1.0.so.0.1404.0 how can i fix this error? RE: ”GStreamer; Unable to pause” in Qt - barray - 04-17-2021 Your random programming issues aren't really suited to the RockPro64 forum. Just because you happened to run into the issue on a Pine device, doesn't make it a problem for the Pine community to solve. You'd be a million times better off asking your question to the Qt community. That said, you have a plugin problem. Checkout: https://github.com/strawberrymusicplayer/strawberry/issues/142 |