mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Added import statement
This commit is contained in:
parent
07acd2667a
commit
c1623d03fb
@ -2,6 +2,7 @@
|
|||||||
# Complete tutorial for using ffmpeg-python with api.video here: https://api.video/blog/tutorials/live-stream-to-the-browser-with-ffmpeg-cli-and-python
|
# Complete tutorial for using ffmpeg-python with api.video here: https://api.video/blog/tutorials/live-stream-to-the-browser-with-ffmpeg-cli-and-python
|
||||||
# You need to get your api.video stream key and replace 'apivideo_stream_key.'
|
# You need to get your api.video stream key and replace 'apivideo_stream_key.'
|
||||||
# You can probably use this for other tools as well.
|
# You can probably use this for other tools as well.
|
||||||
|
import ffmpeg
|
||||||
|
|
||||||
rtmp_url = "rtmp://broadcast.api.video/s/" + apivideo_stream_key
|
rtmp_url = "rtmp://broadcast.api.video/s/" + apivideo_stream_key
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user