gstreamer client pipeline to view video from AXIS M1054 Network Camera

Robert Krakora rob.krakora at messagenetsystems.com
Fri May 23 14:34:41 PDT 2014


Hi Dale,

I use GStreamer (0.10 and 1.0) with many makes and models of Axis cameras.
 What exactly is not happening?  You can run the get-launch-1.0 pipeline
that Tim provided in a previous email and enable debugging for everything
(below) or specific plugins (further below) to a log file and post.  We
need more information.  I can even show you how to capture a graphical
representation of the pipeline for inspection during each of the states
through which it goes.  You are most likely missing a plugin...

GST_DEBUG=5 GST_DEBUG_NO_COLOR=1 gst-launch-1.0 playbin uri=rtsp://10.0.0.1/...
&>/tmp/log.txt

GST_DEBUG=rtspsrc:5 GST_DEBUG_NO_COLOR=1 gst-launch-1.0 playbin
uri=rtsp://10.0.0.1/...
&>/tmp/log.txt

Best Regards,

Rob Krakora



On Fri, May 23, 2014 at 5:01 PM, Dale Johnson <djohnson at tplogic.com> wrote:

> I’m still working on figuring out gstreamer pipeline to view this stream
> described below.  Any input would be appreciated.
>
>
>
> Thanks,
>
>
>
> Dale
>
>
>
> Contents of sdp file for this stream are:
>
>
>
> v=0
>
> o=private 1343035391323762 1343035391323762 IN IP4 10.1.2.3
>
> s=Media Presentation
>
> e=NONE
>
> b=AS:50000
>
> t=0 0
>
> a=range:npt=0.000000-
>
> m=video 50000 RTP/AVP 96
>
> c=IN IP4 239.231.113.103/0
>
> b=AS:50000
>
> a=framerate:30.0
>
> a=transform:1,0,0;0,1,0;0,0,1
>
> a=rtpmap:96 H264/90000
>
> a=fmtp:96 packetization-mode=1; profile-level-id=420029;
> sprop-parameter-sets=Z0IAKeKQFAX/LgLcBAQGkHiRFQ==,aM48gA==
>
>
>
>
>
>
>
> On Wed, 2014-05-21 at 18:09 -0400, Chuck Crisler wrote:
>
>
>
> >* I thought that Axis cameras usually implemented an RTSP server, so you*
>
> >* simply connect as you would to any RTSP source.*
>
>
>
> So something like
>
>
>
>   gst-launch-1.0 playbin uri=rtsp://10.0.0.1/...
>
>
>
> should work.
>
>
>
> Cheers
>
> -Tim
>
> --
>
> Tim Müller, Centricular Ltd - http://www.centricular.com
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>


-- 

Rob Krakora,
Senior Software Engineer

MessageNet Systems
101 E Carmel Dr, Suite 105
Carmel, IN 46032

MessageNetSystems.com<http://www.messagenetcommunicationsystems.com/?utm_source=email+signature&utm_medium=email&utm_campaign=email+signature+to+homepage>
Rob.Krakora at MessageNetSystems.com <rob.krakora at messagenetsystems.com>
P: 317.566.1677, 212
F: 317.663.0808

For the latest news, information, and blogs, please be sure to visit,
follow, and like us...

<http://www.messagenetcommunicationsystems.com/get-the-message-out-blog/?utm_source=email+signature&utm_medium=email&utm_campaign=gmail+signature+to+blog>
   <http://www.youtube.com/user/MessageNetConnection/feed>
<http://www.linkedin.com/company/messagenet-systems>
   <http://twitter.com/MessageNet>  <http://www.facebook.com/MessageNetsystems>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140523/1003519f/attachment.html>


More information about the gstreamer-devel mailing list