obs-build

授权协议 GPL-2.0 License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 公羊喜
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

This repository provides the build tool to build binary packages in aa safe and reproducible way. It can be used standalone or within theOpen Build Service (OBS).

Latest packages for obs-build are available fromopenSUSE:Tools downloads.

Supported build environments

Unsecure

  • chroot
  • LXC

Secure but with limited reproducibility

  • docker
  • nspawn

Secure and with full reproducibility

  • KVM
  • XEN
  • ZVM (S390)

Experimental support

In addition, there is currently experimental support for

For hardware emulation there are

  • qemu,which runs a QEMU system emulator inside of KVM. This canbe considered also secure and reproducible.
  • The "emulator" VM can be used to run builds using any otheremulator via a wrapper script.
  • A QEMU user land emulation is also possible. This would givehigher speed, but requires a preparation inside of the basedistribution for this mode.

Supported build formats

Major distribution package formats

Image formats

  • DockerfileDocker container via docker or podman tooling)
  • kiwi appliances—This includes a long list of formatssupported by the kiwi toolFrom live USB stick images, network deployment images, VM imagesto docker containers
  • SUSE Product—SUSE product media builds
  • SimpleImagechroot tar ball based on rpm spec file syntax
  • Debian Livebuild
  • Preinstallimages—for speeding up builds esp. inside of OBS

Desktop Image formats

  • AppImage
  • FlatPak
  • Snapcraft

Special modes and formats

  • debbuild: building debian debs our of rpm spec file
  • debbootstrap: debian builds using debootstrap as engine
  • mock: rpm spec file build using mock as engine
  • collax: debianpackage variation
  • fissile: docker images based on BOSH dev releases
  • helm: helm charts
  • modulemd: modulemd rpm-md extensions

Use the --help option for more information.

  • obs-output 集成owt采坑 obs-output 需集成owt 以桥接音视频到owt 通过rtc上行。 上一篇 没有增加libwebrtc.cmake,这样的话,如果你修改cmake 添加cpp或者h, 这会导致vs 自动触发cmake ,你添加的工程配置都被覆盖了。 因此,需要增加libwebrtc.cmake ,让vs工程自动生成时带有rtc相关配置。 配置好libwebrtc的环境

 相关资料
  • OBS Studio 是一款用于实时流媒体和屏幕录制的软件,为高效捕获,合成,编码,记录和流传输视频内容而设计,支持所有流媒体平台。 特性: 高性能实时视频/音频捕获和混合。创建由多种来源组成的场景,包括窗口捕获,图像,文本,浏览器窗口,网络摄像头,捕获卡等。 设置无限数量的场景,用户可以通过自定义过渡无缝切换。 带有每个源滤波器的直观音频混合器,例如噪声门,噪声抑制和增益。全面控制VST插件支持

  • obs-browser obs-browser introduces a cross-platform Browser Source, powered by CEF (Chromium Embedded Framework), to OBS Studio. A Browser Source allows the user to integrate web-based overlays into t

  • 我已经在Ubuntu14.04上安装并启动了nginx服务器。我的目标是使用HLS(http live streaming)流媒体视频(live)。我遵循了本教程https://www.vultr.com/docs/setup-nginx-on-ubuntu-to-stream-live-hls-video,它推荐使用OBS-Studio。然而,我不知道如何从OBS-STUDIO流到Nginx,然

  • 我想将静态图像流式传输到android studio仿真器。为此,我在linux ubuntu 20.04中使用v4l2loopback v.12.5创建了一个虚拟相机。虚拟摄像机在/dev/video2中创建。我可以使用obs和一个插件,ffmpeg或gstreamer在那里流式传输,但我对每一个都有不同的问题。我不在乎哪个软件能用...我总是使用分辨率为1920x1080的图像来测试这一点。

  • 问题内容: 我一直在寻找能够简化创建有效(X)HTML代码段的现代Java库。 是的,您可以使用模板语言,但是有时您不想这样做,因为Java与插入您喜欢的模板语言相比有一些优势。 我在许多项目中都看到过许多内部HTML生成器,但是找不到Commons-HTML生成器。 有人知道吗? 如果它利用Java 5/6/7类型系统(泛型)并支持Fluent Style,那将是理想的。或诸如流利的样式(例如J

  • 问题内容: 当我尝试通过在Java的Jbutton中转到其属性然后添加图标来添加背景时,它会设置按钮的背景,但是我在按钮上编写的文本会向右移动(在按钮区域之外)。解决方案? 问题答案: 据我了解,您不是在设置背景,而是在此将Icon设置为button。这就是为什么您在右侧看到“图像”而在左侧看到文本的原因。要将图像作为背景添加到按钮,您需要覆盖方法并在其中绘制图像。