Advertisement
Guest User

Untitled

a guest
Apr 27th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. sender@sender-VirtualBox:~$ gdb --args gst-launch-1.0 udpsrc uri=udp://192.168.56.101:5000 caps='application/x-rtp, media=(string)video, clock-rate=90000' ! rtpmp2tdepay ! tsdemux ! h264parse ! avdec_h264 ! videoconvert ! schroenc bitrate=512 ! mpegtsmux ! rtpmp2tpay pt=33 ! udpsink host=192.168.56.102 port=4000
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /usr/bin/gst-launch-1.0...Reading symbols from /usr/lib/debug/.build-id/36/412de3fcdcafc3287a71383247006c4b768383.debug...done.
  12. done.
  13. (gdb) run
  14. Starting program: /usr/bin/gst-launch-1.0 udpsrc uri=udp://192.168.56.101:5000 caps=application/x-rtp,\ media=\(string\)video,\ clock-rate=90000 \! rtpmp2tdepay \! tsdemux \! h264parse \! avdec_h264 \! videoconvert \! schroenc bitrate=512 \! mpegtsmux \! rtpmp2tpay pt=33 \! udpsink host=192.168.56.102 port=4000
  15. [Thread debugging using libthread_db enabled]
  16. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  17. [New Thread 0x7fffefd4f700 (LWP 9835)]
  18. Setting pipeline to PAUSED ...
  19. [New Thread 0x7fffef54e700 (LWP 9836)]
  20. Pipeline is live and does not need PREROLL ...
  21. [New Thread 0x7fffeed4d700 (LWP 9837)]
  22. Setting pipeline to PLAYING ...
  23. New clock: GstSystemClock
  24. [Thread 0x7fffefd4f700 (LWP 9835) exited]
  25.  
  26. (gst-launch-1.0:9832): GStreamer-CRITICAL **: _gst_util_uint64_scale: assertion `denom != 0' failed
  27.  
  28. ** (gst-launch-1.0:9832): CRITICAL **: gst_video_encoder_set_latency: assertion `GST_CLOCK_TIME_IS_VALID (min_latency)' failed
  29. [New Thread 0x7fffefd4f700 (LWP 9838)]
  30. [New Thread 0x7fffee012700 (LWP 9839)]
  31. [New Thread 0x7fffed811700 (LWP 9840)]
  32. [New Thread 0x7fffed010700 (LWP 9841)]
  33. [New Thread 0x7fffc6a80700 (LWP 9842)]
  34. [Thread 0x7fffc6a80700 (LWP 9842) exited]
  35. thread apply all
  36. ^C
  37. Program received signal SIGINT, Interrupt.
  38. 0x00007ffff70a2a43 in poll () from /lib/x86_64-linux-gnu/libc.so.6
  39. (gdb) thread apply all bt
  40.  
  41. Thread 8 (Thread 0x7fffed010700 (LWP 9841)):
  42. #0 0x00007ffff7385d84 in pthread_cond_wait@@GLIBC_2.3.2 ()
  43. from /lib/x86_64-linux-gnu/libpthread.so.0
  44. #1 0x00007ffff0c62dd4 in ?? () from /usr/lib/libschroedinger-1.0.so.0
  45. #2 0x00007ffff7381e9a in start_thread ()
  46. from /lib/x86_64-linux-gnu/libpthread.so.0
  47. #3 0x00007ffff70ae3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  48. #4 0x0000000000000000 in ?? ()
  49.  
  50. Thread 7 (Thread 0x7fffed811700 (LWP 9840)):
  51. #0 0x00007ffff7385d84 in pthread_cond_wait@@GLIBC_2.3.2 ()
  52. from /lib/x86_64-linux-gnu/libpthread.so.0
  53. #1 0x00007ffff0c62dd4 in ?? () from /usr/lib/libschroedinger-1.0.so.0
  54. #2 0x00007ffff7381e9a in start_thread ()
  55. from /lib/x86_64-linux-gnu/libpthread.so.0
  56. #3 0x00007ffff70ae3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  57. #4 0x0000000000000000 in ?? ()
  58.  
  59. Thread 6 (Thread 0x7fffee012700 (LWP 9839)):
  60. #0 0x00007ffff7385d84 in pthread_cond_wait@@GLIBC_2.3.2 ()
  61. from /lib/x86_64-linux-gnu/libpthread.so.0
  62. #1 0x00007ffff0c62dd4 in ?? () from /usr/lib/libschroedinger-1.0.so.0
  63. ---Type <return> to continue, or q <return> to quit---
  64. #2 0x00007ffff7381e9a in start_thread ()
  65. from /lib/x86_64-linux-gnu/libpthread.so.0
  66. #3 0x00007ffff70ae3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  67. #4 0x0000000000000000 in ?? ()
  68.  
  69. Thread 5 (Thread 0x7fffefd4f700 (LWP 9838)):
  70. #0 0x00007ffff7385d84 in pthread_cond_wait@@GLIBC_2.3.2 ()
  71. from /lib/x86_64-linux-gnu/libpthread.so.0
  72. #1 0x00007ffff0c62dd4 in ?? () from /usr/lib/libschroedinger-1.0.so.0
  73. #2 0x00007ffff7381e9a in start_thread ()
  74. from /lib/x86_64-linux-gnu/libpthread.so.0
  75. #3 0x00007ffff70ae3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  76. #4 0x0000000000000000 in ?? ()
  77.  
  78. Thread 4 (Thread 0x7fffeed4d700 (LWP 9837)):
  79. #0 0x00007ffff70a2a43 in poll () from /lib/x86_64-linux-gnu/libc.so.6
  80. #1 0x00007ffff75deff6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  81. #2 0x00007ffff75df124 in g_main_context_iteration ()
  82. from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  83. #3 0x00007ffff75df171 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  84. #4 0x00007ffff76009b5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  85. #5 0x00007ffff7381e9a in start_thread ()
  86. from /lib/x86_64-linux-gnu/libpthread.so.0
  87. ---Type <return> to continue, or q <return> to quit---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement