I'm looking for an example of a minimum necessary SDP for setting up a H264 video stream.|
The assumption is that the receiver can play H264 as long as it gets the required parameters through SDP.
I have found a related document herehowever it uses lots of optional parameters in the examples, and I'm looking for the bare required minimum.
Here is the bares minimum SDP. It is a file called
test.sdp
which has the following content:I've started the stream on a virtual machine using VLC. (No SDP sent here)
On the client side, the player was started with:
Update The reason why the stream is correctly interpreted with this minimal SDP file is that the RTP packets contain the required parameters to decode the video correctly (sprop parameters are sent in bound). This question provides a bit of conceptual insight of on those parameters Is sprop-parameter-sets or profile-level-id the SDP parameter required to decode H264?