What would be an equivalent gstreamer-1.0 command for:
ffmpeg -i <cam-url> -vcodec copy /tmp/h264Vid.avi
Here camera is giving H264 stream and we want to dump it directly to a video via gstreamer (do no need decoded data).
What would be an equivalent gstreamer-1.0 command for:
ffmpeg -i <cam-url> -vcodec copy /tmp/h264Vid.avi
Here camera is giving H264 stream and we want to dump it directly to a video via gstreamer (do no need decoded data).
If you want to record your rtsp camera stream, this should work: