Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tools [2021/10/06 15:03] – created julientools [2021/10/27 17:24] (current) julien
Line 1: Line 1:
 +====== tools to play with ======
 +
 +
 +Puredata (purr-data) - https://www.purrdata.net/
 +
 +Supercollider - https://supercollider.github.io/download
 +
 +Sonic-pi - https://sonic-pi.net/
 +
 +Praxis - https://www.praxislive.org/
 +
 +Hydra - https://hydra.ojack.xyz/?sketch_id=celeste_1
 +
 +
 +IRC chat in browser: https://youfiles.herokuapp.com/ircclient/
 +
 +...
 +
 +====== how to stream your performance with OBS ======
 +
 +1-start obs-studio  
 +
 +2-click on settings
 +
 +3-clicker on output
 +
 +4-choose recording tab (in order to use icecast you need to use recording section instead of the streaming one)
 +
 +5-below in "type" choose : custom output (ffpmeg)
 +
 +6-add the info as such (see photo below) :
 +
 +<code>
 +
 +type= custom Output (ffmpeg)
 +ffmpeg output type= output to URL
 +file or path= icecast://source:lemotdepasse@monserveur:8000/lenomdetonstream.ts
 +container format= mpegts
 +muxer settings (if any)= content_type=video/ mp2ts ice_genre=cequetuveux
 +video bitrate= 2500 Kbps (ça dépend de ta connexion et celle de ton serveur)
 +keyframe interval= 250
 +clicker sur show all codecs
 +video encoder= libx264(default encoder)
 +audio bitrate= 160 Kbps (selon la connexion)
 +audio track= 1(mono) 2(stereo)...etc
 +audio encoder= aac
 +</code>
 +
 +apply and then click on start recording and if everything is good you should be live!