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

Latest commit

 

History

History
19 lines (15 loc) · 756 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 756 Bytes

This is not required anymore by sip2rtsp!

sip2rtsp is now based on Debian Bookworm which already includes the latest stable version of gstreamer and pulseaudio!

pulsegst

Custom build of pulseaudio and gstreamer for use with sip2rtsp.

Versions:

  • pulseaudio: 16.1
  • gstreamer 1.22.1

The packages can be found here: https://github.com/nanosonde/pulsegst/pkgs/container/pulsegst

Note: the resulting docker images for various CPU architectures only contain the compiled files (binaries/libs, etc.) of gstreamer and pulseaudio for use with another multistage dockerfile. Nothing else.

[...]
COPY --from=pulsegstimage /usr/local/pulseaudio/ /usr/local/pulseaudio/
COPY --from=pulsegstimage /usr/local/gstreamer/ /usr/local/gstreamer/
[...]