GstreamerCodeSnippets icon indicating copy to clipboard operation
GstreamerCodeSnippets copied to clipboard

Gstreamer Code Snippets in C, Python and Shell (gst-launch).

Results 14 GstreamerCodeSnippets issues
Sort by recently updated
recently updated
newest added
trafficstars

https://cloud.google.com/solutions/gpu-accelerated-streaming-using-webrtc https://base-art.net/Articles/web-augmented-graphics-overlay-broadcasting-with-wpe-and-gstreamer/ https://github.com/centricular/webrtcsink

https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3261/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/multimedia.html#wwpID0E0JC0HA https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3231/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Faccelerated_gstreamer.html%23

https://gist.github.com/trikko/738d0a5e76458cab39218a5055f02416

https://github.com/RidgeRun/gst-inference From https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1526

https://github.com/fastogt/fastocloud

Hey, I wish to run the takepic.c code for an RTSP source. What changes should be made to achieve that?

https://github.com/kirushyk/gst-instruments

https://github.com/gdesmott/gst-log-parser Gstlog2sql

https://www.youtube.com/watch?v=PBR3XD3nUtg&t=2s ``` meson setup builddir --cross-file data/cross-files/android_arm64.txt --auto-features=disabled --default-library=static -Dbad=enabled -Dgst-plugins-base:gl=enabled -Dgst-plugins-bad:gl=enabled -Dgst-plugins-bad:androidmedia=enabled -Ddebug=false -Doptimization=s -Dglib-asserts=disabled -Dglib-checks=disabled -Dglib:glib_assert=false -Dglib:glib_checks=false -Dglib:unicode=libicu ninja -C builder meson install -C builddir --dest root --tag...