79572903

Date: 2025-04-14 10:24:30
Score: 2.5
Natty:
Report link

Okay so turns out one solution to this is to just let Pion take care of the RTP packet sending. Instead of sending my video to a port over UDP using gstreamer's udpsink, I changed the application to use appsink (also gstreamer). I am now writing the data samples to the peer connection tracks, instead of manually creating RTP packets and writing them.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Siddarth Saha