Hi all,
I have got a Slackware 13.0 linux distribution and try to install gstreamer plugins. As a prerequisite of the plugin installation the plugin base installation is required. I can do configure and make. However, make install ends with the error "cannot stat `.libs/libgstpango.lai'". Could anybody give a hint would be appreciated. -- Best regards Dr. Andrea König (Development) G.punkt - medical services Ihre Wünsche sind unser Konzept Halberstädter Str. 115 A 39112 Magdeburg fon: +49 391 280380 fax: +49 391 2803822 mail: [hidden email] inet: www.gmatic.de Institutskennzeichen: IK331530332, O.I.D.: 1.2.276.0.76.3.1.51; G.punkt ist Trust center zertifiziert für elektronischen Datenaustausch mit Leistungserbringern, GF: Tino Graßhof, ST-ID: DE210661356; Nr.: 101-225-04463; Großhandelserlaubnis nach § 52a Arzneimittelgesetz, G.punkt ist Mitglied im N.I.R. Netzwerk für innovative Rheumadiagnostik und -therapie _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 16.03.2011 11:26, Andrea König wrote:
> Hi all, > I have got a Slackware 13.0 linux distribution and try to install > gstreamer plugins. As a prerequisite of the plugin installation the > plugin base installation is required. I can do configure and make. > However, make install ends with the error "cannot stat > `.libs/libgstpango.lai'". > Could anybody give a hint would be appreciated. > Hi, is this a clean source tree? do a sudo chown $USER: . to make sure you own all file. Do a make clean / git clean. Maybe you could also provide more context from the failure. Stefan _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi Stefan,
many thanks for your reply. To have a look at the user access rights in the installation tree was a really good idea. I assumed logged in as root should set root rights to all files. But it wasn't so. After setting owner for all files/directories to root the installation went successfully. Best regards Dr. Andrea König (Development) G.punkt - medical services Ihre Wünsche sind unser Konzept Halberstädter Str. 115 A 39112 Magdeburg fon: +49 391 280380 fax: +49 391 2803822 mail: [hidden email] inet: www.gmatic.de Institutskennzeichen: IK331530332, O.I.D.: 1.2.276.0.76.3.1.51; G.punkt ist Trust center zertifiziert für elektronischen Datenaustausch mit Leistungserbringern, GF: Tino Graßhof, ST-ID: DE210661356; Nr.: 101-225-04463; Großhandelserlaubnis nach § 52a Arzneimittelgesetz, G.punkt ist Mitglied im N.I.R. Netzwerk für innovative Rheumadiagnostik und -therapie Am 16.03.2011 12:22, schrieb Stefan Kost: > On 16.03.2011 11:26, Andrea König wrote: > >> Hi all, >> I have got a Slackware 13.0 linux distribution and try to install >> gstreamer plugins. As a prerequisite of the plugin installation the >> plugin base installation is required. I can do configure and make. >> However, make install ends with the error "cannot stat >> `.libs/libgstpango.lai'". >> Could anybody give a hint would be appreciated. >> >> > Hi, > > is this a clean source tree? do a sudo chown $USER: . to make sure you > own all file. Do a make clean / git clean. > Maybe you could also provide more context from the failure. > > Stefan > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Andrea König
Hi all,
I have got serveral audio streams of different length and have to mix them. This means, the audio streams have to be played at the same time they haven't to be played one after another - no concatenation. Does gstreamer provide a workaround to mix these streams? Best Regards Dr. Andrea König (Development) G.punkt - medical services Ihre Wünsche sind unser Konzept Halberstädter Str. 115 A 39112 Magdeburg fon: +49 391 280380 fax: +49 391 2803822 mail: [hidden email] inet: www.gmatic.de Institutskennzeichen: IK331530332, O.I.D.: 1.2.276.0.76.3.1.51; G.punkt ist Trust center zertifiziert für elektronischen Datenaustausch mit Leistungserbringern, GF: Tino Graßhof, ST-ID: DE210661356; Nr.: 101-225-04463; Großhandelserlaubnis nach § 52a Arzneimittelgesetz, G.punkt ist Mitglied im N.I.R. Netzwerk für innovative Rheumadiagnostik und -therapie Am 16.03.2011 10:26, schrieb Andrea König: > Hi all, > I have got a Slackware 13.0 linux distribution and try to install > gstreamer plugins. As a prerequisite of the plugin installation the > plugin base installation is required. I can do configure and make. > However, make install ends with the error "cannot stat > `.libs/libgstpango.lai'". > Could anybody give a hint would be appreciated. > _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I think you can use the adder plugin : http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-adder.html
HTH,
--vineeth 2011/3/18 Andrea König <[hidden email]> Hi all, _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
thanks for your reply. Can the adder be used in a java development project. I googled but didn't found any examples for usage. Could you give a short example how to use? Thanks in advanced. Best regards Dr. Andrea König (Development) G.punkt - medical services Ihre Wünsche sind unser Konzept Halberstädter Str. 115 A 39112 Magdeburg fon: +49 391 280380 fax: +49 391 2803822 mail: [hidden email] inet: www.gmatic.de Institutskennzeichen: IK331530332, O.I.D.: 1.2.276.0.76.3.1.51; G.punkt ist Trust center zertifiziert für elektronischen Datenaustausch mit Leistungserbringern, GF: Tino Graßhof, ST-ID: DE210661356; Nr.: 101-225-04463; Großhandelserlaubnis nach § 52a Arzneimittelgesetz, G.punkt ist Mitglied im N.I.R. Netzwerk für innovative Rheumadiagnostik und -therapie Am 18.03.2011 11:53, schrieb vineeth: I think you can use the adder plugin : http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-adder.html _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Use alsasink with device as dmix
With Warm Regards Jesu Anuroop Suresh "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." "Anyone who has never made a mistake has never tried anything new." 2011/3/18 Andrea König <[hidden email]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Andrea König
On 18.03.2011 16:10, Andrea König wrote:
> Hi, > thanks for your reply. Can the adder be used in a java development > project. I would believe so. > I googled but didn't found any examples for usage. Could you give a > short example how to use? The manual as aone example for adder on gst-launch. In additions you can find c-examples in the source code. It is usually a better idea to grep the sourcecode before asking google about such things. STefan > Thanks in advanced. > Best regards > > Dr. Andrea König > (Development) > > G.punkt - medical services > Ihre Wünsche sind unser Konzept > Halberstädter Str. 115 A > 39112 Magdeburg > > fon: +49 391 280380 > fax: +49 391 2803822 > > mail: [hidden email] > inet: www.gmatic.de > > Institutskennzeichen: IK331530332, O.I.D.: 1.2.276.0.76.3.1.51; G.punkt ist Trust center zertifiziert für elektronischen Datenaustausch mit Leistungserbringern, GF: Tino Graßhof, ST-ID: DE210661356; Nr.: 101-225-04463; Großhandelserlaubnis nach § 52a Arzneimittelgesetz, G.punkt ist Mitglied im N.I.R. Netzwerk für innovative Rheumadiagnostik und -therapie > > Am 18.03.2011 11:53, schrieb vineeth: >> I think you can use the adder plugin >> : http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-adder.html >> >> For complex usecases, I think even Gstreamer Editing Services can be >> used. >> HTH, >> --vineeth >> >> >> 2011/3/18 Andrea König <[hidden email] >> <mailto:[hidden email]>> >> >> Hi all, >> I have got serveral audio streams of different length and have to >> mix them. This means, the audio streams have to be played at the >> same time they haven't to be played one after another - no >> concatenation. Does gstreamer provide a workaround to mix these >> streams? >> >> Best Regards >> >> Dr. Andrea König >> (Development) >> >> G.punkt - medical services >> Ihre Wünsche sind unser Konzept >> Halberstädter Str. 115 A >> 39112 Magdeburg >> >> fon: +49 391 280380 >> fax: +49 391 2803822 >> >> mail: [hidden email] <mailto:[hidden email]> >> inet: www.gmatic.de <http://www.gmatic.de> >> >> Institutskennzeichen: IK331530332, O.I.D.: 1.2.276.0.76.3.1.51; >> G.punkt ist Trust center zertifiziert für elektronischen >> Datenaustausch mit Leistungserbringern, GF: Tino Graßhof, ST-ID: >> DE210661356; Nr.: 101-225-04463; Großhandelserlaubnis nach § 52a >> Arzneimittelgesetz, G.punkt ist Mitglied im N.I.R. Netzwerk für >> innovative Rheumadiagnostik und -therapie >> >> >> Am 16.03.2011 10:26, schrieb Andrea König: >> >> Hi all, >> I have got a Slackware 13.0 linux distribution and try to >> install gstreamer plugins. As a prerequisite of the plugin >> installation the plugin base installation is required. I can >> do configure and make. However, make install ends with the >> error "cannot stat `.libs/libgstpango.lai'". >> Could anybody give a hint would be appreciated. >> >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> <mailto:[hidden email]> >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >> >> >> >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >> > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Andrea König
2011/3/18 Andrea König <[hidden email]>
Here is a short example : filesrc location=wav1.wav ! decodebin ! adder name=mix ! alsasink filesrc location=wav2.wav ! decodebin ! mix.", HTH.
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi vineeth,
I had to do some other work that's why I answer so late. I found out what the right pipeline is for mixing several audio files. The command gst-launch adder name=mix ! audioconvert ! lamemp3enc ! filesink location=out.mp3 filesrc location=input1.wav ! wavparse ! audioconvert ! mix. filesrc location=input2.wav ! wavparse ! audioconvert ! mix. works fine for me. Thanks all for your help. -- Best regards Dr. Andrea König (Development) G.punkt - medical services Ihre Wünsche sind unser Konzept Halberstädter Str. 115 A 39112 Magdeburg fon: +49 391 280380 fax: +49 391 2803822 mail: [hidden email] inet: www.gmatic.de Institutskennzeichen: IK331530332, O.I.D.: 1.2.276.0.76.3.1.51; G.punkt ist Trust center zertifiziert für elektronischen Datenaustausch mit Leistungserbringern, GF: Tino Graßhof, ST-ID: DE210661356; Nr.: 101-225-04463; Großhandelserlaubnis nach § 52a Arzneimittelgesetz, G.punkt ist Mitglied im N.I.R. Netzwerk für innovative Rheumadiagnostik und -therapie Am 25.03.2011 16:18, schrieb vineeth: Hi, _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |