gst-ffmpeg: libgstffmpeg.so cannot be loaded?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

gst-ffmpeg: libgstffmpeg.so cannot be loaded?

Eric Zhang-6
Hi, gstreamer-devel:

    I compiled gst-ffmpeg-0.10.5 on my PC with commands listed below:

    ./configure --prefix=/usr --enable-libamr-nb --enable-libfaad --enable-nonfree
    make
    sudo make install
 
    PS: I installed libamrnb & faad and gst-ffmpeg found them in configure stage.

    After installation finished, I found libgstffmpeg.so cannot be loaded:

eric@eric-desktop:~$ gst-inspect|grep ffdec
(gst-inspect-0.10:23654): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol: Encoder_Interface_exit

    Any ideas? Is this a bug or something is wrong with my configure options? Thanks for any suggestions.

Eric Zhang

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg: libgstffmpeg.so cannot be loaded?

Eric Zhang-6
Hi, gstreamer-devel:
 
    Anybody knows this? How do you use ffmpeg to decode amr or aac medias? Thanks in advance.
 
Eric Zhang

2008/11/12 Eric Zhang <[hidden email]>
Hi, gstreamer-devel:

    I compiled gst-ffmpeg-0.10.5 on my PC with commands listed below:

    ./configure --prefix=/usr --enable-libamr-nb --enable-libfaad --enable-nonfree
    make
    sudo make install
 
    PS: I installed libamrnb & faad and gst-ffmpeg found them in configure stage.

    After installation finished, I found libgstffmpeg.so cannot be loaded:

eric@eric-desktop:~$ gst-inspect|grep ffdec
(gst-inspect-0.10:23654): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol: Encoder_Interface_exit

    Any ideas? Is this a bug or something is wrong with my configure options? Thanks for any suggestions.

Eric Zhang


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg: libgstffmpeg.so cannot be loaded?

Aurelien Grimaud (elzz)
Missing symbol (Encoder_Interface_exit) is in libamrnb.so ...

If you are looking for amr or aac decoders, you can try :
amrnbdec --> gst-plugin-ugly
faad -> gst-plugin-bad

Aurelien

Eric Zhang a écrit :

> Hi, gstreamer-devel:
>  
>     Anybody knows this? How do you use ffmpeg to decode amr or aac
> medias? Thanks in advance.
>  
> Eric Zhang
>
> 2008/11/12 Eric Zhang <[hidden email]
> <mailto:[hidden email]>>
>
>     Hi, gstreamer-devel:
>
>         I compiled gst-ffmpeg-0.10.5 on my PC with commands listed below:
>
>         ./configure --prefix=/usr --enable-libamr-nb --enable-libfaad
>     --enable-nonfree
>         make
>         sudo make install
>      
>         PS: I installed libamrnb & faad and gst-ffmpeg found them in
>     configure stage.
>
>         After installation finished, I found libgstffmpeg.so cannot be
>     loaded:
>
>     eric@eric-desktop:~$ gst-inspect|grep ffdec
>     (gst-inspect-0.10:23654): GStreamer-WARNING **: Failed to load
>     plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so':
>     /usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol:
>     Encoder_Interface_exit
>
>         Any ideas? Is this a bug or something is wrong with my
>     configure options? Thanks for any suggestions.
>
>     Eric Zhang
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg: libgstffmpeg.so cannot be loaded?

Eric Zhang-6
Hi, gstreamer-devel:

    Thanks, Aurelien. How to fix this issue? I wanna use not only amrnb and aac decoders but also h263p/h264 and other decoders which only exist in ffmpeg. So I need gst-ffmpeg to work.

   

2008/11/18 Aurelien Grimaud <[hidden email]>
Missing symbol (Encoder_Interface_exit) is in libamrnb.so ...

If you are looking for amr or aac decoders, you can try :
amrnbdec --> gst-plugin-ugly
faad -> gst-plugin-bad

Aurelien

Eric Zhang a écrit :
> Hi, gstreamer-devel:
>
>     Anybody knows this? How do you use ffmpeg to decode amr or aac
> medias? Thanks in advance.
>
> Eric Zhang
>
> 2008/11/12 Eric Zhang <[hidden email]
> <mailto:[hidden email]>>
>
>     Hi, gstreamer-devel:
>
>         I compiled gst-ffmpeg-0.10.5 on my PC with commands listed below:
>
>         ./configure --prefix=/usr --enable-libamr-nb --enable-libfaad
>     --enable-nonfree
>         make
>         sudo make install
>
>         PS: I installed libamrnb & faad and gst-ffmpeg found them in
>     configure stage.
>
>         After installation finished, I found libgstffmpeg.so cannot be
>     loaded:
>
>     eric@eric-desktop:~$ gst-inspect|grep ffdec
>     (gst-inspect-0.10:23654): GStreamer-WARNING **: Failed to load
>     plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so':
>     /usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol:
>     Encoder_Interface_exit
>
>         Any ideas? Is this a bug or something is wrong with my
>     configure options? Thanks for any suggestions.
>
>     Eric Zhang
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg: libgstffmpeg.so cannot be loaded?

Olivier Crête-2
On Wed, 2008-11-19 at 10:36 +0800, Eric Zhang wrote:
> Hi, gstreamer-devel:
>
>     Thanks, Aurelien. How to fix this issue? I wanna use not only
> amrnb and aac decoders but also h263p/h264 and other decoders which
> only exist in ffmpeg. So I need gst-ffmpeg to work.

Compile gst-ffmpeg without using any external library (ie remove the
--enable-libamr-nb --enable-libfaad). These have their own gstreamer
plugin. The default build of gst-ffmpeg should work fine and provide you
with all of the codecs that are part of ffmpeg.


--
Olivier Crête
[hidden email]
Collabora Ltd

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

signature.asc (204 bytes) Download Attachment