遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/4385)
<a href="https://www.bestpractices.dev/projects/4385"><img src="https://www.bestpractices.dev/projects/4385/badge"></a>
Media Server responsible for media transmission, processing, loading and recording
/* * (C) Copyright (year of last commit) Kurento (http://kurento.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */
Repository on GitHub, which uses git. git is distributed.
https://doc-kurento.readthedocs.io/en/latest/dev/testing.html here there is a whole explanation of what are the provided test and how execute them.
We have a Jenkins CI in place that compiles, test and submit the compiled and dockerized software to the standard repositories.
警告:需要URL,但找不到URL。
// X-Content-Type-Options was not set to "nosniff".
Valgrind & AddressSanitizer, but we don't have them integrated in the release cycle we use them when we see fit.
We do but we deactivate all asserts for final builds each release because third party assertions -specifically libnice- were more than a 20% of reported crashes, However they are enabled for debug sessions and code analysis.
后退