--- name: Bug report about: Create a report to help us improve. Note that reports that are not bugs will generally not be accepted. title: '' labels: '' assignees: '' --- ## Prerequisites These are MANDATORY, otherwise the issue will be automatically closed. * [] I agree to fill this issue template. * [] I have read the [Troubleshooting Guide] and [Support Instructions]. [Troubleshooting Guide]: https://doc-kurento.readthedocs.io/en/latest/user/troubleshooting.html [Support Instructions]: https://github.com/Kurento/.github/blob/master/SUPPORT.md ## Issue description ## Context ## How to reproduce? ## Expected & current behavior ## (Optional) Possible solution ## Info about your environment ### About Kurento Media Server * Kurento version: * Server OS: * Installation method: - [] [apt-get] - [] [Docker] - [] [AWS CloudFormation] - [] [Built from sources] [apt-get]: https://doc-kurento.readthedocs.io/en/latest/user/installation.html#installation-local [Docker]: https://doc-kurento.readthedocs.io/en/latest/user/installation.html#installation-docker [AWS CloudFormation]: https://doc-kurento.readthedocs.io/en/latest/user/installation.html#installation-aws [Built from sources]: https://doc-kurento.readthedocs.io/en/latest/dev/dev_guide.html#dev-sources ### About your Application Server * Programming Language: * Kurento Client version: ### About end-user clients * Device(s): * OS(es): * Browser(s): ### Run these commands ``` cat /etc/lsb-release ``` ``` kurento-media-server --version ``` ``` dpkg -l | grep -Pi 'kurento|kms-|gst.*1.5|nice' ```