toposync-ext-streaming 0.2.0__tar.gz → 0.2.2__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.
Files changed (66) hide show
  1. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/PKG-INFO +1 -1
  2. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/pyproject.toml +1 -1
  3. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/.gitignore +0 -0
  4. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/LICENSE +0 -0
  5. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/LICENSE.ffmpeg +0 -0
  6. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/LICENSE.mediamtx +0 -0
  7. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/README.md +0 -0
  8. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/__init__.py +0 -0
  9. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/api/__init__.py +0 -0
  10. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/api/models.py +0 -0
  11. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/api/routes.py +0 -0
  12. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/bin/ffmpeg/LICENSE +0 -0
  13. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/bin/mediamtx/LICENSE +0 -0
  14. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/extension.json +0 -0
  15. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/pipelines/__init__.py +0 -0
  16. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/pipelines/operators.py +0 -0
  17. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/plugin.py +0 -0
  18. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/326.js +0 -0
  19. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/326.js.LICENSE.txt +0 -0
  20. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/4.js +0 -0
  21. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/4.js.LICENSE.txt +0 -0
  22. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/623.js +0 -0
  23. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/623.js.LICENSE.txt +0 -0
  24. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/703.js +0 -0
  25. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/703.js.LICENSE.txt +0 -0
  26. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/main.js +0 -0
  27. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/main.js.LICENSE.txt +0 -0
  28. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/static/remoteEntry.js +0 -0
  29. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/__init__.py +0 -0
  30. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/arbitration.py +0 -0
  31. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/camera_ingest.py +0 -0
  32. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/distributed_sync.py +0 -0
  33. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/encoder_state.py +0 -0
  34. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/engine_manager.py +0 -0
  35. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/ffmpeg_binary.py +0 -0
  36. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/go2rtc_binary.py +0 -0
  37. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/go2rtc_config.py +0 -0
  38. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/go2rtc_manager.py +0 -0
  39. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/ingest_auth.py +0 -0
  40. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/ingest_resolver.py +0 -0
  41. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/jsmpeg_manager.py +0 -0
  42. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/mediamtx_api_client.py +0 -0
  43. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/mediamtx_binary.py +0 -0
  44. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/mediamtx_config.py +0 -0
  45. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/mediamtx_processes.py +0 -0
  46. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/placeholder.py +0 -0
  47. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/platform.py +0 -0
  48. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/playback_events.py +0 -0
  49. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/publisher_manager.py +0 -0
  50. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/resize.py +0 -0
  51. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/runtime_state.py +0 -0
  52. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/streaming/writer_bridge.py +0 -0
  53. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/wizard/__init__.py +0 -0
  54. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/src/toposync_ext_streaming/wizard/pipeline_builder.py +0 -0
  55. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/package.json +0 -0
  56. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/activate.tsx +0 -0
  57. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/api/streamingApi.ts +0 -0
  58. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/constants.ts +0 -0
  59. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/entry.ts +0 -0
  60. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/settings/StreamingSettingsPanel.tsx +0 -0
  61. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/settings/SubModal.tsx +0 -0
  62. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/settings/WizardCreatePipelineFromTransmission.tsx +0 -0
  63. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/translations.ts +0 -0
  64. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/src/types.ts +0 -0
  65. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/tsconfig.json +0 -0
  66. {toposync_ext_streaming-0.2.0 → toposync_ext_streaming-0.2.2}/ui/webpack.config.js +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toposync-ext-streaming
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: Toposync first-party extension: streaming settings, API surface, and pipeline sink bootstrap.
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "toposync-ext-streaming"
3
- version = "0.2.0"
3
+ version = "0.2.2"
4
4
  description = "Toposync first-party extension: streaming settings, API surface, and pipeline sink bootstrap."
5
5
  readme = "README.md"
6
6
  license = "MIT"