From 535366b90c170691842311a3898a3d83d744ef75 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Thu, 24 Sep 2026 02:32:59 +0200 Subject: refactor(node): move video streaming out of webrtc_server StreamingMixin in transport/webrtc/apps/streaming.py: stream credit, handover, the transcode slots and _stream_video_inner, moved unchanged. Co-Authored-By: Claude Opus 5.5 --- packages/meshbay-node/tests/test_stream_capacity_config.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'packages/meshbay-node/tests/test_stream_capacity_config.py') diff --git a/packages/meshbay-node/tests/test_stream_capacity_config.py b/packages/meshbay-node/tests/test_stream_capacity_config.py index c788ba6..5514712 100644 --- a/packages/meshbay-node/tests/test_stream_capacity_config.py +++ b/packages/meshbay-node/tests/test_stream_capacity_config.py @@ -25,11 +25,8 @@ from pathlib import Path import pytest from meshbay_node.config import load_config from meshbay_node.roots import RootSet -from meshbay_node.transport.webrtc_server import ( - MAX_CONCURRENT_TRANSCODES, - WebRTCPeerSession, - WebRTCTransport, -) +from meshbay_node.transport.webrtc.apps.streaming import MAX_CONCURRENT_TRANSCODES +from meshbay_node.transport.webrtc_server import WebRTCPeerSession, WebRTCTransport def _cfg(tmp_path: Path, body: str): -- cgit v1.2.3