Skip to content

Instantly share code, notes, and snippets.

@Muhammad-Yunus
Forked from jetsonhacks/installGStreamer-1.0.sh
Created September 7, 2021 00:35
Show Gist options
  • Save Muhammad-Yunus/bc437888adbb24c3c8ac0c31f3a767b3 to your computer and use it in GitHub Desktop.
Save Muhammad-Yunus/bc437888adbb24c3c8ac0c31f3a767b3 to your computer and use it in GitHub Desktop.
Install Gstreamer 1.0 on the NVIDIA Jetson TK1
#!/bin/sh
# Install Gstreamer 1.0 on the NVIDIA Jetson TK1
apt-get install gstreamer1.0-tools gstreamer1.0-alsa \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment