Hi everyone, I am very clueless about it since I didn't find so much documentation whic could help me. <br>I need something like the *test-ogg.c* example but suited for AVI files. In the example the following line creates the pipeline: <br>
<br>
str = g_strdup_printf ("( "<br>
"filesrc location=%s ! oggdemux name=d "<br>
"d. ! queue ! rtptheorapay name=pay0 pt=96 "<br>
"d. ! queue ! rtpvorbispay name=pay1 pt=97 " ")", argv[1]);<br>
<br>
1- Is the any AVI payloader?, if not, what is the way to do it?<br>
<br>
2- I suppose I can handle messages as usual, isn't it?.<br>
<br>
I don't loose my hope for any suggestion, thanks and regards<br>
<br>
Rossana<br>
<br>