We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583fd6e commit 68b7ca7Copy full SHA for 68b7ca7
1 file changed
test_ffmpeg.py
@@ -1,7 +1,8 @@
1
import asyncio
2
import logging
3
4
-from janus_client import JanusSession, JanusVideoRoomPlugin
+from janus_client import JanusSession
5
+from janus_client.experiments.plugin_video_room_ffmpeg import JanusVideoRoomPlugin
6
import ffmpeg
7
8
format = "%(asctime)s: %(message)s"
0 commit comments