Advertisement
pratikshinde

gst_ti

Feb 8th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.16 KB | None | 0 0
  1. root@localhost:/home/linaro# gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=2 ! video/x-raw-yuv,format=\(fourcc\)UYVY ! TIVidenc1 codecName=h264enc engineName=codecServer resolution=720x480 ! queue2 ! flvmux name=mux alsasrc ! ffenc_aac ! mux. mux. ! queue2 ! rtmpsink  location='rtmp://192.168.2.200/videochat/sankar'
  2. Setting pipeline to PAUSED ...
  3. /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: actual-buffer-time = 200000
  4. /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: actual-latency-time = 9523
  5. /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
  6. /GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)100/1, width=(int)720, height=(int)480
  7. Pipeline is live and does not need PREROLL ...
  8. WARNING: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Could not get parameters on device '/dev/video2'
  9. Additional debug info:
  10. v4l2src_calls.c(239): gst_v4l2src_set_capture (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
  11. system error: Invalid argument
  12. Setting pipeline to PLAYING ...
  13. New clock: GstAudioSrcClock
  14. /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)100/1, width=(int)720, height=(int)480
  15. /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)100/1, width=(int)720, height=(int)480
  16. /GstPipeline:pipeline0/GstTIVidenc1:tividenc10.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)100/1, width=(int)720, height=(int)480
  17. /GstPipeline:pipeline0/ffenc_aac:ffenc_aac0.GstPad:src: caps = audio/mpeg, channels=(int)2, rate=(int)44100, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1210
  18. /GstPipeline:pipeline0/ffenc_aac:ffenc_aac0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
  19. /GstPipeline:pipeline0/GstFlvMux:mux.GstPad:audio: caps = audio/mpeg, channels=(int)2, rate=(int)44100, mpegversion=(int)4, framed=(boolean)true, codec_data=(buffer)1210
  20. /GstPipeline:pipeline0/GstTIVidenc1:tividenc10.GstPad:src: caps = video/x-h264, framerate=(fraction)30000/1001, width=(int)720, height=(int)480, codec_data=(buffer)0142801effe100096742801e8b680b43d101000668ce01a87720
  21. /GstPipeline:pipeline0/GstQueue2:queue20.GstPad:sink: caps = video/x-h264, framerate=(fraction)30000/1001, width=(int)720, height=(int)480, codec_data=(buffer)0142801effe100096742801e8b680b43d101000668ce01a87720
  22. /GstPipeline:pipeline0/GstQueue2:queue20.GstPad:src: caps = video/x-h264, framerate=(fraction)30000/1001, width=(int)720, height=(int)480, codec_data=(buffer)0142801effe100096742801e8b680b43d101000668ce01a87720
  23. /GstPipeline:pipeline0/GstFlvMux:mux.GstPad:video: caps = video/x-h264, framerate=(fraction)30000/1001, width=(int)720, height=(int)480, codec_data=(buffer)0142801effe100096742801e8b680b43d101000668ce01a87720
  24. /GstPipeline:pipeline0/GstFlvMux:mux.GstPad:src: caps = video/x-flv, streamheader=(buffer)< 464c5601050000000900000000,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement