Hello support!!
I use custom board based on AM5749(Processor SDK Linux 06_03_00_106 ) and (SDK Linux 05.02.00.10).
I tryed to work with rtsp stream and use this one command: gst-launch-1.0 rtspsrc location=rtsp://50.197.223.170:554/axis-media/media.amp latency=1300 num-buffers=1000 ! queue ! rtph264depay ! h264parse ! ducatih264dec ! vpe ! 'video/x-raw, format=(string)NV12, width=(int)720, height=(int)480' ! waylandsink
The problem is..it is work on 05.02.00.10 and doesn't work on 06_03_00_106. Whats is wrong?
Log:
root@am57xx-evm:~# gst-launch-1.0 rtspsrc location=rtsp://50.197.223.170:554/axis-media/media.amp latency=1300 num-buffers=1000 ! queue ! rtph264depay ! h264parse ! ducatih264dec ! vpe ! 'video/x-raw, format=(string)NV12, width=(int)720, height=(int)480' ! waylandsink
Setting pipeline to PAUSED ...
Caught SIGSEGV
#0 0xb6d2bc78 in __waitpid (pid=1891, stat_loc=0xbea3816c, options=0)
#1 0xb6d5cefe in g_on_error_stack_trace () from /usr/lib/libglib-2.0.so.0
#2 0x00013076 in ?? ()
Spinning. Please run 'gdb gst-launch-1.0 1890' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
BR,
Oleg
