gstreamer axis camera -
i have rtsp web stream (axis 211 ip camera). gst-launch playbin2 uri=... can show fine. cannot figure out right pipeline duplicate playbin2 doing. there way dump description of pipeline playbin 2 creates.
you should first identify type streams outputted camera. example have axis 1054 camera transmitting h.264 video , mpeg-4 aac audio (.m4a) elementary streams.
so pipeline displaying video follows:-
gst-launch rtspsrc location = rtsp://192.x.x.x:555/media ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! autovideosink.
if identifying format of streams correctly should have no problem.
Comments
Post a Comment