![]() |
![]() |
![]() |
GStreamer Base Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Properties |
This plugin reads data from a local or remote location specified by an URI. This location can be specified using any protocol supported by the GIO library or it's VFS backends. Common protocols are 'file', 'http', 'ftp', or 'smb'.
gst-launch -v giosrc location=file:///home/joe/foo.xyz ! fakesink
gst-launch -v giosrc location=smb://othercomputer/foo.xyz ! filesink location=/home/joe/foo.xyz
gst-launch -v giosrc location=http://music.foobar.com/demo.mp3 ! mad ! audioconvert ! audioresample ! alsasink
plugin |
gio |
author |
René Stadler <mail@renestadler.de>, Sebastian Dröge <slomo@circular-chaos.org> |
class |
Source/File |
"location"
property"location" gchar* : Read / Write
URI location to read from.
Default value: NULL