aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_stream_seek_audio_alignment.py
diff options
context:
space:
mode:
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: