Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

KMS 6.16.0 crashes #619

Open
3 tasks done
avssav opened this issue Feb 12, 2022 · 1 comment
Open
3 tasks done

KMS 6.16.0 crashes #619

avssav opened this issue Feb 12, 2022 · 1 comment
Projects

Comments

@avssav
Copy link

avssav commented Feb 12, 2022

Prerequisites

These are MANDATORY, otherwise the issue will be automatically closed.

Issue description

We are already running KMS 6.16.0 on an AWS Linux Ubuntu 18.04 instance on one of our production machines. It starts like:

sudo -u kurento docker run --name kms-6.16.0 --restart always -p 8888:8888 -p 8433:8433 --ulimit nofile="$(( ($(cat /proc/sys/fs/file-max) * 50) / 100 ))" \
    -e GST_DEBUG='2,Kurento*:4,kms*:4,sdp*:4,webrtc*:4,*rtpendpoint:4,rtp*handler:4,rtpsynchronizer:4,agnosticbin:4,KurentoMediaElementImpl:4' \
    -e KMS_EXTERNAL_IPV4='auto' -e KMS_NETWORK_INTERFACES="eth0" -v /home/kurento/kurento-config-6.16.0:/etc/kurento -e KMS_MTU='1100' \
    -e KMS_STUN_IP='ip.of.our.stun' -e KMS_STUN_PORT='3478' -e KMS_TURN_URL='turn:xxxxxxxxx@ip.of.our.stun:3478?transport=udp' --network host \
    -v /home/kurento/tmp/kurento:/tmp -v /srv/records:/srv/records --log-driver journald -d kurento/kurento-media-server:6.16.0;

Next I attach backtrace of a crash.

How to reproduce?

I don't know

