aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_stream_seek_audio_alignment.py
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-24 02:32:59 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-24 16:45:37 +0200
commit535366b90c170691842311a3898a3d83d744ef75 (patch)
treec45b00a8fd21d5e47ce436afdaab96765160e669 /packages/meshbay-node/tests/test_stream_seek_audio_alignment.py
parent5e58b64668537603a0f40daf9e64f1ac8b4d89b6 (diff)
downloadmeshbay-535366b90c170691842311a3898a3d83d744ef75.tar.gz
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 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-node/tests/test_stream_seek_audio_alignment.py')
-rw-r--r--packages/meshbay-node/tests/test_stream_seek_audio_alignment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-node/tests/test_stream_seek_audio_alignment.py b/packages/meshbay-node/tests/test_stream_seek_audio_alignment.py
index 5d78c00..3a10464 100644
--- a/packages/meshbay-node/tests/test_stream_seek_audio_alignment.py
+++ b/packages/meshbay-node/tests/test_stream_seek_audio_alignment.py
@@ -222,7 +222,7 @@ async def test_a_transcoded_video_keeps_accurate_seeking(tmp_path):
session, file_id = _session(tmp_path, clip, gek)
# Force the re-encode branch the way a browser-incompatible source would.
session._ctx["transcode_incompatible_video"] = True
- import meshbay_node.transport.webrtc_server as ws
+ import meshbay_node.transport.webrtc.apps.streaming as ws
real = ws.BROWSER_INCOMPATIBLE_VIDEO_CODECS
ws.BROWSER_INCOMPATIBLE_VIDEO_CODECS = frozenset({"h264"})
try: