quasarstream/python-ffmpeg-video-streaming

How to stream output?

liquidpeachy opened this issue · 1 comments

In the documentation there is this:
# DASH dash.output('http://YOUR-WEBSITE.COM/live-stream/out.mpd')

Can you give an example on how this would work with something like Flask?

Thanks.

Figured it out. I used rtmp with Nginx and put the URL inside the output as shown above.