Skip to content

Commit 68b7ca7

Browse files
committed
update imports
1 parent 583fd6e commit 68b7ca7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test_ffmpeg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import asyncio
22
import logging
33

4-
from janus_client import JanusSession, JanusVideoRoomPlugin
4+
from janus_client import JanusSession
5+
from janus_client.experiments.plugin_video_room_ffmpeg import JanusVideoRoomPlugin
56
import ffmpeg
67

78
format = "%(asctime)s: %(message)s"

0 commit comments

Comments
 (0)