Last active
          October 10, 2022 07:28 
        
      - 
      
- 
        Save jackersson/31d16d2e9416f4dcfaff658d134db03e to your computer and use it in GitHub Desktop. 
    Gstreamer-1.0-Ubuntu-18-Docker-Installation
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM ubuntu:18.04 | |
| USER root | |
| RUN apt-get update && apt-get -y --no-install-recommends install \ | |
| sudo \ | |
| vim \ | |
| wget \ | |
| build-essential \ | |
| pkg-config | |
| RUN apt-get -y --no-install-recommends install \ | |
| libgstreamer1.0-0 \ | |
| gstreamer1.0-plugins-base \ | |
| gstreamer1.0-plugins-good \ | |
| gstreamer1.0-plugins-bad \ | |
| gstreamer1.0-plugins-ugly \ | |
| gstreamer1.0-libav \ | |
| gstreamer1.0-doc \ | |
| gstreamer1.0-tools \ | |
| gstreamer1.0-x \ | |
| gstreamer1.0-alsa \ | |
| gstreamer1.0-gl \ | |
| gstreamer1.0-gtk3 \ | |
| gstreamer1.0-qt5 \ | |
| gstreamer1.0-pulseaudio | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment