|
|
@@ -50,6 +50,7 @@ feed socket 2 /tmp/feed2-control-pipe
|
|
|
image load 0 /home/nginx/logoeba.png
|
|
|
#place id, image id, x y
|
|
|
image place 0 0 40 700
|
|
|
+image alpha 0 0.4
|
|
|
|
|
|
################################################################################
|
|
|
audio feed verbose 0
|
|
|
@@ -62,7 +63,7 @@ audio feed rate 1 48000
|
|
|
audio feed format 1 16 signed
|
|
|
audio feed mute off 1
|
|
|
#audio feed volume 1 1
|
|
|
-audio feed delay 1 50
|
|
|
+audio feed delay 1 150
|
|
|
|
|
|
audio feed add 2 Audio feed #2
|
|
|
audio feed channels 2 2
|
|
|
@@ -82,7 +83,7 @@ audio mixer source feed 1 2
|
|
|
#audio mixer source volume 1 1 1.0
|
|
|
#audio mixer source volume 1 2 1.0
|
|
|
audio mixer source mute off 1 1
|
|
|
-#audio mixer source mute off 1 2
|
|
|
+audio mixer source mute off 1 2
|
|
|
|
|
|
# Dummy sink
|
|
|
audio sink add 0 Dummy Audio
|
|
|
@@ -129,10 +130,10 @@ command create place_virtual_feed_pip
|
|
|
command end
|
|
|
|
|
|
command create place_virtual_feed_video
|
|
|
- vfeed place rect 1 000 000 640 480 000 00 0.0 0.625 0.625 1.0
|
|
|
+ vfeed place rect 1 000 000 960 720 000 00 0.0 0.937 0.937 1.0
|
|
|
#800x600 * 0.4 => 320x240
|
|
|
#1024x768 - 320x240 = 704x528
|
|
|
- vfeed place rect 2 640 480 384 288 000 00 0.0 0.480 0.480 1.0
|
|
|
+ vfeed place rect 2 544 408 480 360 000 00 0.0 0.600 0.600 1.0
|
|
|
loop
|
|
|
command end
|
|
|
|