reactor-runtime 3.2.3__tar.gz → 3.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/PKG-INFO +7 -7
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/README.md +6 -6
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/pyproject.toml +1 -1
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/pyproject.toml.orig +1 -1
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/manifest.py +16 -10
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/LICENSE +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/NOTICE +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/codes.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/fields.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/model.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/naming.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/service.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/session.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/transport.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/typespec.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/core/values.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/event_stream.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/http/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/http/events.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/http/routes.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/http/server.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/http/spec.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/client.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/events/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/events/decorators.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/events/errors.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/events/messages.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/internal/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/internal/bridge.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/internal/input_buffer.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/internal/reactor_core.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/model/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/model/contract.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/model/reactor_model.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/model/schema.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/pipeline/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/pipeline/idle.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/pipeline/input_state.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/pipeline/reactor_pipeline.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/tracks/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/tracks/descriptors.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/tracks/input.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/tracks/output.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/log.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/message_gateway.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/metrics.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/paths.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/protocol/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/protocol/base.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/protocol/common.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/protocol/v0/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/protocol/v0/codec.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/protocol/v1/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/protocol/v1/codec.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/py.typed +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/recording/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/recording/chunk_encoder.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/recording/markers.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/recording/recorder.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/runner/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/runner/connection_manager.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/runner/offer_epochs.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/runner/runner.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/runner/state_machine.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/schema.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/serve.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/service.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/acceptor.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/router.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/__init__.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/acceptor.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/config.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/connection.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/frames.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/pacer.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/peer.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/router.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/sdp.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/signaling.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/stats.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/version.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/upload_store.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/common_pb2.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/common_pb2.pyi +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/control_pb2.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/control_pb2.pyi +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/data_pb2.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/data_pb2.pyi +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/model_pb2.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/model_pb2.pyi +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/platform_pb2.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/platform_pb2.pyi +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/track_pb2.py +0 -0
- {reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_wire/v1/track_pb2.pyi +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reactor-runtime
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.4
|
|
4
4
|
Summary: A Python framework for building real-time, interactive video models
|
|
5
5
|
Author: Reactor
|
|
6
6
|
Author-email: Reactor <team@reactor.inc>
|
|
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
|
|
31
31
|
**Build real-time AI models in Python.**
|
|
32
32
|
|
|
33
|
-
[📖 Documentation](https://
|
|
33
|
+
[📖 Documentation](https://docs.reactor.inc/deploy/overview) · [🚀 Quickstart](https://docs.reactor.inc/deploy/development/overview) · [🌐 Reactor](https://reactor.inc)
|
|
34
34
|
|
|
35
35
|
</div>
|
|
36
36
|
|
|
@@ -95,19 +95,19 @@ reactor run
|
|
|
95
95
|
|
|
96
96
|
## Install
|
|
97
97
|
|
|
98
|
-
Everything runs through the [`reactor` CLI](https://
|
|
98
|
+
Everything runs through the [`reactor` CLI](https://docs.reactor.inc/deploy/platform/installation). There is nothing to install on your host but the CLI and Docker; the runtime ships inside the image the CLI builds for your workspace.
|
|
99
99
|
|
|
100
100
|
```sh
|
|
101
101
|
brew install reactor-team/tools/reactor-cli
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
-
Not on macOS, or pinning a release in CI? See [Install the CLI](https://
|
|
104
|
+
Not on macOS, or pinning a release in CI? See [Install the CLI](https://docs.reactor.inc/deploy/platform/installation).
|
|
105
105
|
|
|
106
106
|
## Learn more
|
|
107
107
|
|
|
108
|
-
- [Quickstart](https://
|
|
109
|
-
- [Model anatomy](https://
|
|
110
|
-
- [The run loop](https://
|
|
108
|
+
- [Quickstart](https://docs.reactor.inc/deploy/development/overview): from zero to a streaming model in 2 minutes
|
|
109
|
+
- [Model anatomy](https://docs.reactor.inc/deploy/development/reactor-model/model-anatomy): every piece of a Reactor model, line by line
|
|
110
|
+
- [The run loop](https://docs.reactor.inc/deploy/development/reactor-model/run-loop): emitting frames, batches, and frame rates
|
|
111
111
|
|
|
112
112
|
## Development
|
|
113
113
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**Build real-time AI models in Python.**
|
|
6
6
|
|
|
7
|
-
[📖 Documentation](https://
|
|
7
|
+
[📖 Documentation](https://docs.reactor.inc/deploy/overview) · [🚀 Quickstart](https://docs.reactor.inc/deploy/development/overview) · [🌐 Reactor](https://reactor.inc)
|
|
8
8
|
|
|
9
9
|
</div>
|
|
10
10
|
|
|
@@ -69,19 +69,19 @@ reactor run
|
|
|
69
69
|
|
|
70
70
|
## Install
|
|
71
71
|
|
|
72
|
-
Everything runs through the [`reactor` CLI](https://
|
|
72
|
+
Everything runs through the [`reactor` CLI](https://docs.reactor.inc/deploy/platform/installation). There is nothing to install on your host but the CLI and Docker; the runtime ships inside the image the CLI builds for your workspace.
|
|
73
73
|
|
|
74
74
|
```sh
|
|
75
75
|
brew install reactor-team/tools/reactor-cli
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
Not on macOS, or pinning a release in CI? See [Install the CLI](https://
|
|
78
|
+
Not on macOS, or pinning a release in CI? See [Install the CLI](https://docs.reactor.inc/deploy/platform/installation).
|
|
79
79
|
|
|
80
80
|
## Learn more
|
|
81
81
|
|
|
82
|
-
- [Quickstart](https://
|
|
83
|
-
- [Model anatomy](https://
|
|
84
|
-
- [The run loop](https://
|
|
82
|
+
- [Quickstart](https://docs.reactor.inc/deploy/development/overview): from zero to a streaming model in 2 minutes
|
|
83
|
+
- [Model anatomy](https://docs.reactor.inc/deploy/development/reactor-model/model-anatomy): every piece of a Reactor model, line by line
|
|
84
|
+
- [The run loop](https://docs.reactor.inc/deploy/development/reactor-model/run-loop): emitting frames, batches, and frame rates
|
|
85
85
|
|
|
86
86
|
## Development
|
|
87
87
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
The ``reactor.yaml`` manifest is the runtime's one configuration file:
|
|
4
4
|
``runtime.import`` names the model as a ``"module:Class"`` reference,
|
|
5
|
-
``runtime.config`` points at the model's own config file, and the
|
|
6
|
-
``recording
|
|
5
|
+
``runtime.config`` points at the model's own config file, and the
|
|
6
|
+
``runtime.recording`` block configures the recorder. This module turns that file into
|
|
7
7
|
a :class:`~reactor_runtime.core.RuntimeConfig` and the reference into the model
|
|
8
8
|
class — and it is the only code that does either, so every entry point resolves
|
|
9
9
|
the same model from the same directory.
|
|
@@ -32,8 +32,8 @@ def load_config(manifest: Path) -> RuntimeConfig:
|
|
|
32
32
|
|
|
33
33
|
``runtime.import`` — the ``"module:Class"`` model reference — and
|
|
34
34
|
``runtime.config`` — the path to the model's own config file — name the
|
|
35
|
-
model, ``model.name`` is the name it is published under, and the
|
|
36
|
-
``recording
|
|
35
|
+
model, ``model.name`` is the name it is published under, and the
|
|
36
|
+
``runtime.recording`` block configures the recorder; the rest of the manifest
|
|
37
37
|
describes the model to the platform and is not the runtime's concern. The
|
|
38
38
|
config path is passed to the model verbatim (resolved to an absolute path);
|
|
39
39
|
the runtime never parses its contents.
|
|
@@ -65,7 +65,7 @@ def load_config(manifest: Path) -> RuntimeConfig:
|
|
|
65
65
|
model_ref=model_ref,
|
|
66
66
|
model_name=_model_name(document.get("model")),
|
|
67
67
|
config_path=_resolve_config_path(runtime, manifest),
|
|
68
|
-
recording=_recording_from_manifest(document
|
|
68
|
+
recording=_recording_from_manifest(runtime, document),
|
|
69
69
|
)
|
|
70
70
|
|
|
71
71
|
|
|
@@ -110,19 +110,25 @@ def import_model_class(model_ref: str) -> type[ReactorCore]:
|
|
|
110
110
|
return model_cls
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
def _recording_from_manifest(
|
|
113
|
+
def _recording_from_manifest(runtime: dict[str, Any], document: dict[str, Any]) -> RecordingConfig:
|
|
114
114
|
"""Parse the manifest's ``recording:`` block into a :class:`RecordingConfig`.
|
|
115
115
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
The block nests under ``runtime:``. A top-level ``recording:`` block is
|
|
117
|
+
still honored for older manifests, and the nested block wins when both are
|
|
118
|
+
present. A missing or non-mapping block leaves recording disabled at its
|
|
119
|
+
defaults. Unknown keys are ignored so a manifest can carry forward-looking
|
|
120
|
+
settings without breaking an older runtime.
|
|
119
121
|
|
|
120
122
|
Args:
|
|
121
|
-
|
|
123
|
+
runtime: The manifest's ``runtime`` section.
|
|
124
|
+
document: The whole manifest document, for the legacy top-level block.
|
|
122
125
|
|
|
123
126
|
Returns:
|
|
124
127
|
The parsed recorder configuration.
|
|
125
128
|
"""
|
|
129
|
+
block = runtime.get("recording")
|
|
130
|
+
if not isinstance(block, dict):
|
|
131
|
+
block = document.get("recording")
|
|
126
132
|
if not isinstance(block, dict):
|
|
127
133
|
return RecordingConfig()
|
|
128
134
|
raw_video = block.get("video")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/events/__init__.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/events/decorators.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/events/errors.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/events/messages.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/internal/__init__.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/internal/bridge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/model/__init__.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/model/contract.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/model/reactor_model.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/model/schema.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/pipeline/__init__.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/pipeline/idle.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/tracks/__init__.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/tracks/descriptors.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/tracks/input.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/interface/tracks/output.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/recording/chunk_encoder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/runner/connection_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/__init__.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/acceptor.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/config.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/connection.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/frames.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/pacer.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/peer.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/router.py
RENAMED
|
File without changes
|
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/signaling.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/stats.py
RENAMED
|
File without changes
|
{reactor_runtime-3.2.3 → reactor_runtime-3.2.4}/src/reactor_runtime/transport/webrtc/version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|