gstreamer client pipeline to view video from AXIS M1054 Network Camera

Tim Müller tim at centricular.com
Sat May 24 02:29:47 PDT 2014


On Fri, 2014-05-23 at 14:34 -0700, Dale Johnson wrote:

Hi Dale,

> However, I would also like to understand how to view the camera’s H264
> video streaming from multicast address 239.231.113.103, port 50000.
> And that is the pipeline about which I am inquiring in my mailing list
> entry.

You could just create a pipeline with udpsrc etc. yourself.

> Any ideas?  Can you advise how better to pose my question?  I will
> note that VLC will successfully open the sdp file (whose contents are
> inserted in my inquiry and whose contents describe the above-mentioned
> multicast video stream) and show its video.

If you don't want to use RTSP, but use a ready-made SDP file instead,
then you can use sdpdemux. Just passing that SDP file to uridecodebin or
playbin should theoretically also work, but there's a bug [*] related to
that so you'll have to use sdpdemux explicitly until that gets fixed.

 Cheers
  -Tim

[*] https://bugzilla.gnome.org/show_bug.cgi?id=702495

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list