scivision / PyLivestream

Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more
Apache License 2.0
707 stars 156 forks source link

Dynamic Overlay using browser source or updating png? #43

Closed dropitlikecross closed 4 years ago

dropitlikecross commented 4 years ago

Is there a way to add dynamic overlay as either a browser source/html or a png that updates every # seconds?

scivision commented 4 years ago

This is not a use case i considered, though it is a common one.

scivision commented 4 years ago

It looks to me like this would require yet another program to drive FFmpeg in this fashion. PyLivestream is meant to just be a minimal command line generator for FFmpeg. And that other people happened to find useful too despite its narrow scope.