rtspsink with gstreamer-0.10 works with the follwing pipeline.
gst-launch videotestsrc ! 'video/x-raw-yuv, width=(int)1920, height=(int)1080, framerate=30/1' ! nv_omx_h264enc ! rtspsink mapping="/mystream" service=554
And i can see stream on client PC using mplayer/vlc.
But the problem is now after ~33 sec from stream started in mplayer, gstreamer stops with the following error
root@tegra-ubuntu:/home/ubuntu/Videos# gst-launch videotestsrc ! 'video/x-raw-yuv, width=(int)1920, height=(int)1080, framerate=30/1' ! nv_omx_h264enc ! rtspsink mapping="/mystream" service=554
Inside NvxLiteH264DecoderLowLatencyInitNvxLiteH264DecoderLowLatencyInit set DPB and MjstreamingInside NvxLiteH265DecoderLowLatencyInitNvxLiteH265DecoderLowLatencyInit set DPB and MjstreamingSetting pipeline to PAUSED ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Framerate set to : 30 at NvxVideoEncoderSetParameterNvMMLiteOpen : Block : BlockType = 4
===== MSENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
===== MSENC blits (mode: 1) into tiled surfaces =====
(gst-launch-0.10:3101): GLib-ERROR **: /build/buildd/glib2.0-2.40.2/./glib/gmem.c:103: failed to allocate 3110668 bytes
Trace/breakpoint trap
and the resolution is 1280x720 stream stop after ~24sec.
(gst-launch-0.10:3199): GLib-ERROR **: /build/buildd/glib2.0-2.40.2/./glib/gmem.c:103: failed to allocate 1382668 bytes