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
#! /bin/bash | |
# | |
# YouTube-Streaming mit FFmpeg | |
# | |
# YouTube wird mit 720p-Auflösung konfiguriert. Das Video ist nicht skaliert | |
# Quelldatei # | |
SOURCE="<File_Location.ext>" # UDP-Quelle (siehe SAP-Ankündigungen) | |
# ffmpeg-Einstellungen # |
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
# BEGIN Block Skype ads | |
# Disable Skype ads (2015-12-10) | |
# | |
# 1. Add hosts to your hosts file | |
# | |
# Windows: %WINDIR%\system32\drivers\etc\hosts | |
# Linux / Android 4.1.x / OS X: /etc/hosts | |
# | |
# Note: On Windows you need admin rights, on Android you need a rooted device with admin rights, on Linux and similar sudo! | |
# |