RTP stream
I'm trying to get a simple RTP stream pipeline working but hit the following error:
This appears to be due to the
The one key difference from the demo is I'm streaming an mpeg ts payload so payload type is 33. All works fine with
This appears to be due to the
ssrc_pt_mapping being empty - how does this get populated? This is my initial pipeline:The one key difference from the demo is I'm streaming an mpeg ts payload so payload type is 33. All works fine with
ffplay so I guess I'm missing something in the Membrane setup.