Expected & current behavior

Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.522641246     1 0x7ff2200a6200 INFO         basertpendpoint kmsbasertpendpoint.c:1075:kms_base_rtp_endpoint_create_remb_manager:<kmswebrtcendpoint2704> REMB: Set RTCP min interval to 500 ms
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.524080141     1 0x7ff2200a6200 INFO    kmswebrtcbaseconnection kmswebrtcbaseconnection.c:229:kms_webrtc_base_connection_agent_add_net_addr:<NiceAgent@0x7ff27c0b4cf0> Added local address: 172.31.10.193
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.619374623     1 0x7ff128000c50 WARN               rtpsource rtpsource.c:1147:update_receiver_stats: duplicate or reordered packet (seqnr 34160, expected 34171)
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.720657046     1 0x7ff2200a6200 INFO                kmsutils kmsutils.c:518:kms_utils_pad_monitor_gaps:<'':sink_video_default> Add probe: DISCONT buffers and GAP events
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.894507665     1 0x7ff2200a6200 INFO                kmsutils kmsutils.c:518:kms_utils_pad_monitor_gaps:<'':sink_video_default> Add probe: DISCONT buffers and GAP events
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.901257999     1 0x7ff2200a6200 INFO         basertpendpoint kmsbasertpendpoint.c:1118:kms_base_rtp_endpoint_start_transport_send:<kmswebrtcendpoint2705> Media 'video' has REMB
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.901280429     1 0x7ff2200a6200 INFO         basertpendpoint kmsbasertpendpoint.c:1064:kms_base_rtp_endpoint_create_remb_manager:<kmswebrtcendpoint2705> Creating REMB for session ID 0 (kmswebrtcendpoint2705-sess0) and remote video SSRC 3024302935
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.901289300     1 0x7ff2200a6200 INFO         basertpendpoint kmsbasertpendpoint.c:1075:kms_base_rtp_endpoint_create_remb_manager:<kmswebrtcendpoint2705> REMB: Set RTCP min interval to 500 ms
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.902497920     1 0x7ff2200a6200 INFO    kmswebrtcbaseconnection kmswebrtcbaseconnection.c:229:kms_webrtc_base_connection_agent_add_net_addr:<NiceAgent@0x7ff0d87ca0a0> Added local address: 172.31.10.193
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.904899991     1 0x7ff2200a6200 ERROR   KurentoUriEndpointImpl UriEndpointImpl.cpp:157:stop:<kmsrecorderendpoint2704> Error: Already in state stop
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 10:32:28.905001913     1 0x7ff2200a6200 ERROR   KurentoUriEndpointImpl UriEndpointImpl.cpp:157:stop:<kmsrecorderendpoint2705> Error: Already in state stop
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: *** Error in `/usr/bin/kurento-media-server': double free or corruption (fasttop): 0x00007ff0e8347f60 ***
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: ======= Backtrace: =========
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /lib/x86_64-linux-gnu/libc.so.6(+0x777f5)[0x7ff4fc7f37f5]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /lib/x86_64-linux-gnu/libc.so.6(+0x8038a)[0x7ff4fc7fc38a]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7ff4fc80058c]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /usr/lib/x86_64-linux-gnu/libkmscoreimpl.so.6(_ZN7kurento12EventHandlerD1Ev+0xfc)[0x7ff4fda3f80c]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /usr/bin/kurento-media-server(_ZNSt15_Sp_counted_ptrIPN7kurento21WebSocketEventHandlerELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv+0x50)[0x56456a0ebc10]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /usr/lib/x86_64-linux-gnu/libkmselementsimpl.so.6(_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv+0x46)[0x7ff4f8dcab36]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /usr/lib/x86_64-linux-gnu/libkmselementsimpl.so.6(+0xcc3d6)[0x7ff4f8e103d6]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /usr/lib/x86_64-linux-gnu/libkmscoreimpl.so.6(_ZN5boost4asio6detail18completion_handlerISt8functionIFvvEEE11do_completeEPNS1_15task_io_serviceEPNS1_25task_io_service_operationERKNS_6system10error_codeEm+0x9c)[0x7ff4fda3fd0c]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /usr/lib/x86_64-linux-gnu/libkmscoreimpl.so.6(_ZN5boost4asio10io_service3runEv+0x475)[0x7ff4fda578d5]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.58.0(+0x115d5)[0x7ff4ff6445d5]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7ff4feec66ba]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7ff4fc88351d]
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: ======= Memory map: ========
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 564569fa5000-56456a1ae000 r-xp 00000000 00:34 1287145                    /usr/bin/kurento-media-server
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 56456a3ad000-56456a3b5000 r--p 00208000 00:34 1287145                    /usr/bin/kurento-media-server
Feb 12 09:31:03 kms34 25de5b9f1bf9[1430]: 56456a3b5000-56456a3b7000 rw-p 00210000 00:34 1287145                    /usr/bin/kurento-media-server

(gdb) bt
#0  0x00007ff4fc7b31a6 in __GI_abort () at abort.c:125
#1  0x000056456a0ce769 in Debug::DeathHandler::SignalHandler(int, void*, void*) () at /build/server/death_handler.cpp:299
#2  0x000056456a0ce769 in Debug::DeathHandler::SignalHandler(int, void*, void*) (sig=<optimized out>, secret=<optimized out>) at /build/server/death_handler.cpp:600
#3  0x00007ff4feed0390 in <signal handler called> () at /lib/x86_64-linux-gnu/libpthread.so.0
#4  0x00007ff4fc7b31a6 in __GI_abort () at abort.c:125
#5  0x000056456a0ce769 in Debug::DeathHandler::SignalHandler(int, void*, void*) () at /build/server/death_handler.cpp:299
#6  0x000056456a0ce769 in Debug::DeathHandler::SignalHandler(int, void*, void*) (sig=<optimized out>, secret=<optimized out>) at /build/server/death_handler.cpp:600
#7  0x00007ff4feed0390 in <signal handler called> () at /lib/x86_64-linux-gnu/libpthread.so.0
#8  0x00007ff4fc7b1438 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#9  0x00007ff4fc7b303a in __GI_abort () at abort.c:89
#10 0x00007ff4fc7f37fa in __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7ff4fc90cfd8 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
#11 0x00007ff4fc7fc38a in _int_free (ar_ptr=<optimized out>, ptr=<optimized out>, str=0x7ff4fc90d0a0 "double free or corruption (fasttop)", action=3) at malloc.c:5020
#12 0x00007ff4fc7fc38a in _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3874
#13 0x00007ff4fc80058c in __GI___libc_free (mem=<optimized out>) at malloc.c:2975
#14 0x00007ff4fda3f80c in kurento::EventHandler::~EventHandler() (this=0x7ff0e821c0a0, __in_chrg=<optimized out>) at /build/src/server/implementation/EventHandler.cpp:38
#15 0x000056456a0ebc10 in std::_Sp_counted_ptr<kurento::WebSocketEventHandler*, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (this=0x7ff0e821c0a0, __in_chrg=<optimized out>) at /build/server/transport/websocket/WebSocketEventHandler.hpp:31
#16 0x000056456a0ebc10 in std::_Sp_counted_ptr<kurento::WebSocketEventHandler*, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (this=0x7ff0e821c0a0, __in_chrg=<optimized out>) at /build/server/transport/websocket/WebSocketEventHandler.hpp:31
#17 0x000056456a0ebc10 in std::_Sp_counted_ptr<kurento::WebSocketEventHandler*, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (this=<optimized out>) at /usr/include/c++/5/bits/shared_ptr_base.h:374
#18 0x00007ff4f8dcab36 in std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (this=0x7ff0e8189e90) at /usr/include/c++/5/bits/shared_ptr_base.h:150
#19 0x00007ff4f8e103d6 in std::_Function_base::_Base_manager<kurento::WebRtcEndpointImpl::connect(const string&, std::shared_ptr<kurento::EventHandler>)::<lambda(kurento::IceCandidateFound)>::<lambda()> >::_M_manager(std::_Any_data &, const std::_Any_data &, std::_Manager_operation) (this=0x7ff2402a9088, __in_chrg=<optimized out>) at /usr/include/c++/5/bits/shared_ptr_base.h:659
#20 0x00007ff4f8e103d6 in std::_Function_base::_Base_manager<kurento::WebRtcEndpointImpl::connect(const string&, std::shared_ptr<kurento::EventHandler>)::<lambda(kurento::IceCandidateFound)>::<lambda()> >::_M_manager(std::_Any_data &, const std::_Any_data &, std::_Manager_operation) (this=0x7ff2402a9080, __in_chrg=<optimized out>) at /usr/include/c++/5/bits/shared_ptr_base.h:925
#21 0x00007ff4f8e103d6 in std::_Function_base::_Base_manager<kurento::WebRtcEndpointImpl::connect(const string&, std::shared_ptr<kurento::EventHandler>)::<lambda(kurento::IceCandidateFound)>::<lambda()> >::_M_manager(std::_Any_data &, const std::_Any_data &, std::_Manager_operation) (this=0x7ff2402a9080, __in_chrg=<optimized out>) at /usr/include/c++/5/bits/shared_ptr.h:93
#22 0x00007ff4f8e103d6 in std::_Function_base::_Base_manager<kurento::WebRtcEndpointImpl::connect(const string&, std::shared_ptr<kurento::EventHandler>)::<lambda(kurento::IceCandidateFound)>::<lambda()> >::_M_manager(std::_Any_data &, const std::_Any_data &, std::_Manager_operation) (this=0x7ff2402a9060, __in_chrg=<optimized out>) at /build/obj-x86_64-linux-gnu/src/server/implementation/generated-cpp/WebRtcEndpointImplInternal.cpp:357
#23 0x00007ff4f8e103d6 in std::_Function_base::_Base_manager<kurento::WebRtcEndpointImpl::connect(const string&, std::shared_ptr<kurento::EventHandler>)::<lambda(kurento::IceCandidateFound)>::<lambda()> >::_M_manager(std::_Any_data &, const std::_Any_data &, std::_Manager_operation) (__victim=...) at /usr/include/c++/5/functional:1726
#24 0x00007ff4f8e103d6 in std::_Function_base::_Base_manager<kurento::WebRtcEndpointImpl::connect(const string&, std::shared_ptr<kurento::EventHandler>)::<lambda(kurento::IceCandidateFound)>::<lambda()> >::_M_manager(std::_Any_data &, const std::_Any_data &, std::_Manager_operation) (__dest=..., __source=..., __op=<optimized out>) at /usr/include/c++/5/functional:1750
#25 0x00007ff4fda3fd0c in boost::asio::detail::completion_handler<std::function<void ()> >::do_complete(boost::asio::detail::task_io_service*, boost::asio::detail::task_io_service_operation*, boost::system::error_code const&, unsigned long) (this=0x7ff1e17f9240, __in_chrg=<optimized out>) at /usr/include/c++/5/functional:1830
#26 0x00007ff4fda3fd0c in boost::asio::detail::completion_handler<std::function<void ()> >::do_complete(boost::asio::detail::task_io_service*, boost::asio::detail::task_io_service_operation*, boost::system::error_code const&, unsigned long) (this=0x7ff1e17f9240, __in_chrg=<optimized out>) at /usr/include/c++/5/functional:1974
#27 0x00007ff4fda3fd0c in boost::asio::detail::completion_handler<std::function<void ()> >::do_complete(boost::asio::detail::task_io_service*, boost::asio::detail::task_io_service_operation*, boost::system::error_code const&, unsigned long) (owner=0x7ff1cc02da50, base=0x7ff24016fdf0) at /usr/include/boost/asio/detail/completion_handler.hpp:59
#28 0x00007ff4fda578d5 in boost::asio::io_service::run() (bytes_transferred=0, ec=..., owner=..., this=<optimized out>) at /usr/include/boost/asio/detail/task_io_service_operation.hpp:38
#29 0x00007ff4fda578d5 in boost::asio::io_service::run() (ec=..., this_thread=..., lock=..., this=0x7ff1cc02da50) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:372
#30 0x00007ff4fda578d5 in boost::asio::io_service::run() (ec=..., this=0x7ff1cc02da50) at /usr/include/boost/asio/detail/impl/task_io_service.ipp:149
#31 0x00007ff4fda578d5 in boost::asio::io_service::run() (this=<optimized out>) at /usr/include/boost/asio/impl/io_service.ipp:59
#32 0x00007ff4ff6445d5 in  () at /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.58.0
#33 0x00007ff4feec66ba in start_thread (arg=0x7ff1e17fa700) at pthread_create.c:333
#34 0x00007ff4fc88351d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

(Optional) Possible solution

Info about your environment

About Kurento Media Server

About your Application Server

  • Programming Language: node.js
  • Kurento Client version: 6.15.0 (not 6.16.0 on production now)

Run these commands

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS"
kurento-media-server --version
0:00:00.017579293 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsfiltersmodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsfiltersmodule.so
0:00:00.017658664 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: filters, version: 6.16.0, date: Feb 26 2021 17:10:19
0:00:00.018015220 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmscoremodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmscoremodule.so
0:00:00.018052251 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: core, version: 6.16.0, date: Feb 26 2021 16:53:09
0:00:00.026901779 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmselementsmodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmselementsmodule.so
0:00:00.026959750 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: elements, version: 6.16.0, date: Feb 26 2021 17:01:41
0:00:00.027564190 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmspointerdetectormodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmspointerdetectormodule.so
0:00:00.027604701 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: pointerdetector, version: 6.16.0, date: Feb 26 2021 17:53:51
0:00:00.028976543 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsplatedetectormodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsplatedetectormodule.so
0:00:00.029016784 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: platedetector, version: 6.16.0, date: Feb 26 2021 17:32:44
ALVAR 2.0.0 - A Library for Virtual and Augmented Reality
Copyright 2007-2012 VTT Technical Research Centre of Finland
Licensed under the GNU Lesser General Public License
Built on 2021-02-26 for Linux 4.4.0-203-generic x86_64

0:00:00.072853385 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsmarkerdetectormodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsmarkerdetectormodule.so
0:00:00.072884316 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: markerdetector, version: 6.16.0, date: Feb 26 2021 17:32:43
0:00:00.073641749 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsdatachannelexamplemodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmsdatachannelexamplemodule.so
0:00:00.073666949 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: datachannelexample, version: 6.16.0, date: Feb 26 2021 17:35:07
0:00:00.074324410 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmscrowddetectormodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmscrowddetectormodule.so
0:00:00.074351040 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: crowddetector, version: 6.16.0, date: Feb 26 2021 17:32:43
0:00:00.074878429 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:90:loadModule: Load file: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmschromamodule.so, module name: /usr/lib/x86_64-linux-gnu/kurento/modules/libkmschromamodule.so
0:00:00.074904130 17644 0x55fb06b76530 INFO    KurentoModuleManager ModuleManager.cpp:137:loadModule: Loaded module: chroma, version: 6.16.0, date: Feb 26 2021 17:31:29
Kurento Media Server version: 6.16.0
Found modules:
        'chroma' version 6.16.0
        'core' version 6.16.0
        'crowddetector' version 6.16.0
        'datachannelexample' version 6.16.0
        'elements' version 6.16.0
        'filters' version 6.16.0
        'markerdetector' version 6.16.0
        'platedetector' version 6.16.0
        'pointerdetector' version 6.16.0
dpkg -l | grep -Pi 'kurento|kms-|gst.*1.5|nice'
ii  gstreamer1.5-alsa:amd64              1.8.1-1kurento2.16.04                    amd64        GStreamer plugin for ALSA
ii  gstreamer1.5-libav:amd64             1.8.1-1kurento1.16.04                    amd64        libav plugin for GStreamer
ii  gstreamer1.5-libav-dbg:amd64         1.8.1-1kurento1.16.04                    amd64        libav plugin for GStreamer (debug symbols)
ii  gstreamer1.5-nice:amd64              0.1.18-0kurento1.16.04                   amd64        ICE library (GStreamer 1.5 plugin)
ii  gstreamer1.5-nice-dbgsym:amd64       0.1.18-0kurento1.16.04                   amd64        debug symbols for package gstreamer1.5-nice
ii  gstreamer1.5-plugins-bad:amd64       1.8.1-1kurento5.16.04                    amd64        GStreamer plugins from the "bad" set
ii  gstreamer1.5-plugins-bad-dbg:amd64   1.8.1-1kurento5.16.04                    amd64        GStreamer plugins from the "bad" set (debug symbols)
ii  gstreamer1.5-plugins-base:amd64      1.8.1-1kurento2.16.04                    amd64        GStreamer plugins from the "base" set
ii  gstreamer1.5-plugins-base-dbg:amd64  1.8.1-1kurento2.16.04                    amd64        GStreamer plugins from the "base" set
ii  gstreamer1.5-plugins-good:amd64      1.8.1-1kurento5.16.04                    amd64        GStreamer plugins from the "good" set
ii  gstreamer1.5-plugins-good-dbg:amd64  1.8.1-1kurento5.16.04                    amd64        GStreamer plugins from the "good" set
ii  gstreamer1.5-plugins-ugly:amd64      1.8.1-1kurento1.16.04                    amd64        GStreamer plugins from the "ugly" set
ii  gstreamer1.5-plugins-ugly-dbg:amd64  1.8.1-1kurento1.16.04                    amd64        GStreamer plugins from the "ugly" set (debug symbols)
ii  gstreamer1.5-pulseaudio:amd64        1.8.1-1kurento5.16.04                    amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.5-tools                   1.8.1-1kurento2.16.04                    amd64        Tools for use with GStreamer
ii  gstreamer1.5-x:amd64                 1.8.1-1kurento2.16.04                    amd64        GStreamer plugins for X11 and Pango
ii  kms-chroma                           6.16.0-0kurento1.16.04                   amd64        Kurento Chroma filter
ii  kms-core                             6.16.0-0kurento1.16.04                   amd64        Kurento Core module
ii  kms-core-dbg                         6.16.0-0kurento1.16.04                   amd64        Kurento Core module
ii  kms-crowddetector                    6.16.0-0kurento1.16.04                   amd64        Kurento Crowd Detector filter
ii  kms-datachannelexample               6.16.0-0kurento1.16.04                   amd64        Kurento WebRTC DataChannel example
ii  kms-elements                         6.16.0-0kurento1.16.04                   amd64        Kurento Elements module
ii  kms-elements-dbg                     6.16.0-0kurento1.16.04                   amd64        Kurento Elements module
ii  kms-filters                          6.16.0-0kurento1.16.04                   amd64        Kurento Filters module
ii  kms-filters-dbg                      6.16.0-0kurento1.16.04                   amd64        Kurento Filters module
ii  kms-jsonrpc                          6.16.0-0kurento1.16.04                   amd64        Kurento JSON-RPC library
ii  kms-jsonrpc-dbg                      6.16.0-0kurento1.16.04                   amd64        Kurento JSON-RPC library
ii  kms-markerdetector                   6.16.0-0kurento1.16.04                   amd64        Kurento Augmented Reality marker detector
ii  kms-platedetector                    6.16.0-0kurento1.16.04                   amd64        Kurento Plate Detector filter
ii  kms-pointerdetector                  6.16.0-0kurento1.16.04                   amd64        Kurento Pointer Detector filter
ii  kmsjsoncpp                           1.6.3-1kurento1.16.04                    amd64        Kurento jsoncpp library
ii  kmsjsoncpp-dbg                       1.6.3-1kurento1.16.04                    amd64        Kurento jsoncpp library
ii  kurento-dbg                          6.16.0-0kurento1.16.04                   amd64        Meta-package that installs debug symbols
ii  kurento-media-server                 6.16.0-0kurento1.16.04                   amd64        Kurento Media Server
ii  kurento-media-server-dbg             6.16.0-0kurento1.16.04                   amd64        Kurento Media Server
ii  libgstreamer-plugins-bad1.5-0:amd64  1.8.1-1kurento5.16.04                    amd64        GStreamer development files for libraries from the "bad" set
ii  libgstreamer-plugins-base1.5-0:amd64 1.8.1-1kurento2.16.04                    amd64        GStreamer libraries from the "base" set
ii  libgstreamer1.5-0:amd64              1.8.1-1kurento2.16.04                    amd64        Core GStreamer libraries and elements
ii  libgstreamer1.5-0-dbg:amd64          1.8.1-1kurento2.16.04                    amd64        Core GStreamer libraries and elements
ii  libnice10:amd64                      0.1.18-0kurento1.16.04                   amd64        ICE library (shared library)
ii  libnice10-dbgsym:amd64               0.1.18-0kurento1.16.04                   amd64        debug symbols for package libnice10
ii  libsrtp0:amd64                       1.6.0-0kurento1.16.04                    amd64        Secure RTP (SRTP) and UST Reference Implementations - shared library
ii  libusrsctp                           0.9.2-1kurento1.16.04                    amd64        sctp-refimpl library
ii  openh264                             1.5.0-0kurento1.16.04                    amd64        H.264 Video Codec provided by Cisco Systems, Inc.
ii  openh264-gst-plugins-bad-1.5:amd64   1.8.1-1kurento5.16.04                    amd64        GStreamer plugins from openh264
ii  openwebrtc-gst-plugins               0.10.0-1kurento1.16.04                   amd64        OpenWebRTC specific GStreamer plugins
ii  openwebrtc-gst-plugins-dbg           0.10.0-1kurento1.16.04                   amd64        OpenWebRTC specific GStreamer plugins
@github-actions
Copy link

Hello @avssav! 👋 we're sorry you found a bug... so first of all, thank you very much for reporting it.

To know about progress, check in Triage. All issues are considered Backlog Candidates until work priorities align and the issue is selected for development. It will then become part of our official Backlog.

@j1elo j1elo added this to Backlog Candidates in Triage Feb 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Triage
Backlog Candidates
Development

No branches or pull requests

1 participant