#!/bin/bash
-URL=https://e-learning.crfpa.pre-barreau.com/media/Pre-Barreau/CRFPA/2021/Libertes_-_Cours/3cf774cb990d9987/crfpa-libertes-cours-09_16_21-09:45:47.mp4
+#URL=https://e-learning.crfpa.pre-barreau.com/media/Pre-Barreau/CRFPA/2021/Libertes_-_Cours/3cf774cb990d9987/crfpa-libertes-cours-09_16_21-09:45:47.mp4
+
+URL=http://TC-12:8080/consume/monitor
+
+#URL=http://TC-12:9000
VIDEO_SINK_NAME="/dev/video12"
AUDIO_SINK_NAME="mix-for-virtual-mic"
gst-launch-1.0 uridecodebin uri="$URL" name=uridec do-timestamp=true live=true \
- ! videoconvert \
+ ! queue ! videoconvert \
! v4l2sink device=$VIDEO_SINK_NAME sync=true \
uridec. \
- ! queue \
- ! audioconvert \
+ ! queue ! audioconvert \
! pulsesink device=$AUDIO_SINK_NAME sync=true