File: control

package info (click to toggle)
pyatem 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,400 kB
  • sloc: python: 14,021; xml: 362; ansic: 256; sh: 26; makefile: 23
file content (91 lines) | stat: -rw-r--r-- 4,055 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Source: pyatem
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               libhandy-1-dev,
               meson,
               pkgconf,
               python3-all-dev,
               python3-pil,
               python3-setuptools,
               scdoc
Standards-Version: 4.6.2
Homepage: https://openswitcher.org/
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyatem
Vcs-Git: https://salsa.debian.org/python-team/packages/pyatem.git

Package: python3-pyatem
Architecture: any
Depends: python3-usb, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: python3-zeroconf
Description: Blackmagic Design ATEM video switchers (Python 3)
 Open Switcher is a control application for the Blackmagic Design ATEM video
 switchers. These are normally controlled with the propriatary Windows or Osx
 application over a network connection. In some cases it's also possible to
 control these switchers using hardware buttons but that doesn't expose the full
 functionality of these mixers.
 .
 Switcher Control is a re-implementation that aims to be as close to the
 supported features of ATEM Software Control as possible. Getting to 100%
 compatibility would be quite hard since it exposes quite a lot of extra
 functionalities for specific models of mixers which would be technically
 difficult to implement or hard to do due to lack of access to the more
 expensive hardware.
 .
 This package installs the library for Python 3.

Package: openswitcher
Section: net
Architecture: all
Depends: gir1.2-gtk-3.0,
         gir1.2-handy-1,
         python3-cairo,
         python3-gi,
         python3-pyatem,
         python3:any,
         ${misc:Depends}
Description: Control application for Blackmagic Design ATEM video switchers
 Open Switcher is a control application for the Blackmagic Design ATEM video
 switchers. These are normally controlled with the propriatary Windows or Osx
 application over a network connection. In some cases it's also possible to
 control these switchers using hardware buttons but that doesn't expose the full
 functionality of these mixers.
 .
 Switcher Control is a re-implementation that aims to be as close to the
 supported features of ATEM Software Control as possible. Getting to 100%
 compatibility would be quite hard since it exposes quite a lot of extra
 functionalities for specific models of mixers which would be technically
 difficult to implement or hard to do due to lack of access to the more
 expensive hardware.
 .
 This is the GTK+3 control application package.

Package: openswitcher-proxy
Section: net
Architecture: all
Depends: python3-pyatem, python3-toml, python3:any, ${misc:Depends}
Description: Multi-protocol proxy for Blackmagic Design hardware
 Open Switcher is a control application for the Blackmagic Design ATEM video
 switchers. These are normally controlled with the propriatary Windows or Osx
 application over a network connection. In some cases it's also possible to
 control these switchers using hardware buttons but that doesn't expose the full
 functionality of these mixers.
 .
 Switcher Control is a re-implementation that aims to be as close to the
 supported features of ATEM Software Control as possible. Getting to 100%
 compatibility would be quite hard since it exposes quite a lot of extra
 functionalities for specific models of mixers which would be technically
 difficult to implement or hard to do due to lack of access to the more
 expensive hardware.
 .
 This package contains OpenSwitcher Proxy. OpenSwitcher Proxy is a daemon that
 acts as a reverse proxy for the ATEM network protocol. It adds a layer of
 authentication on top with the custom TCP protocol to safely run the protocol
 over the Internet.
 .
 The proxy also supports connecting the ATEM system to other protocols like MIDI
 and MQTT for integrating in a larger production environment.