gst-raiplay-download.sh: rename mp4mux from "mp4" to "mux"
authorAntonio Ospite <ao2@ao2.it>
Fri, 14 Dec 2018 11:46:55 +0000 (12:46 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 14 Dec 2018 11:46:55 +0000 (12:46 +0100)
shell/gst-raiplay-download.sh

index 7e1f93e..a5ac690 100755 (executable)
@@ -13,7 +13,7 @@ OUTPUT_FILE="$2"
 # use a high value for connection-speed to download the best quality video
 gst-launch-1.0 \
   \
 # use a high value for connection-speed to download the best quality video
 gst-launch-1.0 \
   \
-  mp4mux name=mp4 fragment-duration=10 ! \
+  mp4mux name=mux fragment-duration=10 ! \
   filesink location="$OUTPUT_FILE" \
   \
   "$SOURCE_URL" ! \
   filesink location="$OUTPUT_FILE" \
   \
   "$SOURCE_URL" ! \
@@ -21,10 +21,10 @@ gst-launch-1.0 \
   tsdemux name=demux \
   \
   demux.video_0_0100 ! queue ! h264parse ! queue ! \
   tsdemux name=demux \
   \
   demux.video_0_0100 ! queue ! h264parse ! queue ! \
-  mp4.video_00 \
+  mux.video_00 \
   \
   demux.audio_0_0101 ! queue ! decodebin ! audioconvert ! lamemp3enc ! queue ! \
   \
   demux.audio_0_0101 ! queue ! decodebin ! audioconvert ! lamemp3enc ! queue ! \
-  mp4.audio_00
+  mux.audio_00
 
 # NOTE: the audio re-encoding is necessary because aacparse lacks some
 # functionality, see:
 
 # NOTE: the audio re-encoding is necessary because aacparse lacks some
 # functionality, see: