GithubHelp home page GithubHelp logo

loventheair / aiostreams Goto Github PK

View Code? Open in Web Editor NEW

This project forked from walkero-gr/aiostreams

0.0 0.0 0.0 429 KB

All In One streams is a pack of Python scripts for streaming video from various platforms. The target Operating Systems are AmigaOS 4, AmigaOS 3, MorphOS and AROS, but they work on other systems just fine.

License: BSD 2-Clause "Simplified" License

Python 76.61% C 23.39%

aiostreams's Introduction

aiostreams

All In One streams (aiostreams) 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 Lbry.tv.

All the scripts should be used from the shell, as well as from any web browser that support execution of scripts. It is really easy to configure a link context menu and open the URL with the script. And if "Autoplay" is enabled, then the video will start automatically using the configured default players.

Some of these networks have a search API, and you can use them to find available streams and videos, without the need to visit the website. This is a fast way to find what you want, without waiting huge amount of Javascript to be executed on your machine. Especially useful when your computer doesn't have the necessary horse power to support those websites.

All the scripts are developed and fully tested under AmigaOS 4.1 FE and MorphOS 3.x. There will be support for other systems in the future, like AmigaOS 3 and AROS, as long as Python is supported. The scripts work just fine under Linux and MacOS X, but those systems are not the target of this project. There are other solutions that might do a better job.

Supported networks:

A full list of requirements per OS:

AmigaOS 4.1

  • AmigaOS 4.1 FE upd1
  • Python 2.5
  • Pythonssl
  • The Python modules: urllib, urllib2, sys, re, string, random. Usually they are part of the python Installation
  • ffplay for the online live streaming videos, or something equivalent
  • mplayer for the online recorded videos, or something equivalent
  • internet access

MorphOS 3.x

  • MorphOS 3.10 and above
  • Python 2.5 and above
  • Currently there is no suitable video player available on MorphOS, that could support the necessary streams. As soon as new video players are available, they can be used by aiostreams scripts.
  • internet access

Docker for development

This is not necessary for using these scripts. It just provides a good development environment for other systems. To run the script in a docker container with Python 2.7 installed, use the following on different shells, from the script folder.

docker run -it --rm --name aiostreams -v "$PWD":/usr/src/myapp -w /usr/src/myapp python:2
docker exec -it aiostreams bash
python twitch.py

aiostreams's People

Contributors

arisamiga avatar walkero-gr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.