ovikassingho / gstreamer-java

Automatically exported from code.google.com/p/gstreamer-java
0 stars 0 forks source link

Gstreamer 1.0 is not working with gst-java? #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have Gstreamer 1.0 installed.

$ gst-
gst-discoverer-1.0  gst-inspect-1.0     gst-launch-1.0      gst-typefind-1.0    
gst-visualise-1.0

When i try to load it using gst-java it fails. Any idea how to resolve it?

Original issue reported on code.google.com by shamun.toha@gmail.com on 17 Jun 2012 at 7:15

GoogleCodeExporter commented 8 years ago
could you be a little bit more specific?

Original comment by lfar...@lfarkas.org on 17 Jun 2012 at 9:40

GoogleCodeExporter commented 8 years ago
Well i am trying to find some bugs which i have in old version . Therefore i 
did following, where Gst works but Gst-java is not compatible.

Step 1:

remove gstreamer0.10-*
remove liborc*

Step 2:

git clone git://code.entropywave.com/git/orc.git
git clone git://anongit.freedesktop.org/gstreamer/gstreamer
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-base
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-good
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly
git clone git://anongit.freedesktop.org/gstreamer/gst-ffmpeg
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-bad
git clone git://anongit.freedesktop.org/gstreamer/gst-rtsp-server
git clone git://git.videolan.org/vlc.git
git clone git://anongit.freedesktop.org/pulseaudio/pulseaudio
git clone git://git.videolan.org/x264
git clone http://git.chromium.org/webm/libvpx.git
git clone --depth 1 git://source.ffmpeg.org/ffmpeg
wget http://downloads.sourceforge.net/faac/faad2-2.7.tar.gz
wget http://downloads.sourceforge.net/faac/faac-1.28.tar.gz

Step 3) build/make 

Step 4) use current gst-java to use latest gst 1.0 but fails.

Original comment by sha...@companysocia.com on 18 Jun 2012 at 8:47

GoogleCodeExporter commented 8 years ago
Could you try and make symbolic links (or copy if on windows) from new 
libgstreamer-1.0 shared object to their old 0.10 expected names?

Original comment by tsha...@gmail.com on 19 Jun 2012 at 7:37

GoogleCodeExporter commented 8 years ago
Testing on Linux (fedora/ubuntu/archlinux/ fresh linux with kernel to avoid 
dependencies nightmare mess)

1) Well actually i had lot of problems with old Gst. 
(its scary, and it gave me 1 year troubles)

2) Symbolic links may work, but i dont want to take a risk for this, cause i 
had lot of abnormal problems already with old Gst.

Can anyone suggest how to make the source code compatible with Gst 1.0 (not 
with mixing old version and hacking old, instead of new migration)

Original comment by sha...@companysocia.com on 19 Jun 2012 at 11:23

GoogleCodeExporter commented 8 years ago
How can i resolve it? Making the gstreamer-java compatible with gstreamer 1.0? 

Hope to hear some feedback :-)

Original comment by sha...@companysocia.com on 23 Jun 2012 at 7:51

GoogleCodeExporter commented 8 years ago
could you send me the output of:
ls -l /usr/lib/libgst*

Original comment by lfar...@lfarkas.org on 26 Jun 2012 at 2:17

GoogleCodeExporter commented 8 years ago
r574.

Original comment by lfar...@lfarkas.org on 3 Aug 2012 at 11:53