How to stream output?
liquidpeachy opened this issue · 1 comments
liquidpeachy commented
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.
liquidpeachy commented
Figured it out. I used rtmp with Nginx and put the URL inside the output as shown above.