no direct path to convert colorspace from ayuv4444 -> yuv420p

Santosh Shingare cherishsantosh at gmail.com
Thu Sep 24 02:52:42 PDT 2015


This is my pipeline, can you tell me what I am missing here?

GST_DEBUG=3 gst-launch-0.10 -e videomixer name=mix ! ffmpegcolorspace !
queue ! x264enc ! flvmux streamable=true ! queue2 ! rtmpsink
location='rtmp://10.99.122.81/oflaDemo/Test live=1' sync=false t1. rtmpsrc
location='rtmp://10.99.122.81/oflaDemo/Santosh live=1' ! decodebin !
videobox border-alpha=0 top=0 left=-320 ! mix. rtmpsrc
location='rtmp://10.99.122.81/oflaDemo/Amit live=1' ! decodebin ! videobox
border-alpha=0 top=0 left=-640 ! mix.

Without DEBUG
*********************************************************************
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock

*********************************************************************

Here I am mixing two stream, and publish new stream on RED5 server.



Getting log with DEBUG mode
*********************************************************************
0:00:00.470269762 18905      0x245e0a0 INFO              videomixer
videomixer.c:1384:gst_videomixer_fill_queues:<mix> _sending play segment
0:00:00.470285534 18905      0x245e0a0 INFO               GST_EVENT
gstevent.c:600:gst_event_new_new_segment_full: creating newsegment update 0,
rate 1.000000, format GST_FORMAT_TIME, start 0:00:00.000000000, stop
99:99:99.999999999, position 0:00:00.000000000
0:00:00.470359940 18905      0x245e0a0 INFO              videomixer
videomixer.c:1033:gst_videomixer_setcaps:<mix> set src caps:
video/x-raw-yuv, format=(fourcc)AYUV, width=(int)960, height=(int)240,
framerate=(fraction)25/1, interlaced=(boolean)false,
pixel-aspect-ratio=(fraction)1/1
0:00:00.476950315 18905      0x245e0a0 INFO         GST_PERFORMANCE
imgconvert.c:3736:img_convert: no direct path to convert colorspace from
ayuv4444 -> yuv420p
0:00:00.477007767 18905      0x245e0a0 INFO         GST_PERFORMANCE
imgconvert.c:3736:img_convert: no direct path to convert colorspace from
ayuv4444 -> yuv444p
0:00:00.484017800 18905      0x245e050 INFO                 x264enc
:0::<x264enc0> using SAR=1/1

0:00:00.487014757 18905      0x245e050 INFO                 x264enc
:0::<x264enc0> using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX XOP
FMA4 FMA3 LZCNT BMI1

0:00:00.505678168 18905      0x245e050 INFO                 x264enc
:0::<x264enc0> profile High, level 3.0

0:00:00.529627953 18905      0x245e0a0 INFO         GST_PERFORMANCE
imgconvert.c:3736:img_convert: no direct path to convert colorspace from
ayuv4444 -> yuv420p
0:00:00.529699500 18905      0x245e0a0 INFO         GST_PERFORMANCE
imgconvert.c:3736:img_convert: no direct path to convert colorspace from
ayuv4444 -> yuv444p
0:00:00.536322030 18905      0x245e050 WARN                 x264enc
:0::<x264enc0> non-strictly-monotonic PTS

0:00:00.540922885 18905      0x245e0a0 INFO         GST_PERFORMANCE
imgconvert.c:3736:img_convert: no direct path to convert colorspace from
ayuv4444 -> yuv420p
0:00:00.541002239 18905      0x245e0a0 INFO         GST_PERFORMANCE
imgconvert.c:3736:img_convert: no direct path to convert colorspace from
ayuv4444 -> yuv444p

********************************************************************



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/no-direct-path-to-convert-colorspace-from-ayuv4444-yuv420p-tp4673810.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list