Advertisement
Guest User

GST_DEBUG=4 rtspserver

a guest
Dec 20th, 2013
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 0:00:00.000082740  5875       0x810800 INFO                GST_INIT gst.c:502:init_pre: Initializing GStreamer Core Library version 1.3.0.1
  2. 0:00:00.000175675  5875       0x810800 INFO                GST_INIT gst.c:503:init_pre: Using library installed in /usr/local/lib
  3. 0:00:00.000200918  5875       0x810800 INFO                GST_INIT gst.c:513:init_pre: Linux encodeur1 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64
  4. 0:00:00.001211560  5875       0x810800 INFO                GST_INIT gstmessage.c:123:_priv_gst_message_initialize: init messages
  5. 0:00:00.001347812  5875       0x810800 INFO                GST_INIT gstcontext.c:77:_priv_gst_context_initialize: init contexts
  6. 0:00:00.001567334  5875       0x810800 INFO      GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_plugin_initialize: registering 0 static plugins
  7. 0:00:00.001727729  5875       0x810800 INFO      GST_PLUGIN_LOADING gstplugin.c:225:gst_plugin_register_static: registered static plugin "staticelements"
  8. 0:00:00.001754471  5875       0x810800 INFO      GST_PLUGIN_LOADING gstplugin.c:227:gst_plugin_register_static: added static plugin "staticelements", result: 1
  9. 0:00:00.001791168  5875       0x810800 INFO            GST_REGISTRY gstregistry.c:1680:ensure_current_registry: reading registry cache: /root/.cache/gstreamer-1.0/registry.x86_64.bin
  10. 0:00:00.009354902  5875       0x810800 INFO            GST_REGISTRY gstregistrybinary.c:617:priv_gst_registry_binary_read_cache: loaded /root/.cache/gstreamer-1.0/registry.x86_64.bin in 0.007535 seconds
  11. 0:00:00.009386141  5875       0x810800 INFO            GST_REGISTRY gstregistry.c:1539:scan_and_update_registry: Validating plugins from registry cache: /root/.cache/gstreamer-1.0/registry.x86_64.bin
  12. 0:00:00.009918884  5875       0x810800 INFO            GST_REGISTRY gstregistry.c:1638:scan_and_update_registry: Registry cache has not changed
  13. 0:00:00.009929849  5875       0x810800 INFO            GST_REGISTRY gstregistry.c:1715:ensure_current_registry: registry reading and updating done, result = 1
  14. 0:00:00.009938861  5875       0x810800 INFO                GST_INIT gst.c:707:init_post: GLib runtime version: 2.38.2
  15. 0:00:00.009946823  5875       0x810800 INFO                GST_INIT gst.c:709:init_post: GLib headers version: 2.32.4
  16. 0:00:00.009962514  5875       0x810800 INFO                GST_INIT gst.c:350:gst_init_check: initialized GStreamer successfully
  17. 0:00:00.010065977  5875       0x810800 INFO         rtspmountpoints rtsp-mount-points.c:326:gst_rtsp_mount_points_add_factory: adding media factory 0x8133d0 for path /test
  18. stream ready at rtsp://10.1.100.100:8554/test
  19.  
  20.  
  21.  
  22.  
  23. 0:01:17.301142075  5875       0x810800 INFO              rtspclient rtsp-client.c:2491:gst_rtsp_client_set_connection: client 0x8f58f0 connected to server ip 10.1.100.100, ipv6 = 0
  24. 0:01:17.301164542  5875       0x810800 INFO              rtspclient rtsp-client.c:2494:gst_rtsp_client_set_connection: added new client 0x8f58f0 ip 10.1.100.100:33947
  25. 0:01:17.301275284  5875       0x8742d0 INFO          rtspthreadpool rtsp-thread-pool.c:323:do_loop: enter mainloop of thread 0x8f1520
  26. 0:01:17.301291055  5875       0x810800 INFO              rtspclient rtsp-client.c:2896:gst_rtsp_client_attach: attaching to context 0x8f5340
  27. 0:01:17.301866604  5875       0x8742d0 INFO              rtspclient rtsp-client.c:1944:handle_request: client 0x8f58f0: received a request OPTIONS rtsp://10.1.100.100:8554/test 1.0
  28. 0:01:17.302629673  5875       0x8742d0 INFO              rtspclient rtsp-client.c:1944:handle_request: client 0x8f58f0: received a request DESCRIBE rtsp://10.1.100.100:8554/test 1.0
  29. 0:01:17.302656685  5875       0x8742d0 INFO         rtspmountpoints rtsp-mount-points.c:293:gst_rtsp_mount_points_match: found media factory 0x8133d0 for path /test
  30. 0:01:17.302669754  5875       0x8742d0 INFO            GST_PIPELINE gstparse.c:323:gst_parse_launch_full: parsing pipeline description 'videotestsrc'
  31. 0:01:17.303001428  5875       0x8742d0 INFO      GST_PLUGIN_LOADING gstplugin.c:830:gst_plugin_load_file: plugin "/usr/local/lib/gstreamer-1.0/libgstvideotestsrc.so" loaded
  32. 0:01:17.303013542  5875       0x8742d0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:365:gst_element_factory_create: creating element "videotestsrc"
  33. 0:01:17.303156928  5875       0x8742d0 INFO        GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseSrc@0x9000c0> adding pad 'src'
  34.  
  35. (daemon:5875): GLib-GObject-WARNING **: invalid cast from 'GstVideoTestSrc' to 'GstBin'
  36.  
  37. (daemon:5875): GStreamer-CRITICAL **: gst_bin_get_by_name: assertion 'GST_IS_BIN (bin)' failed
  38.  
  39. (daemon:5875): GLib-GObject-WARNING **: invalid cast from 'GstVideoTestSrc' to 'GstBin'
  40.  
  41. (daemon:5875): GStreamer-CRITICAL **: gst_bin_get_by_name: assertion 'GST_IS_BIN (bin)' failed
  42. 0:01:17.303266678  5875       0x8742d0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:363:gst_element_factory_create: creating element "pipeline" named "media-pipeline"
  43. 0:01:17.303326876  5875       0x8742d0 INFO        rtspmediafactory rtsp-media-factory.c:886:gst_rtsp_media_factory_construct: constructed media 0x904160 for url /test
  44. 0:01:17.303392252  5875       0x874720 INFO          rtspthreadpool rtsp-thread-pool.c:323:do_loop: enter mainloop of thread 0x8f2de0
  45. 0:01:17.303572939  5875       0x8742d0 INFO      GST_PLUGIN_LOADING gstplugin.c:830:gst_plugin_load_file: plugin "/usr/local/lib/gstreamer-1.0/libgstrtpmanager.so" loaded
  46. 0:01:17.303581217  5875       0x8742d0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:365:gst_element_factory_create: creating element "rtpbin"
  47. 0:01:17.303736799  5875       0x8742d0 INFO               rtspmedia rtsp-media.c:2043:gst_rtsp_media_prepare: preparing media 0x904160
  48. 0:01:17.303784427  5875       0x874720 INFO               rtspmedia rtsp-media.c:1867:start_preroll: setting pipeline to PAUSED for media 0x904160
  49. 0:01:17.303891956  5875       0x874720 INFO              GST_STATES gstbin.c:2227:gst_bin_element_set_state:<rtpbin0> current NULL pending VOID_PENDING, desired next READY
  50. 0:01:17.303951900  5875       0x874720 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<rtpbin0> completed state change to READY
  51. 0:01:17.304004954  5875       0x874720 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<rtpbin0> notifying about state-changed NULL to READY (VOID_PENDING pending)
  52. 0:01:17.304091184  5875       0x874720 INFO              GST_STATES gstbin.c:2656:gst_bin_change_state_func:<media-pipeline> child 'rtpbin0' changed state to 2(READY) successfully
  53. 0:01:17.304133974  5875       0x874720 INFO              GST_STATES gstbin.c:2227:gst_bin_element_set_state:<videotestsrc0> current NULL pending VOID_PENDING, desired next READY
  54. 0:01:17.304151160  5875       0x874720 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<videotestsrc0> completed state change to READY
  55. 0:01:17.304168407  5875       0x874720 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<videotestsrc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
  56. 0:01:17.304190186  5875       0x874720 INFO              GST_STATES gstbin.c:2656:gst_bin_change_state_func:<media-pipeline> child 'videotestsrc0' changed state to 2(READY) successfully
  57. 0:01:17.304236053  5875       0x874720 INFO              GST_STATES gstelement.c:2303:gst_element_continue_state:<media-pipeline> committing state from NULL to READY, pending PAUSED, next PAUSED
  58. 0:01:17.304276233  5875       0x874720 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<media-pipeline> notifying about state-changed NULL to READY (PAUSED pending)
  59. 0:01:17.304317982  5875       0x874720 INFO              GST_STATES gstelement.c:2310:gst_element_continue_state:<media-pipeline> continue state change READY to PAUSED, final PAUSED
  60. 0:01:17.304372802  5875       0x874720 INFO              GST_STATES gstbin.c:2227:gst_bin_element_set_state:<rtpbin0> current READY pending VOID_PENDING, desired next PAUSED
  61. 0:01:17.304429502  5875       0x874720 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<rtpbin0> completed state change to PAUSED
  62. 0:01:17.304472030  5875       0x874720 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<rtpbin0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
  63. 0:01:17.304518373  5875       0x874720 INFO              GST_STATES gstbin.c:2656:gst_bin_change_state_func:<media-pipeline> child 'rtpbin0' changed state to 3(PAUSED) successfully
  64. 0:01:17.304560640  5875       0x874720 INFO              GST_STATES gstbin.c:2227:gst_bin_element_set_state:<videotestsrc0> current READY pending VOID_PENDING, desired next PAUSED
  65. 0:01:17.304641889  5875       0x874720 INFO                 basesrc gstbasesrc.c:1298:gst_base_src_do_seek:<videotestsrc0> seeking: time segment start=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
  66. 0:01:17.304724800  5875       0x874720 INFO                    task gsttask.c:431:gst_task_set_lock: setting stream lock 0x902150 on task 0x914050
  67. 0:01:17.304761244  5875       0x874720 INFO                GST_PADS gstpad.c:5382:gst_pad_start_task:<videotestsrc0:src> created task 0x914050
  68. 0:01:17.304872983  5875       0x874720 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<videotestsrc0> completed state change to PAUSED
  69. 0:01:17.304903827  5875       0x874720 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<videotestsrc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
  70. 0:01:17.304953327  5875       0x874720 INFO              GST_STATES gstbin.c:2656:gst_bin_change_state_func:<media-pipeline> child 'videotestsrc0' changed state to 3(PAUSED) successfully
  71. 0:01:17.305008776  5875       0x874720 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<media-pipeline> completed state change to PAUSED
  72. 0:01:17.305060529  5875       0x874720 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<media-pipeline> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
  73. 0:01:17.305103736  5875       0x874720 INFO               rtspmedia rtsp-media.c:1874:start_preroll: SUCCESS state change for media 0x904160
  74. 0:01:17.305125676  5875       0x8fe940 INFO        GST_ELEMENT_PADS gstelement.c:894:gst_element_get_static_pad: no such pad 'sink' in element "videotestsrc0"
  75. 0:01:17.305207685  5875       0x8fe940 FIXME                default gstutils.c:3625:gst_pad_create_stream_id_internal:<videotestsrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
  76. 0:01:17.305290559  5875       0x8fe940 INFO                GST_PADS gstpad.c:3637:gst_pad_peer_query:<videotestsrc0:src> pad has no peer
  77. 0:01:17.305407160  5875       0x8fe940 INFO               GST_EVENT gstevent.c:628:gst_event_new_caps: creating caps event video/x-raw, format=(string)I420, width=(int)320, height=(int)240, framerate=(fraction)30/1
  78. 0:01:17.305467014  5875       0x8fe940 INFO                GST_PADS gstpad.c:3637:gst_pad_peer_query:<videotestsrc0:src> pad has no peer
  79. 0:01:17.305604312  5875       0x8fe940 WARN                 default gstvideopool.c:171:video_buffer_pool_set_config:<videobufferpool0> no caps in config
  80. 0:01:17.306471558  5875       0x8fe940 INFO               GST_EVENT gstevent.c:709:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
  81. 0:01:17.306522302  5875       0x8fe940 INFO                 basesrc gstbasesrc.c:2774:gst_base_src_loop:<videotestsrc0> marking pending DISCONT
  82. 0:01:17.306553452  5875       0x8fe940 INFO                 basesrc gstbasesrc.c:2787:gst_base_src_loop:<videotestsrc0> pausing after gst_pad_push() = not-linked
  83. 0:01:17.306587672  5875       0x8fe940 WARN                 basesrc gstbasesrc.c:2867:gst_base_src_loop:<videotestsrc0> error: Internal data flow error.
  84. 0:01:17.306610984  5875       0x8fe940 WARN                 basesrc gstbasesrc.c:2867:gst_base_src_loop:<videotestsrc0> error: streaming task paused, reason not-linked (-1)
  85. 0:01:17.306644010  5875       0x8fe940 INFO        GST_ERROR_SYSTEM gstelement.c:1835:gst_element_message_full:<videotestsrc0> posting message: Internal data flow error.
  86. 0:01:17.306686225  5875       0x8fe940 INFO        GST_ERROR_SYSTEM gstelement.c:1858:gst_element_message_full:<videotestsrc0> posted error message: Internal data flow error.
  87. 0:01:17.306714958  5875       0x8fe940 INFO                    task gsttask.c:300:gst_task_func:<videotestsrc0:src> Task going to paused
  88. 0:01:17.306738997  5875       0x874720 WARN               rtspmedia rtsp-media.c:1645:default_handle_message: 0x904160: got error Internal data flow error. (gstbasesrc.c(2867): gst_base_src_loop (): /GstPipeline:media-pipeline/GstVideoTestSrc:videotestsrc0:
  89. streaming task paused, reason not-linked (-1))
  90. 0:01:17.306813436  5875       0x8742d0 WARN               rtspmedia rtsp-media.c:1923:wait_preroll: failed to preroll pipeline
  91. 0:01:17.306839129  5875       0x8742d0 WARN               rtspmedia rtsp-media.c:2127:gst_rtsp_media_prepare: failed to preroll pipeline
  92. 0:01:17.306860801  5875       0x8742d0 INFO               rtspmedia rtsp-media.c:2248:gst_rtsp_media_unprepare: unprepare media 0x904160
  93. 0:01:17.306904254  5875       0x8742d0 INFO              GST_STATES gstbin.c:2227:gst_bin_element_set_state:<rtpbin0> current PAUSED pending VOID_PENDING, desired next READY
  94. 0:01:17.306932342  5875       0x8742d0 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<rtpbin0> completed state change to READY
  95. 0:01:17.306944729  5875       0x8742d0 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<rtpbin0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
  96. 0:01:17.306971847  5875       0x8742d0 INFO              GST_STATES gstbin.c:2656:gst_bin_change_state_func:<media-pipeline> child 'rtpbin0' changed state to 2(READY) successfully
  97. 0:01:17.306989240  5875       0x8742d0 INFO              GST_STATES gstbin.c:2227:gst_bin_element_set_state:<videotestsrc0> current PAUSED pending VOID_PENDING, desired next READY
  98. 0:01:17.307061138  5875       0x8fe940 INFO                    task gsttask.c:302:gst_task_func:<videotestsrc0:src> Task resume from paused
  99. 0:01:17.307176866  5875       0x8742d0 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<videotestsrc0> completed state change to READY
  100. 0:01:17.307199944  5875       0x8742d0 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<videotestsrc0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
  101. 0:01:17.307220257  5875       0x8742d0 INFO              GST_STATES gstbin.c:2656:gst_bin_change_state_func:<media-pipeline> child 'videotestsrc0' changed state to 2(READY) successfully
  102. 0:01:17.307239646  5875       0x8742d0 INFO              GST_STATES gstelement.c:2303:gst_element_continue_state:<media-pipeline> committing state from PAUSED to READY, pending NULL, next NULL
  103. 0:01:17.307267074  5875       0x8742d0 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<media-pipeline> notifying about state-changed PAUSED to READY (NULL pending)
  104. 0:01:17.307283777  5875       0x8742d0 INFO              GST_STATES gstelement.c:2310:gst_element_continue_state:<media-pipeline> continue state change READY to NULL, final NULL
  105. 0:01:17.307303582  5875       0x8742d0 INFO              GST_STATES gstbin.c:2227:gst_bin_element_set_state:<rtpbin0> current READY pending VOID_PENDING, desired next NULL
  106. 0:01:17.307324782  5875       0x8742d0 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<rtpbin0> completed state change to NULL
  107. 0:01:17.307335906  5875       0x8742d0 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<rtpbin0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  108. 0:01:17.307352357  5875       0x8742d0 INFO              GST_STATES gstbin.c:2656:gst_bin_change_state_func:<media-pipeline> child 'rtpbin0' changed state to 1(NULL) successfully
  109. 0:01:17.307367550  5875       0x8742d0 INFO              GST_STATES gstbin.c:2227:gst_bin_element_set_state:<videotestsrc0> current READY pending VOID_PENDING, desired next NULL
  110. 0:01:17.307385023  5875       0x8742d0 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<videotestsrc0> completed state change to NULL
  111. 0:01:17.307396072  5875       0x8742d0 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<videotestsrc0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  112. 0:01:17.307412216  5875       0x8742d0 INFO              GST_STATES gstbin.c:2656:gst_bin_change_state_func:<media-pipeline> child 'videotestsrc0' changed state to 1(NULL) successfully
  113. 0:01:17.307447149  5875       0x8742d0 INFO              GST_STATES gstelement.c:2328:gst_element_continue_state:<media-pipeline> completed state change to NULL
  114. 0:01:17.307459664  5875       0x8742d0 INFO              GST_STATES gstelement.c:2233:_priv_gst_element_state_changed:<media-pipeline> notifying about state-changed READY to NULL (VOID_PENDING pending)
  115. 0:01:17.307485686  5875       0x8742d0 INFO           GST_PARENTAGE gstbin.c:1556:gst_bin_remove_func:<media-pipeline> removed child "rtpbin0"
  116. 0:01:17.307517128  5875       0x8742d0 ERROR             rtspclient rtsp-client.c:599:find_media: client 0x8f58f0: can't prepare media
  117. 0:01:17.307558557  5875       0x8742d0 ERROR             rtspclient rtsp-client.c:1822:handle_describe_request: client 0x8f58f0: no media
  118. 0:01:17.307574196  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2873:gst_element_dispose:<rtpbin0> dispose
  119. 0:01:17.307615536  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2917:gst_element_dispose:<rtpbin0> parent class dispose
  120. 0:01:17.307643858  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2948:gst_element_finalize:<rtpbin0> finalize
  121. 0:01:17.307655244  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2953:gst_element_finalize:<rtpbin0> finalize parent
  122. 0:01:17.307676783  5875       0x874720 INFO               rtspmedia rtsp-media.c:329:gst_rtsp_media_finalize: finalize media 0x904160
  123. 0:01:17.307704891  5875       0x874720 INFO           GST_PARENTAGE gstbin.c:1556:gst_bin_remove_func:<media-pipeline> removed child "videotestsrc0"
  124. 0:01:17.307723876  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2873:gst_element_dispose:<media-pipeline> dispose
  125. 0:01:17.307734504  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2917:gst_element_dispose:<media-pipeline> parent class dispose
  126. 0:01:17.307745451  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2948:gst_element_finalize:<media-pipeline> finalize
  127. 0:01:17.307763928  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2953:gst_element_finalize:<media-pipeline> finalize parent
  128. 0:01:17.307781176  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2873:gst_element_dispose:<videotestsrc0> dispose
  129. 0:01:17.307797346  5875       0x874720 INFO        GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<videotestsrc0> removing pad 'src'
  130. 0:01:17.307824123  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2917:gst_element_dispose:<videotestsrc0> parent class dispose
  131. 0:01:17.307845197  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2948:gst_element_finalize:<videotestsrc0> finalize
  132. 0:01:17.307861406  5875       0x874720 INFO         GST_REFCOUNTING gstelement.c:2953:gst_element_finalize:<videotestsrc0> finalize parent
  133. 0:01:17.307878765  5875       0x8742d0 INFO              rtspclient rtsp-client.c:2659:closed: client 0x8f58f0: connection closed
  134. 0:01:17.307905674  5875       0x874720 INFO          rtspthreadpool rtsp-thread-pool.c:325:do_loop: exit mainloop of thread 0x8f2de0
  135. 0:01:17.307955117  5875       0x8742d0 INFO              rtspclient rtsp-client.c:2855:client_watch_notify: client 0x8f58f0: watch destroyed
  136. 0:01:17.308020877  5875       0x8742d0 INFO              rtspclient rtsp-client.c:337:gst_rtsp_client_finalize: finalize client 0x8f58f0
  137. 0:01:17.308101693  5875       0x8742d0 INFO          rtspthreadpool rtsp-thread-pool.c:325:do_loop: exit mainloop of thread 0x8f1520
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement