The SDP rtpmap encoding name should still be specified here. How about "VP8"?
>
> 3.3 Lost VP8 RTP packets
> If a lost packet is detected in the RTP stream, the transport layer
> MUST throw out the current partial VP8 frame (if there is one) and
> all subsequent RTP packets until a VP8 payload descriptor with the
> key-frame bit is set.
>
I want to echo earlier concerns about the MUST here; dropping until
the next keyframe bit seems a bit excessive. Some data for the decoder
is better than no data. I think this should be a MAY drop until the
next start bit.
> As you can see this was intentionally kept very simple so we can start from
> a relatively clean slate. I also think as defined above will not work well
> for low bandwidth and trying to send the optimal packet size.
>
Any updates on when something more official will come out?
Implementations of VP8 in RTP are starting to pop up, and having a
spec for interop would be nice.
Josh