n00b wants to play movie to quicktime over net

Tim-Philipp Müller t.i.m at zen.co.uk
Mon Sep 23 03:00:06 PDT 2013


On Sun, 2013-09-22 at 14:05 -1000, Randy Bush wrote:

Hi Randy,

> > try checking out the whole module, and compiling it using the build
> > system provided (autogen.sh + configure). The example I pointed to is
> > also for GStreamer 1.0 (as it is git master). If you want examples for
> > the now-unmaintained 0.10 version, check out the 0.10 branch.
> 
> ok, i did
> 
>     apt-get install gstreamer1.0*
> 
> but
> 
>     apt-file search gstreamer-plugins-base
> 
> yields no 1.x versions, so i cloned
>     git://anongit.freedesktop.org/gstreamer/gst-rtsp-server 
> which does seem to be 1.0.
> 
> and installed various flavors of
>     http://gstreamer.freedesktop.org/src/gst-plugins-base/
> to little avail
> 
> /usr/local/src/gst-rtsp-server# ./autogen.sh
> ...
> configure: Requested 'gstreamer-plugins-base-1.0 >= 1.1.0.1' but version of GStreamer Base Plugins Libraries is 1.0.1
> configure: error: no gstreamer-plugins-base-1.0 >= 1.1.0.1 (GStreamer Base Plugins) found
>   configure failed
> 
> i would find 1.0.1 not being 1.0 >= 1.1.0.1 amusing if i did not have so
> many hours into this.  similarly for 1.0.0
> 
> configure: Requested 'gstreamer-plugins-base-1.0 >= 1.1.0.1' but version of GStreamer Base Plugins Libraries is 1.0.0
> configure: error: no gstreamer-plugins-base-1.0 >= 1.1.0.1 (GStreamer Base Plugins) found
>   configure failed
> 
> and
> 
>   http://gstreamer.freedesktop.org/src/gst-plugins-base/
> 
> seems to not have the two exact matches autoget seems to want
> 
> the version test in ./configure is sufficiently baroque that it is
> obvious that they really care seriously about minor and major numbers,
> otherwise i woulld have hacked.

Sorry, I forgot that gst-rtsp-server requires GStreamer from git (>=
1.1.x, not 1.0.x). You'll either have to compile the other GStreamer
modules from source as well, or wait until we release 1.2.0 this week,
and 1.2.0 packages are made available for your distro.

If you're on debian, there are 1.1.4 packages in debian experimental.
(Those might work on a recent ubuntu as well)

Cheers
 -Tim



More information about the gstreamer-devel mailing list