Hello!
I just wanted to share than i successfully created a stream of a fixed color generated with numpy from my G5 running 10.5.8 to Twitch.tv using Python 3.6 and ffmpeg )
I used this library and a binary version of ffmpeg fetched from Archive.org
Later on, after taking a look at the library, I realize than is possible to do it using ffmpeg directly with an MP4 video file, and it was lightweight for the system and got achieved a good Performance.
My stream was getting stuck because I have a slow internet connection (1mbps upload in adsl), but I think than this is a good beginning
I just wanted to share than i successfully created a stream of a fixed color generated with numpy from my G5 running 10.5.8 to Twitch.tv using Python 3.6 and ffmpeg )
I used this library and a binary version of ffmpeg fetched from Archive.org
Later on, after taking a look at the library, I realize than is possible to do it using ffmpeg directly with an MP4 video file, and it was lightweight for the system and got achieved a good Performance.
My stream was getting stuck because I have a slow internet connection (1mbps upload in adsl), but I think than this is a good beginning