Skip to content

sampleref/gst-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gst-build

docker build -t nas2docker/gst-build .

docker run -it nas2docker/gst-build

#Mirrors https://anongit.freedesktop.org/git/gstreamer/

Ref Links

https://github.com/GStreamer/gst-python

https://anongit.freedesktop.org/git/gstreamer/

https://github.com/davibe/gstreamer-docker/blob/master/Dockerfile

Search Text in Any File

grep -rnw '/path/to/somewhere/' -e 'pattern'

Export variables

set - prefix = "/usr/local" - in file $HOME/.cerbero/cerbero.cbc export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig export GST_PLUGIN_PATH=/usr/local/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib export PATH=$PATH:/usr/local/lib

If unsure,

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/linux_x86_64/lib GST_PLUGIN_PATH=/linux_x86_64/lib PATH=$PATH:/linux_x86_64/lib

#Python bindings - along with gst-python install, https://stackoverflow.com/questions/12861914/no-package-pygobject-3-0-found Following - http://pygobject.readthedocs.io/en/latest/getting_started.html sudo apt install python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0 #For python3 PYTHON=/usr/bin/python3 ./autogen.sh make sudo make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages