Skip to content

Instantly share code, notes, and snippets.

@jetsonhacks
Created October 9, 2014 16:15
Show Gist options
  • Save jetsonhacks/32ec5977782dcea055e8 to your computer and use it in GitHub Desktop.
Save jetsonhacks/32ec5977782dcea055e8 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