如何在gstreamer中播放ffmpeg的NUT文件?

时间:2019-07-10 15:45:36

标签: gstreamer gstreamer-1.0

我无法在gstreamer中播放ffmpeg NUT格式。如果使用解码器,则表示缺少元素:H.264解码器。

$ gst-launch-1.0 -v --gst-debug=trace filesrc location=test.nut ! avdemux_nut ! decodebin ! autovideosink   
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstDecodeBin:decodebin0.GstGhostPad:sink.GstProxyPad:proxypad0: caps = video/x-h264, width=(int)800, height=(int)800, framerate=(fraction)30/1, alignment=(string)au, codec_data=(buffer)000000016764001facb2019032d80880000003008000001e078c19240000000168ebc3cb22c0
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = video/x-h264, width=(int)800, height=(int)800, framerate=(fraction)30/1, alignment=(string)au, codec_data=(buffer)000000016764001facb2019032d80880000003008000001e078c19240000000168ebc3cb22c0
Missing element: H.264 decoder
ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0: Your GStreamer installation is missing a plug-in.
Additional debug info:
gstdecodebin2.c(4640): gst_decode_bin_expose (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0:
no suitable plugins found:
Couldn't set h264parse0 to PAUSED

ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...

但是,h264解码器在那里。我可以正常播放mp4:

$ gst-launch-1.0 -v --gst-debug=trace filesrc location=test.mp4 ! qtdemux ! decodebin ! autovideosink            
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstDecodeBin:decodebin0.GstGhostPad:sink.GstProxyPad:proxypad0: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)high, codec_data=(buffer)0164001fffe100186764001facb2019032d80880000003008000001e078c192401000668ebc3cb22c0, width=(int)800, height=(int)800, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)high, codec_data=(buffer)0164001fffe100186764001facb2019032d80880000003008000001e078c192401000668ebc3cb22c0, width=(int)800, height=(int)800, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstH264Parse:h264parse0.GstPad:src: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)high, codec_data=(buffer)0164001fffe100186764001facb2019032d80880000003008000001e078c192401000668ebc3cb22c0, width=(int)800, height=(int)800, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, chroma-format=(string)4:2:0, bit-depth-luma=(uint)8, bit-depth-chroma=(uint)8, parsed=(boolean)true
Redistribute latency...

0 个答案:

没有答案