Guest User

UDP ffmpeg > gstreamer console out

a guest
Dec 3rd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. ---------------------------SENDER------------------------------------------------------
  2. ffmpeg -video_size 1366x768 -framerate 25 -f x11grab -i :0.0 -vcodec libx264 -preset ultrafast -tune zerolatency -f h264 udp://192.168.1.12:5000
  3. ffmpeg version 3.2 Copyright (c) 2000-2016 the FFmpeg developers
  4. built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  5. configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --mandir=/usr/share/man --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libfreetype --enable-gnutls --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvidstab --enable-libwavpack --enable-nvenc
  6. libavutil 55. 34.100 / 55. 34.100
  7. libavcodec 57. 64.100 / 57. 64.100
  8. libavformat 57. 56.100 / 57. 56.100
  9. libavdevice 57. 1.100 / 57. 1.100
  10. libavfilter 6. 65.100 / 6. 65.100
  11. libavresample 3. 1. 0 / 3. 1. 0
  12. libswscale 4. 2.100 / 4. 2.100
  13. libswresample 2. 3.100 / 2. 3.100
  14. libpostproc 54. 1.100 / 54. 1.100
  15. [x11grab @ 0x3cdcc00] Stream #0: not enough frames to estimate rate; consider increasing probesize
  16. Input #0, x11grab, from ':0.0':
  17. Duration: N/A, start: 1480754765.659187, bitrate: N/A
  18. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1366x768, 25 fps, 1000k tbr, 1000k tbn, 1000k tbc
  19. No pixel format specified, yuv444p for H.264 encoding chosen.
  20. Use -pix_fmt yuv420p for compatibility with outdated media players.
  21. [libx264 @ 0x3ce72e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
  22. [libx264 @ 0x3ce72e0] profile High 4:4:4 Predictive, level 3.2, 4:4:4 8-bit
  23. Output #0, h264, to 'udp://192.168.1.12:5000':
  24. Metadata:
  25. encoder : Lavf57.56.100
  26. Stream #0:0: Video: h264 (libx264), yuv444p, 1366x768, q=-1--1, 25 fps, 25 tbn, 25 tbc
  27. Metadata:
  28. encoder : Lavc57.64.100 libx264
  29. Side data:
  30. cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
  31. Stream mapping:
  32. Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
  33. Press [q] to stop, [?] for help
  34. [swscaler @ 0x3cfbca0] Warning: data is not aligned! This can lead to a speedloss
  35.  
  36. frame= 5562 fps= 25 q=12.0 Lsize= 37781kB time=00:03:42.48 bitrate=1391.1kbits/s dup=3959 drop=0 speed= 1x
  37.  
  38.  
  39.  
  40. -------------------------------------------RECIEVER-----------------------------------------
  41.  
  42.  
  43. C:\Users\mashinga tech>gst-launch-1.0 udpsrc port=5000 ! decodebin ! autovideosink
  44. Setting pipeline to PAUSED ...
  45. Pipeline is live and does not need PREROLL ...
  46. Setting pipeline to PLAYING ...
  47. New clock: GstSystemClock
  48. Redistribute latency...
  49. Redistribute latency...
  50. ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Internal data stream error.
  51. Additional debug info:
  52. gstbasesrc.c(2950): gst_base_src_loop (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0:
  53. streaming stopped, reason not-negotiated (-4)
  54. Execution ended after 0:00:08.672242746
  55. Setting pipeline to PAUSED ...
  56. Setting pipeline to READY ...
  57. Setting pipeline to NULL ...
  58. Freeing pipeline ...
Add Comment
Please, Sign In to add comment