diff --git a/LICENSE b/LICENSE index 637caf8..1eff3de 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2021 Chaos-West TV +Copyright (c) 2025 L3D Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/rc3-4k-monitor-nolingo.sh b/rc3-4k-monitor-nolingo.sh deleted file mode 100644 index 8c403a4..0000000 --- a/rc3-4k-monitor-nolingo.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -set -euxo pipefail - -FONT='/opt/comic.ttf' -STREAM="${1:-cwtv}" -STREAM_OUT_SUFFIX="monitor" -SRT_SRC_HOST="srt://ingest${2:-}.c3voc.de:1337" -SRT_DST_HOST="srt://127.0.0.1:1337" - -ffmpeg -y -i "${SRT_SRC_HOST}?streamid=play/$STREAM" \ - -nostats -progress "/tmp/ffmpeg/${STREAM}_${STREAM_OUT_SUFFIX}" -loglevel repeat+level+info \ - -filter_complex \ - "[0:v:0]scale=640x360[orig_scaled];\ - [orig_scaled]drawtext=fontfile=$FONT:text=$STREAM:fontcolor=white:fontsize=100:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[preview_overlay];\ - [0:a:0]ebur128=video=1:size=640x480:meter=9:target=-16:gauge=shortterm[native][native_a]; [native_a]anullsink; \ - [native]drawtext=fontfile=$FONT:text=native:fontcolor=white:fontsize=60:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[native_overlay];\ - [0:a:0]showvolume=r=50:w=640:h=60:b=0:ds=log:dm=1.0[native_vu]; \ - [preview_overlay][native_vu][native_overlay]vstack=inputs=3[full_mix]; \ - [full_mix]framerate=fps=10[out]" \ - -map "[out]" \ - -g 30 \ - -c:v libx264 -preset ultrafast -f mpegts "${SRT_DST_HOST}?streamid=publish/${STREAM}_${STREAM_OUT_SUFFIX}" diff --git a/rc3-4k-monitor-withlingo.sh b/rc3-4k-monitor-withlingo.sh deleted file mode 100644 index 553240d..0000000 --- a/rc3-4k-monitor-withlingo.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -set -euxo pipefail - -FONT='/opt/comic.ttf' -STREAM="${1:-cwtv}" -STREAM_OUT_SUFFIX="monitor" -SRT_SRC_HOST="srt://ingest${2:-}.c3voc.de:1337" -SRT_DST_HOST="srt://127.0.0.1:1337" - -ffmpeg -y -i "${SRT_SRC_HOST}?streamid=play/$STREAM" \ - -nostats -progress "/tmp/ffmpeg/${STREAM}_${STREAM_OUT_SUFFIX}" -loglevel repeat+level+info \ - -filter_complex \ - "[0:v:0]scale=640x360[orig_scaled]; \ - [0:a:0]ebur128=video=1:size=640x480:meter=9:target=-16:gauge=shortterm[native][native_a]; [native_a]anullsink; \ - [0:a:1]ebur128=video=1:size=640x480:meter=9:target=-16:gauge=shortterm[lingo1][lingo1_a]; [lingo1_a]anullsink; \ - [0:a:2]ebur128=video=1:size=640x480:meter=9:target=-16:gauge=shortterm[lingo2][lingo2_a]; [lingo2_a]anullsink; \ - [native]drawtext=fontfile=$FONT:text=native:fontcolor=white:fontsize=60:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[native_overlay];\ - [lingo1]drawtext=fontfile=$FONT:text=lingo1:fontcolor=white:fontsize=60:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[lingo1_overlay];\ - [lingo2]drawtext=fontfile=$FONT:text=lingo2:fontcolor=white:fontsize=60:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[lingo2_overlay];\ - [0:a:0]showvolume=r=50:w=640:h=20:b=0:ds=log:dm=1.0[native_vu]; \ - [0:a:1]showvolume=r=50:w=640:h=20:b=0:ds=log:dm=1.0[lingo1_vu]; \ - [0:a:2]showvolume=r=50:w=640:h=20:b=0:ds=log:dm=1.0[lingo2_vu]; \ - [orig_scaled][native_vu][lingo1_vu][lingo2_vu]vstack=inputs=4[left_top]; \ - [left_top]drawtext=fontfile=$FONT:text=$STREAM:fontcolor=white:fontsize=100:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[left_top_overlay];\ - [left_top_overlay][native_overlay]vstack=inputs=2[left]; \ - [lingo1_overlay][lingo2_overlay]vstack=inputs=2[right]; \ - [left][right]hstack=inputs=2[full_mix];[full_mix]framerate=fps=10[out]" \ - -map "[out]" \ - -g 30 \ - -c:v libx264 -preset ultrafast -f mpegts "${SRT_DST_HOST}?streamid=publish/${STREAM}_${STREAM_OUT_SUFFIX}" diff --git a/rc3-pgm-hls.sh b/rc3-pgm-hls.sh deleted file mode 100644 index f26a866..0000000 --- a/rc3-pgm-hls.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -set -euxo pipefail - -SOURCE="${1:-pgm}" -STREAM="${2:-cwtv}" -KEY_PLAY=$(cat /opt/srt_play) -KEY_PUBLISH=$(cat /opt/srt_publish) - -mkdir -p "/opt/hls/data/$STREAM" - -ffmpeg -y -i "srt://*****?streamid=play/${SOURCE}/$KEY_PLAY" \ - -nostats -progress "/tmp/ffmpeg/${STREAM}_hls" -loglevel repeat+level\ - -map 0:v:0 -map 0:a:0 \ - -map 0:v:0 -map 0:a:0 \ - -map 0:v:0 -map 0:a:0 \ - -map 0:a:0 -map 0:a:1 -map 0:a:2 \ - -g 75 \ - -c:v libx264 -crf 21 -c:a aac -ar 48000 -preset fast \ - -maxrate:v:0 6000k -b:a:0 192k \ - -filter:v:1 scale=w=1280:h=-2 -maxrate:v:1 2500k -b:a:1 192k \ - -filter:v:2 scale=w=848:h=-2 -maxrate:v:2 1000k -b:a:2 192k \ - -b:a:3 192k -b:a:4 192k -b:a:5 192k \ - -var_stream_map "v:0,a:0,name:1080p,agroup:main v:1,a:1,name:720p,agroup:main v:2,a:2,name:480p,agroup:main a:3,agroup:main,name:native,default:yes,language:Native a:4,agroup:main,name:lingo1,language:Translation_1 a:5,agroup:main,name:lingo2,language:Translation_2" \ - -f hls -hls_time 6 -hls_list_size 100 -master_pl_publish_rate 5 -hls_flags +delete_segments+append_list+omit_endlist+independent_segments+temp_file -hls_allow_cache 0 \ - -hls_start_number_source epoch -strftime 1 -hls_segment_filename "/opt/hls/data/$STREAM/%v-%Y%m%d-%s.ts" \ - -master_pl_name "main.m3u8" "/opt/hls/data/$STREAM/%v.m3u8" \ - -vf fps=1 -update 1 "/opt/hls/data/$STREAM/poster.png" diff --git a/rc3-pgm-monitor.sh b/rc3-pgm-monitor.sh deleted file mode 100644 index d27ee7f..0000000 --- a/rc3-pgm-monitor.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -set -euxo pipefail - -FONT='/opt/comic.ttf' -STREAM="${1:-pgm}" -STREAM_OUT_SUFFIX="${2:-monitor}" -KEY_PLAY=$(cat /opt/srt_play) -KEY_PUBLISH=$(cat /opt/srt_publish) -SRT_HOST="srt://srt.mon2.de:20000" - -ffmpeg -y -i "${SRT_HOST}?streamid=play/$STREAM/${KEY_PLAY}" \ - -nostats -progress "/tmp/ffmpeg/${STREAM}_${STREAM_OUT_SUFFIX}" -loglevel repeat+level+info \ - -filter_complex \ - "[0:a:0]ebur128=video=1:meter=18:target=-14[native][native_a]; [native_a]anullsink; \ - [native]drawtext=fontfile=$FONT:text=native:fontcolor=white:fontsize=60:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[native_overlay];\ - [0:a:0]showvolume=r=50:w=640:h=20:b=0:ds=log:dm=1.0[native_vu]; \ - [0:a:1]ebur128=video=1:meter=18:target=-14[lingo1][lingo1_a]; [lingo1_a]anullsink; \ - [lingo1]drawtext=fontfile=$FONT:text=lingo1:fontcolor=white:fontsize=60:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[lingo1_overlay];\ - [0:a:1]showvolume=r=50:w=640:h=20:b=0:ds=log:dm=1.0[lingo1_vu]; \ - [0:a:2]ebur128=video=1:meter=18:target=-14[lingo2][lingo2_a]; [lingo2_a]anullsink; \ - [lingo2]drawtext=fontfile=$FONT:text=lingo2:fontcolor=white:fontsize=60:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[lingo2_overlay];\ - [0:a:2]showvolume=r=50:w=640:h=20:b=0:ds=log:dm=1.0[lingo2_vu]; \ - [native_overlay][lingo1_overlay][lingo2_overlay]hstack=inputs=3[ebu_mix]; \ - [0:v:0]drawtext=fontfile=$FONT:text=$STREAM:fontcolor=white:fontsize=100:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/1.5[preview_overlay];\ - [native_vu][lingo1_vu][lingo2_vu]hstack=inputs=3[vu_mix]; \ - [preview_overlay][vu_mix][ebu_mix]vstack=inputs=3[full_mix];[full_mix]framerate=fps=25[out]" \ - -map "[out]" \ - -g 75 \ - -c:v libx264 -preset ultrafast -f mpegts "${SRT_HOST}?streamid=publish/${STREAM}_${STREAM_OUT_SUFFIX}/${KEY_PUBLISH}" diff --git a/dhcp2024/render-chunks.sh b/render-chunks.sh similarity index 100% rename from dhcp2024/render-chunks.sh rename to render-chunks.sh diff --git a/dhcp2024/render.sh b/render.sh similarity index 100% rename from dhcp2024/render.sh rename to render.sh