<div xmlns="http://www.w3.org/1999/xhtml">Hi there!</div><div xmlns="http://www.w3.org/1999/xhtml">I've been using gstreamer for 2 months, it's a great framework. Thank you, guys!</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">So, let me describe a problem I found.</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">To use H.264 over RDP I use the following pipeline :</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">GST_DEBUG=3 gst-launch-1.0 videotestsrc ! video/x-raw, width=1920, height=1080, framerate=60/1 ! vaapih264enc ! rtph264pay ! udpsink host=<HOSTNAME> port=<PORTNUM></div><div xmlns="http://www.w3.org/1999/xhtml">GST_DEBUG=3 gst-launch-1.0 udpsrc port=<PORTNUM> caps="application/x-rtp" ! rtpjitterbuffer ! rtph264depay ! vaapih264dec ! fpsdisplaysink</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">It works really nice, I get stable 60 FPS. Just perfect! The same is about VP8 codec.</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Ok, why not to switch to H.265 and to reduce requirements for a network?</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml"><div>GST_DEBUG=3 gst-launch-1.0 videotestsrc ! video/x-raw, width=1920, height=1080, framerate=60/1 ! vaapih265enc ! rtph265pay ! udpsink host=<HOSTNAME> port=<PORTNUM></div><div>GST_DEBUG=3 gst-launch-1.0 udpsrc port=<PORTNUM> caps="application/x-rtp" ! rtpjitterbuffer ! rtph265depay ! vaapih265dec ! fpsdisplaysink</div><div> </div><div>I see no picture on the receiver side, only tons of log messages by rtph264depay element telling that it's "Assuming DONL field is not present".</div><div> </div><div>Switching to another hardware, playing with framerate or resolution doesn't help.</div><div> </div><div>Any ideas?</div><div> </div><div>Thank you in advance!</div></div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">--</div><div xmlns="http://www.w3.org/1999/xhtml">Best regards,</div><div xmlns="http://www.w3.org/1999/xhtml">Timofey Komarov</div>