toposync-streaming 0.7.0__tar.gz → 0.7.1__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.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toposync-streaming
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Toposync application bundle with the optional first-party streaming stack.
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
7
7
  Requires-Python: >=3.11
8
- Requires-Dist: toposync-ext-streaming==0.4.0
9
- Requires-Dist: toposync==0.7.0
8
+ Requires-Dist: toposync-ext-streaming==0.4.1
9
+ Requires-Dist: toposync==0.7.1
10
10
  Description-Content-Type: text/markdown
11
11
 
12
12
  # Toposync Streaming bundle
@@ -16,5 +16,6 @@ Optional Toposync application bundle that installs the default `toposync` produc
16
16
  Notes:
17
17
 
18
18
  - MediaMTX is downloaded on demand by the extension when the engine starts.
19
+ - go2rtc is downloaded automatically on first MSE sidecar start, unless the runtime sets `TOPOSYNC_STREAMING_GO2RTC_PATH` to a bundled binary.
19
20
  - FFmpeg is expected from `PATH` or `TOPOSYNC_STREAMING_FFMPEG_PATH`.
20
21
  - A packaged FFmpeg binary is only used when a custom distribution explicitly ships one.
@@ -5,5 +5,6 @@ Optional Toposync application bundle that installs the default `toposync` produc
5
5
  Notes:
6
6
 
7
7
  - MediaMTX is downloaded on demand by the extension when the engine starts.
8
+ - go2rtc is downloaded automatically on first MSE sidecar start, unless the runtime sets `TOPOSYNC_STREAMING_GO2RTC_PATH` to a bundled binary.
8
9
  - FFmpeg is expected from `PATH` or `TOPOSYNC_STREAMING_FFMPEG_PATH`.
9
10
  - A packaged FFmpeg binary is only used when a custom distribution explicitly ships one.
@@ -1,14 +1,14 @@
1
1
  [project]
2
2
  name = "toposync-streaming"
3
- version = "0.7.0"
3
+ version = "0.7.1"
4
4
  description = "Toposync application bundle with the optional first-party streaming stack."
5
5
  readme = "README.md"
6
6
  license = "MIT"
7
7
  license-files = ["LICENSE"]
8
8
  requires-python = ">=3.11"
9
9
  dependencies = [
10
- "toposync==0.7.0",
11
- "toposync-ext-streaming==0.4.0",
10
+ "toposync==0.7.1",
11
+ "toposync-ext-streaming==0.4.1",
12
12
  ]
13
13
 
14
14
  [build-system]