I am decoding a streaming video. It is sent as RTP packages.
Before sending the video the receiver gets an SDP file that, among other things, has the sprop parameter sets
.
However, the decoding works even if i remove that parameter. That's why I'm presuming the sprop parameter sets
are also present in the H264 packages (in the RTP payload).
So, we can have sprop parameter sets
on two places, which is considered the prioritized one?