Examples (4)
Play a local file
gst-launch-1.0 playbin uri=file:///path/to/filePlay a file from the internet
gst-launch-1.0 playbin uri=https://example.com/path/to/filePlay track 4 of a CD
gst-launch-1.0 playbin uri=cdda://4Play a DVD in a disc drive
gst-launch-1.0 playbin uri=dvd://made by @shridhargupta | data from tldr-pages