DOT-Files/Gentoo/gentooamd/home/user/.tldrc/tldr/pages/common/gst-launch-1.0-uridecodebin.md

9 lines
308 B
Markdown
Raw Normal View History

# gst-launch-1.0 uridecodebin
> Load data from an URI and automatically decode it.
> More information: <https://gstreamer.freedesktop.org/documentation/playback/uridecodebin.html>.
- Load and decode data from the internet:
`gst-launch-1.0 uridecodebin uri={{https://example.com/path/to/file}} ! {{sink}}`