MV12 GSTREAMER WITH PYTHON

yunusnihat
Here to help

MV12 GSTREAMER WITH PYTHON

Hi everybody,

I am working on Meraki MV12W camera. I tried to use gstreamer on rtsp stream live link in Python. But I can not use it. Can you help me how I can use gstreamer?

2 Replies 2
PhilipDAth
Kind of a big deal
Kind of a big deal

Are you getting an error?  If so, what is it?  Otherwise what is going wrong?

yunusnihat
Here to help

You know that we need to create a pipeline for using GStreamer. For example, when I use Hikvision cameras, my rtsp link will be

'rtsp://username:password@ipaddress:portnumber'

without gstreamer. When I want to use GStreamer, my pipeline will be 

rtspsrc location=rtsp://username:password@ipaddress:portnumber max-size-buffers=0 ! rtph264depay ! h264parse ! decodebin ! videoconvert ! appsink drop=true sync=false async=false

or something like that.

For MV12, I should use rtsp link

'rtsp://ipaddress:portnumber/live' 

without GStreamer.

But, what should be my pipeline to use GStreamer for MV12?

Get notified when there are additional replies to this discussion.