- Replace
videostreamer
withmlagents_video_streamer
. - Use
SetupVirtualDisplay()
instead ofconfig()
. twitchStreamer()
function has been removed, so use object given byVideoStreamer
class.- Previously
twitchStreamer()
only took secret key, but nowVideoStreamer()
takes an dictonary in the following format only:stream_info = { "URL": "rtmp://live.twitch.tv/app/", # example of Twitch URL "secret": "--- secret here ---" }
start()
method by theVideoStreamer
class should be used, before starting the training process.close()
method by theVideoStreamer
class should be used, to close the video stream gracefully.