filesrc problem with text files ?

Thiago Sousa Santos thiago.sousa.santos at collabora.com
Wed Feb 15 10:24:55 PST 2012


On Wed, 2012-02-15 at 14:28 +0000, Glenn Pierce wrote:
> Hi
> 
> I am trying to get the festival element to work with gstreamer.
> 
> The example gst-launch command works ie
> 
> echo 'Hello G-Streamer!' | gst-launch fdsrc fd=0 ! festival ! wavparse
> ! audioconvert ! alsasink
> 
> piping a file also works ie
> 
> cat scripts/jaws.txt | gst-launch fdsrc fd=0 ! festival ! wavparse !
> audioconvert ! alsasink
> 
> 
> However, I cant get this to work with filesrc unless the file only
> contains less than around 42 characters.
> It's utf-8 encoded.
> 
> For example this fails
> 
> gst-launch -v filesrc location=jaws.txt ! text/plain ! festival !
> wavparse ! audioconvert ! alsasink
> 
> 
> Am I doing something obviously wrong ?

You should mention the error you're getting to make it easier for other
people to help you.

--
Thiago

> 
> Thanks
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




More information about the gstreamer-devel mailing list