Question about using gstreamer to implement rtip streaming

hi

i am successful to implement a single rtsp streaming bu using gstreamer

“gst-launch-1.0 playbin uri=rtsp://192.168.xxx.xxx”

My question is that:
is it possible to implement multi-streaming , for example , to streaming four h.264 videos streams from different source?

if it is possible , can we use amlvdec to do the hardware decoding?

thank you

right now u can use gstreamer with software decoding only… four streams might be possible at low resolutions.