From 0eb237dcafa7b8f5fe4eea9441588d474880f0f6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 20 Sep 2024 09:21:45 +0200 Subject: [PATCH] chmod, add x11vnc --- tests/audio_player_osc.py | 0 tests/audio_player_qt.py | 0 tests/audio_video.py | 0 tests/audio_video_crossfade.py | 0 tests/control_mixer.py | 0 tests/control_mixer_osc.py | 0 tests/control_mixer_osc_touch.py | 0 tests/control_mixer_osc_touch_1cam.py | 0 tests/control_mixer_osc_touch_2cam.py | 0 tests/control_mixer_osc_touch_3cams.py | 0 tests/control_mixer_parallel.py | 0 tests/control_mixer_parallel_no_effects.py | 0 tests/control_mixer_pipes.py | 0 tests/control_zoom_exp_osc.py | 0 tests/crc.py | 0 tests/cross-fade.py | 0 tests/cross-fade_2.py | 0 tests/demo.py | 0 tests/gst_h264_jack_webm.sh | 0 tests/gtk_sink_pad.py | 0 tests/osc_play.py | 0 tests/osc_stop.py | 0 tests/osc_test.py | 0 tests/playbin.py | 0 tests/radiodelay.py | 0 tests/simple-effect-gtk.py | 0 tests/tc_audio_pw_jack.sh | 0 tests/tc_audio_pw_nojack.sh | 0 tests/tc_link_pw.py | 0 tests/tc_link_pw_jack.py | 0 tests/tc_video_audio_pw.sh | 0 tests/tc_video_pw.sh | 2 +- tests/tc_video_pw_audio.sh | 0 tests/tc_video_simple_webm_stream-gst1-test.sh | 0 tests/video_player_qt.py | 0 tests/vumeter.py | 0 tests/x11vnc.sh | 3 +++ 37 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 tests/audio_player_osc.py mode change 100644 => 100755 tests/audio_player_qt.py mode change 100644 => 100755 tests/audio_video.py mode change 100644 => 100755 tests/audio_video_crossfade.py mode change 100644 => 100755 tests/control_mixer.py mode change 100644 => 100755 tests/control_mixer_osc.py mode change 100644 => 100755 tests/control_mixer_osc_touch.py mode change 100644 => 100755 tests/control_mixer_osc_touch_1cam.py mode change 100644 => 100755 tests/control_mixer_osc_touch_2cam.py mode change 100644 => 100755 tests/control_mixer_osc_touch_3cams.py mode change 100644 => 100755 tests/control_mixer_parallel.py mode change 100644 => 100755 tests/control_mixer_parallel_no_effects.py mode change 100644 => 100755 tests/control_mixer_pipes.py mode change 100644 => 100755 tests/control_zoom_exp_osc.py mode change 100644 => 100755 tests/crc.py mode change 100644 => 100755 tests/cross-fade.py mode change 100644 => 100755 tests/cross-fade_2.py mode change 100644 => 100755 tests/demo.py mode change 100644 => 100755 tests/gst_h264_jack_webm.sh mode change 100644 => 100755 tests/gtk_sink_pad.py mode change 100644 => 100755 tests/osc_play.py mode change 100644 => 100755 tests/osc_stop.py mode change 100644 => 100755 tests/osc_test.py mode change 100644 => 100755 tests/playbin.py mode change 100644 => 100755 tests/radiodelay.py mode change 100644 => 100755 tests/simple-effect-gtk.py mode change 100644 => 100755 tests/tc_audio_pw_jack.sh mode change 100644 => 100755 tests/tc_audio_pw_nojack.sh mode change 100644 => 100755 tests/tc_link_pw.py mode change 100644 => 100755 tests/tc_link_pw_jack.py mode change 100644 => 100755 tests/tc_video_audio_pw.sh mode change 100644 => 100755 tests/tc_video_pw_audio.sh mode change 100644 => 100755 tests/tc_video_simple_webm_stream-gst1-test.sh mode change 100644 => 100755 tests/video_player_qt.py mode change 100644 => 100755 tests/vumeter.py create mode 100755 tests/x11vnc.sh diff --git a/tests/audio_player_osc.py b/tests/audio_player_osc.py old mode 100644 new mode 100755 diff --git a/tests/audio_player_qt.py b/tests/audio_player_qt.py old mode 100644 new mode 100755 diff --git a/tests/audio_video.py b/tests/audio_video.py old mode 100644 new mode 100755 diff --git a/tests/audio_video_crossfade.py b/tests/audio_video_crossfade.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer.py b/tests/control_mixer.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer_osc.py b/tests/control_mixer_osc.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer_osc_touch.py b/tests/control_mixer_osc_touch.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer_osc_touch_1cam.py b/tests/control_mixer_osc_touch_1cam.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer_osc_touch_2cam.py b/tests/control_mixer_osc_touch_2cam.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer_osc_touch_3cams.py b/tests/control_mixer_osc_touch_3cams.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer_parallel.py b/tests/control_mixer_parallel.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer_parallel_no_effects.py b/tests/control_mixer_parallel_no_effects.py old mode 100644 new mode 100755 diff --git a/tests/control_mixer_pipes.py b/tests/control_mixer_pipes.py old mode 100644 new mode 100755 diff --git a/tests/control_zoom_exp_osc.py b/tests/control_zoom_exp_osc.py old mode 100644 new mode 100755 diff --git a/tests/crc.py b/tests/crc.py old mode 100644 new mode 100755 diff --git a/tests/cross-fade.py b/tests/cross-fade.py old mode 100644 new mode 100755 diff --git a/tests/cross-fade_2.py b/tests/cross-fade_2.py old mode 100644 new mode 100755 diff --git a/tests/demo.py b/tests/demo.py old mode 100644 new mode 100755 diff --git a/tests/gst_h264_jack_webm.sh b/tests/gst_h264_jack_webm.sh old mode 100644 new mode 100755 diff --git a/tests/gtk_sink_pad.py b/tests/gtk_sink_pad.py old mode 100644 new mode 100755 diff --git a/tests/osc_play.py b/tests/osc_play.py old mode 100644 new mode 100755 diff --git a/tests/osc_stop.py b/tests/osc_stop.py old mode 100644 new mode 100755 diff --git a/tests/osc_test.py b/tests/osc_test.py old mode 100644 new mode 100755 diff --git a/tests/playbin.py b/tests/playbin.py old mode 100644 new mode 100755 diff --git a/tests/radiodelay.py b/tests/radiodelay.py old mode 100644 new mode 100755 diff --git a/tests/simple-effect-gtk.py b/tests/simple-effect-gtk.py old mode 100644 new mode 100755 diff --git a/tests/tc_audio_pw_jack.sh b/tests/tc_audio_pw_jack.sh old mode 100644 new mode 100755 diff --git a/tests/tc_audio_pw_nojack.sh b/tests/tc_audio_pw_nojack.sh old mode 100644 new mode 100755 diff --git a/tests/tc_link_pw.py b/tests/tc_link_pw.py old mode 100644 new mode 100755 diff --git a/tests/tc_link_pw_jack.py b/tests/tc_link_pw_jack.py old mode 100644 new mode 100755 diff --git a/tests/tc_video_audio_pw.sh b/tests/tc_video_audio_pw.sh old mode 100644 new mode 100755 diff --git a/tests/tc_video_pw.sh b/tests/tc_video_pw.sh index 4f75dfc..6a4b43b 100755 --- a/tests/tc_video_pw.sh +++ b/tests/tc_video_pw.sh @@ -16,5 +16,5 @@ gst-launch-1.0 pipewiresrc client-name="video_streaming" ! $VIDEO_FORMAT, width= ! queue ! opusenc bitrate=$AUDIO_OPUS_BITRATE \ ! queue ! muxout. \ webmmux streamable=true name=muxout \ - ! queue ! shout2send ip=127.0.0.1 port=8000 password=source2parisson mount=telecaster_live_pw.webm + ! queue ! shout2send ip=127.0.0.1 port=8000 password=source2parisson mount=telecaster_live.webm diff --git a/tests/tc_video_pw_audio.sh b/tests/tc_video_pw_audio.sh old mode 100644 new mode 100755 diff --git a/tests/tc_video_simple_webm_stream-gst1-test.sh b/tests/tc_video_simple_webm_stream-gst1-test.sh old mode 100644 new mode 100755 diff --git a/tests/video_player_qt.py b/tests/video_player_qt.py old mode 100644 new mode 100755 diff --git a/tests/vumeter.py b/tests/vumeter.py old mode 100644 new mode 100755 diff --git a/tests/x11vnc.sh b/tests/x11vnc.sh new file mode 100755 index 0000000..ea9b2b5 --- /dev/null +++ b/tests/x11vnc.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +x11vnc -localhost -forever -auth guess -display :0 -- 2.39.5