On Mon, Apr 20, 2009 at 5:28 PM, Stephan Raue <[email protected]> wrote: > i have found the problem. when i have the charcter "#" in the directoryname > gstreamer doesnt play the file, without the # it plays.
Since gst-launch takes a URI, I think you may need to encode the special characters, i.e. # gst-launch-0.10 playbin uri=file:///mnt/USB%20%233%20Removable%20Disk%20None%20(1) -- Ryan Steele - [email protected]
