Back when I was doing live-streaming the primary reason I wanted it was to eliminate (or reduce) the need for a CDN to deliver chunks to the end-user viewers. I fantasized about a protocol adapter like this that would act has the "host" peer that would stream the video from e.g. RTMP source, which would then translate to WebRTC for all the viewer peers in a P2P fashion.
I don't know if this actually works like that, but it's fun to think about this being the missing link I wanted all those years ago.
Mostly a tech-demo, or primarily to plug a p2p layer onto existing servers?