Hey! Yes, it shows up with gst-launch too but as I mentioned it’s with the rtsp stream not udp. Try with the following:
gst-launch-1.0 rtspsrc location=rtsp://192.168.0.138:8554/video ! queue ! rtph264depay ! video/x-h264, stream-format=byte-stream ! h264parse ! nvv4l2decoder ! nvvidconv name=myconv ! 'video/x-raw(memory:NVMM), formatt=I420' ! nvv4l2vp8enc maxperf-enable=1 ! video/x-vp8 ! rtpvp8pay ! udpsink host=224.1.1.1 port=5000 sync=false
I think this is an issue that appeared in gstreamer 16, since I got the problem when updating but seems like a big issue that gstreamer 14 might be overlooking (or maybe i changed the pipeline while updating and I didnt notice which seems feasible). I know the oficial supported version in Jetpack 4.4 is 1.14.5 but Gstreamer 1.16 is mandatory for working with webrtc, and everything in our program is working flawlessly except this error spam which clogs the ouput so changing to 1.14 is not an option