AROS World Exec

Development => AROS Software Development => Topic started by: AMIGASYSTEM on August 02, 2022, 10:39:53 AM

Title: AioStreams
Post by: AMIGASYSTEM on August 02, 2022, 10:39:53 AM
AioStreams (http://aminet.net/package/util/batch/aiostreams): All In One streams is a pack of scripts, written in Python, that can be used to stream and watch videos from different online networks, like Twitch.tv and Mixer.com. Also, there is a radio script that helps you discover and play online radio stations from all around the world.

"AioStreams" to run on AROS x86 requires installation of "Python 2.5," after installing on AROS One x86 of Python-2.5.2.i386-aros (http://) downloaded from Aros Archive, as soon as I run some scripts I get some errors, see screenshot.

It seems that the AROS x86 version of Python 2.5.2 is missing something !!!
Title: Re: AioStreams
Post by: jacko on August 02, 2022, 12:17:18 PM
That means the network functions (socket) are not implemented.
Title: Re: AioStreams
Post by: AMIGASYSTEM on August 02, 2022, 02:29:30 PM
Thanks jacko