This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/usuario/global/rokub0/components/Components/Items/ItemTooncharacter.brs","entries":[{"id":"pzyV.brs","timestamp":1659379629484},{"id":"ZKvZ.brs","timestamp":1659381746522},{"id":"zPhM.brs","timestamp":1659381782046},{"id":"8NaZ.brs","timestamp":1659381796534},{"id":"1AVd.brs","timestamp":1659381828115},{"id":"blX1.brs","timestamp":1659381892611},{"id":"6oXg.brs","timestamp":1659381939116},{"id":"a566.brs","timestamp":1659381960092},{"id":"nR9D.brs","timestamp":1659382024932},{"id":"FZ1i.brs","timestamp":1659382131129},{"id":"IUiC.brs","timestamp":1659382217262},{"id":"8Zvl.brs","timestamp":1659382263978},{"id":"5U3J.brs","timestamp":1659382313839}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# si falta mas ver https://drewsilcock.co.uk/compiling-zsh | |
# Connect to the server.. | |
# ssh username@server_ip | |
mkdir ~/.local; | |
# Download source and build libevent | |
cd /tmp; | |
wget https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- mlt_service: decklink:0 | |
mlt_profile: dv_pal | |
- mlt_service: avformat | |
target: rtmp://192.168.0.13/live/mystream | |
real_time: 1 | |
mlt_profile: err_low | |
vcodec: libx264 | |
vpre: hight | |
g: 60 | |
vb: 3000k |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install -y git automake autoconf libtool intltool g++ yasm swig libmp3lame-dev libgavl-dev libsamplerate-dev libxml2-dev ladspa-sdk libjack-dev libsox-dev libsdl-dev libgtk2.0-dev liboil-dev libsoup2.4-dev libqt4-dev libexif-dev libtheora-dev libvdpau-dev libvorbis-dev python-dev | |
wget http://github.com/mltframework/mlt-scripts/raw/master/build/build-melted.sh | |
chmod +x build-melted.sh | |
./build-melted.sh | |
install nvm | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash | |
nvm install 0.10.25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Este tuto asume que estamos usando dos placas decklink, una para captura (la primera, o index=0) y otra para salida (la segunda, o index=1) | |
* Instalar debian stable, formateando con /home separado y con las opciones ssh y file server | |
* Actualizar apt: | |
-> su | |
-> sudo gedit /etc/apt/sources.list | |
-> agregar contrib y non-free a los repos | |
-> grabar y salir | |
-> apt-get update | |
-> apt-get upgrade | |
* Instalar sudo y screen: |