gst-raiplay-download.sh: rename tsdemux from "ts" to "demux"
authorAntonio Ospite <ao2@ao2.it>
Fri, 14 Dec 2018 11:44:11 +0000 (12:44 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 14 Dec 2018 11:44:11 +0000 (12:44 +0100)
The more general name would make it possible to change the element in
the future without changing the pads names.

shell/gst-raiplay-download.sh

index 51af243..7e1f93e 100755 (executable)
@@ -9,6 +9,7 @@ set -e
 SOURCE_URL="$1"
 OUTPUT_FILE="$2"
 
+# use the avimux element because my TV set does not like the output of mp4mux
 # use a high value for connection-speed to download the best quality video
 gst-launch-1.0 \
   \
@@ -17,12 +18,12 @@ gst-launch-1.0 \
   \
   "$SOURCE_URL" ! \
   hlsdemux connection-speed=4294967 ! \
-  tsdemux name=ts \
+  tsdemux name=demux \
   \
-  ts.video_0_0100 ! h264parse ! queue ! \
+  demux.video_0_0100 ! queue ! h264parse ! queue ! \
   mp4.video_00 \
   \
-  ts.audio_0_0101 ! decodebin ! audioconvert ! lamemp3enc ! queue ! \
+  demux.audio_0_0101 ! queue ! decodebin ! audioconvert ! lamemp3enc ! queue ! \
   mp4.audio_00
 
 # NOTE: the audio re-encoding is necessary because aacparse lacks some