diff options
Diffstat (limited to 'packages/meshbay-node/tests/test_stream_video_transcode.py')
| -rw-r--r-- | packages/meshbay-node/tests/test_stream_video_transcode.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meshbay-node/tests/test_stream_video_transcode.py b/packages/meshbay-node/tests/test_stream_video_transcode.py index 0fd12c6..316fdce 100644 --- a/packages/meshbay-node/tests/test_stream_video_transcode.py +++ b/packages/meshbay-node/tests/test_stream_video_transcode.py @@ -19,8 +19,8 @@ None — there is nothing to put in `stream_init` for the client to check. Until live against an episode rip in a `.avi` — mpeg4 video, mp3 audio, 720x404 — which the reporting machine re-encodes at about six times playback speed. The setting that governs it, `transcode_incompatible_video`, was documented from the start -as covering "HEVC *and other browser-incompatible video codecs*" (draft-v6 -§2.11); only HEVC was ever wired up. +as covering "HEVC *and other browser-incompatible video codecs*" +(docs/MESHBAY_DESIGN.md §6.8); only HEVC was ever wired up. These tests spawn real ffmpeg/ffprobe against small synthetic files (lavfi test sources, ~1s), the same style as test_stream_audio_transcode.py. |