Vinod Kesti wrote
Hi,
Caps are not set properly in playback pipeline itseems.
~ Vinod
yes ,thanks for your comment.
RTP requires additional configuration data out of band, that is not
available inside the stream itself. so,it is necessary to correct settings udpsrc' caps.
But I hope that this can work properly:
gst-launch-1.0 playbin uri=udp://aaa.bbb.ccc.ddd:eee?xxx1=xxx1,xxx2=xxx2,xxx3=xxx3...
It seems there is no provide an URI scheme for RTP.
Just now, I found this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=703111,hope someone can make it as soon as possible to merge into git master.