我尝试使用 gstreamer 在 Raspbian 拉伸上播放视频,但失败了。我开始安装 gst-omx 并尝试了以下管道:
gst-launch-1.0 videotestsrc ! videoconvert ! glimagesink
-> ERROR: from element /GstPipeline:pipeline0/GstGLImageSinkBin:glimagesinkbin0/GstGLImageSink:sink: Failed to connect to X display server
gst-launch-1.0 --gst-debug=3 uridecodebin uri=file:///opt/test/file.mp4 ! autovideosink
and
gst-launch-1.0 --gst-debug=3 playbin uri=file:///opt/test/file.mp4
-> gldisplay gstgldisplay_x11.c:88:gst_gl_display_x11_new: Failed to open X11 display connection with name, '(null)'
似乎GStreamer
正在寻找 X 显示服务器。但我不想用一个。
有人让它在 Raspbian Stretch 上运行吗?它似乎对 Wheezy 有效。