摘要: sudo apt-get install ubuntu-desktop 阅读全文
posted @ 2022-04-20 14:52 MoonXu 阅读(464) 评论(0) 推荐(0)
摘要: 1. gstreamer 播放音频 command: gst-launch-1.0 filesrc location=qqqg.wav ! wavparse ! alsasink 2. gstreamer 播放网络流 gst-launch-1.0 playbin uri=http://10.168. 阅读全文
posted @ 2022-04-20 13:13 MoonXu 阅读(361) 评论(0) 推荐(0)
摘要: apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0- 阅读全文
posted @ 2022-04-20 13:05 MoonXu 阅读(289) 评论(0) 推荐(0)
摘要: 1.当时我的ubuntu上安装的qt版本是Qt5.4.1 gstreamer0.10 gstreamer1.0 gstreamer1.8 2.各种版本都试了,都报错 3.更换qt版本,Qt5.4.2依然报错 4.再次更换qt版本,Qt6.3.0。qt官网下载Qt Online Installer h 阅读全文
posted @ 2022-04-20 08:22 MoonXu 阅读(812) 评论(0) 推荐(0)