summaryrefslogtreecommitdiff
path: root/roles/streaming
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-07-30 22:54:34 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-07-30 22:54:34 +0200
commitb4b22da6c21e264a01365380991dc03346f01f60 (patch)
tree5b2926abc067696978f927ab92ac51d5341bc6d2 /roles/streaming
parentcleanup dolmetsch-raspi role (diff)
dolmetsch-rapi fix rtp-send and address config
Diffstat (limited to 'roles/streaming')
-rw-r--r--roles/streaming/dolmetsch-raspi/templates/rtp-send.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/streaming/dolmetsch-raspi/templates/rtp-send.sh.j2 b/roles/streaming/dolmetsch-raspi/templates/rtp-send.sh.j2
index a0dba99a..f69ee2fe 100644
--- a/roles/streaming/dolmetsch-raspi/templates/rtp-send.sh.j2
+++ b/roles/streaming/dolmetsch-raspi/templates/rtp-send.sh.j2
@@ -8,7 +8,7 @@ fi
#export GST_DEBUG=3
exec gst-launch-1.0 rtpbin name=rtpbin \
- alsasrc device='{{ dolmetsch_raspi_send_alsa_device }}' ! 'audio/x-raw,rate=48000,channels=1' ! opusenc ! rtpopuspay ! rtpbin.send_rtp_sink_0 \
+ alsasrc device='{{ dolmetsch_raspi_send_alsa_device }}' ! audioconvert ! 'audio/x-raw,rate=48000,channels=1' ! opusenc ! rtpopuspay ! rtpbin.send_rtp_sink_0 \
rtpbin.send_rtp_src_0 ! udpsink "host=$HOST" port=5000 \
rtpbin.send_rtcp_src_0 ! udpsink "host=$HOST" port=5001 sync=false async=false \
udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0