Guest User

Untitled

a guest
Nov 14th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.58 KB | None | 0 0
  1. root@cedartrail:~# GST_DEBUG=vaapidecode:9 gst-launch -v udpsrc port=5000 multicast-group=224.1.2.8 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, payload=(int)96" ! rtph264depay ! h264parse config-interval=1 ! queue ! vaapidecode ! vaapisink sync=false
  2. Setting pipeline to PAUSED ...
  3. 0:00:00.071385481   931  0x8132520 DEBUG            vaapidecode gstvaapidecode.c:768:gst_vaapidecode_query: sharing display (nil)
  4. libva: VA-API version 0.32.1
  5. libva: va_getDriverName() returns 0
  6. libva: Trying to open /usr/lib/dri/pvr_drv_video.so
  7. libva: va_openDriver() returns 0
  8. Pipeline is live and does not need PREROLL ...
  9. Setting pipeline to PLAYING ...
  10. New clock: GstSystemClock
  11. /GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal
  12. /GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:sink: caps = application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1
  13. /GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true
  14. /GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal
  15. 0:00:00.107866255   931  0x805def0 DEBUG            vaapidecode gstvaapidecode.c:732:gst_vaapidecode_sink_event: handle sink event 'newsegment'
  16. /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true
  17. /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true
  18. /GstPipeline:pipeline0/GstVaapiDecode:vaapidecode0.GstPad:src: caps = video/x-surface, type=(string)vaapi, opengl=(boolean)true
  19. /GstPipeline:pipeline0/GstVaapiDecode:vaapidecode0.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true
  20. 0:00:00.138035564   931  0x805def0 DEBUG            vaapidecode gstvaapidecode.c:279:gst_vaapidecode_step: decode error 2
  21. 0:00:00.177743003   931  0x805def0 DEBUG            vaapidecode gstvaapidecode.c:732:gst_vaapidecode_sink_event: handle sink event 'tag'
  22. 0:00:00.177969278   931  0x805def0 DEBUG            vaapidecode gstvaapidecode.c:732:gst_vaapidecode_sink_event: handle sink event 'eos'
  23. 0:00:00.179014554   931 0xb5804d80 DEBUG            vaapidecode gstvaapidecode.c:768:gst_vaapidecode_query: sharing display 0x80e31f0
  24. 0:00:00.179461180   931 0xb5804d80 DEBUG            vaapidecode gstvaapidecode.c:757:gst_vaapidecode_src_event: handle src event 'latency'
  25. Got EOS from element "pipeline0".
  26. Execution ended after 95532799 ns.
  27. Setting pipeline to PAUSED ...
  28. Setting pipeline to READY ...
  29. /GstPipeline:pipeline0/GstVaapiDecode:vaapidecode0.GstPad:src: caps = NULL
  30. /GstPipeline:pipeline0/GstVaapiDecode:vaapidecode0.GstPad:sink: caps = NULL
  31. /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = NULL
  32. /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = NULL
  33. /GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:src: caps = NULL
  34. /GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:sink: caps = NULL
  35. /GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:src: caps = NULL
  36. /GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:sink: caps = NULL
  37. /GstPipeline:pipeline0/GstUDPSrc:udpsrc0.GstPad:src: caps = NULL
  38. Setting pipeline to NULL ...
  39. Freeing pipeline ...
Advertisement
Add Comment
Please, Sign In to add comment