toposync-ext-streaming 0.3.0__tar.gz → 0.4.0__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.
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/PKG-INFO +1 -1
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/pyproject.toml +1 -1
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/api/models.py +1 -1
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/api/routes.py +1 -1
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/types.ts +1 -1
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/.gitignore +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/LICENSE +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/LICENSE.ffmpeg +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/LICENSE.mediamtx +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/README.md +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/__init__.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/api/__init__.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/bin/ffmpeg/LICENSE +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/bin/mediamtx/LICENSE +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/extension.json +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/pipelines/__init__.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/pipelines/operators.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/plugin.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/326.js +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/326.js.LICENSE.txt +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/4.js +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/4.js.LICENSE.txt +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/623.js +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/623.js.LICENSE.txt +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/703.js +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/703.js.LICENSE.txt +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/main.js +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/main.js.LICENSE.txt +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/remoteEntry.js +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/__init__.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/arbitration.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/camera_ingest.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/distributed_sync.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/encoder_state.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/engine_manager.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/ffmpeg_binary.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/go2rtc_binary.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/go2rtc_config.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/go2rtc_manager.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/ingest_auth.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/ingest_resolver.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/jsmpeg_manager.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/mediamtx_api_client.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/mediamtx_binary.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/mediamtx_config.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/mediamtx_processes.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/placeholder.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/platform.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/playback_events.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/publisher_manager.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/resize.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/runtime_state.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/streaming/writer_bridge.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/wizard/__init__.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/wizard/pipeline_builder.py +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/package.json +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/activate.tsx +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/api/streamingApi.ts +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/constants.ts +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/entry.ts +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/settings/StreamingSettingsPanel.tsx +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/settings/SubModal.tsx +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/settings/WizardCreatePipelineFromTransmission.tsx +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/src/translations.ts +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/tsconfig.json +0 -0
- {toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/ui/webpack.config.js +0 -0
|
@@ -20,7 +20,7 @@ StreamingOutputEncoderMode = Literal["inherit", "auto", "cpu"]
|
|
|
20
20
|
StreamingEncoderTrustState = Literal["candidate", "trusted", "quarantined"]
|
|
21
21
|
StreamingMediaAuthMode = Literal["signed_proxy", "open"]
|
|
22
22
|
StreamingMediaAuthType = Literal["none", "signed_url", "basic"]
|
|
23
|
-
StreamingCameraLiveContext = Literal["thumbnail", "pip", "large", "fullscreen", "ptz"]
|
|
23
|
+
StreamingCameraLiveContext = Literal["thumbnail", "pip", "large", "fullscreen", "ptz", "spatial_map"]
|
|
24
24
|
StreamingPublicationOwnerKind = Literal["camera_source", "pipeline_output"]
|
|
25
25
|
StreamingPublicationRole = Literal["main", "sub", "zoom", "custom"]
|
|
26
26
|
StreamingLiveViewOwnerKind = Literal["camera_source", "pipeline_output", "manual"]
|
|
@@ -4814,7 +4814,7 @@ def _build_camera_live_view_for_device(
|
|
|
4814
4814
|
|
|
4815
4815
|
def _variant_id_for_context(live_view: CameraLiveView, context: StreamingCameraLiveContext) -> str:
|
|
4816
4816
|
defaults = live_view.defaults
|
|
4817
|
-
if context
|
|
4817
|
+
if context in {"thumbnail", "spatial_map"}:
|
|
4818
4818
|
return defaults.thumbnail_variant_id
|
|
4819
4819
|
if context == "pip":
|
|
4820
4820
|
return defaults.pip_variant_id
|
|
@@ -163,7 +163,7 @@ export type TransmissionUrlsResponse = {
|
|
|
163
163
|
media_url_origin?: string | null;
|
|
164
164
|
};
|
|
165
165
|
|
|
166
|
-
export type CameraLiveContext = "thumbnail" | "pip" | "large" | "fullscreen" | "ptz";
|
|
166
|
+
export type CameraLiveContext = "thumbnail" | "pip" | "large" | "fullscreen" | "ptz" | "spatial_map";
|
|
167
167
|
export type StreamingPublicationOwnerKind = "camera_source" | "pipeline_output";
|
|
168
168
|
export type StreamingLiveViewOwnerKind = "camera_source" | "pipeline_output" | "manual";
|
|
169
169
|
export type StreamingPublicationRole = "main" | "sub" | "zoom" | "custom";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/plugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{toposync_ext_streaming-0.3.0 → toposync_ext_streaming-0.4.0}/src/toposync_ext_streaming/static/4.js
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
|
|
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
|
|
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
|