From c270a72920b4f9e900e47ec2a2b2b4f10c10dfe3 Mon Sep 17 00:00:00 2001 From: Erikka <19295862+erikkai@users.noreply.github.com> Date: Thu, 22 Apr 2021 23:39:11 -0700 Subject: [PATCH] Added #!/usr/bin/env python --- examples/apivideo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/apivideo.py b/examples/apivideo.py index d15d6c3..0ae2b66 100644 --- a/examples/apivideo.py +++ b/examples/apivideo.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # Use ffmpeg-python with api.video. Api.video lets you create your own live streams. # 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.'