Hi Stephan,
The log file you attached says:
Gstreamer Your GStreamer installation is missing a
plug-in.:gstplaybasebin.c(1673): gen_source_element ():
/GstPlayBin:playbin0:
No URI handler for file
Something's definitely wrong with your gstreamer installation.
Do you really need to compile gstreamer by hand? Doesn't your
distribution provide packages?
Try playing the file with the following command:
gst-launch -v playbin uri=file:///full/path/to/media/file
The debug output should help you understand what's wrong with your
installation.
I hope this helps.
Olivier
Stephan Raue a écrit :
> Hi all,
>
> how i can find out what is missing in my gstreamer installation
>
> When i want play a internet videostream i became elisa says:
>
> Gstreamer error: resource not found
>
> and when i am playing a local file: Your gestreamer installation is
> missing a plugin.
>
> where i can see which plugins are missing?
>
> i have compiling everything from source including
> gst-plugins-{base,bad.good,ugly} and gst-ffmpeg.
>
> Stephan
>
> i have attached the logfile from elisa