Skip to content

Configure

George Sokianos edited this page Dec 12, 2019 · 1 revision

In aiostreams folder you will find a configuration file named cfg.py. You can edit it and change a few parameters, so that it will be suitable for you. Consult the cfg.py.examples file where you can find examples on how to set different players on other operating systems.

The available parameters are:

  • autoplay: Set this to True to enable autoplay of the video with your preffered video player. Set it to False to disable it.
  • verbose: Set this to True to get more info from the script during the execution. Set it to False to disable it.
  • vPlayer: Set the path to your preffered video player. This is going to be used on recorded streams only. This is used only if autoplay is set to True.
  • vPlayerArgs: Set the arguments that are going to be used with your preffered video player. This is used only if autoplay is set to True.
  • sPlayer: Set the path to your preffered video player. This is going to be used mostly on live streams, but depending the network, might be used on recorder streams as well. This is used only if autoplay is set to True.
  • sPlayerArgs: Set the arguments that are going to be used with your preffered streaming player. This is used only if autoplay is set to True.

You will also find a file named vqw.py. There are the video qualities for each network. You can set the order of the stream and video qualities, which means that the first available will be served.

  • twitchVQW: Set the preffered sort of video qualities for the Twitch.tv network.
  • mixerVQW: Set the preffered sort of video qualities for the Mixer.com network.
  • vimeoVQW: Set the preffered sort of video qualities for the Vimeo.com network.
  • dailymotionVQW: Set the preffered sort of video qualities for the Dailymotion.com network.
  • ytVQW: Set the preffered sort of video qualities for the recorded videos from YouTube.com.
  • ytLiveVQW: Set the preffered sort of video qualities for the Live videos from YouTube.com.
  • dliveVQW: Set the preffered sort of video qualities for the Dlive.tv network.
  • peertubeVQW: Set the preffered sort of video qualities for the PeerTube instances.
  • wasdVQW: Set the preffered sort of video qualities for the Wasd.tv network.

Supported Networks

  • Twitch.tv
  • Vimeo.com
  • YouTube.com
  • Dailymotion.com
  • Skaitv.gr
  • Dlive.tv
  • PeerTube
  • Wasd.tv
  • Lbry.tv
Clone this wiki locally