DVR: Multicast RTP Support

Hi All,

More and more ISPs (at least here in Switzerland) do implement free IPTV over their own Network by implementing RTP over UDP/Multicast. The good thing about that implementation is, that you don’t have any delay by watching your favourit sport and the image quality is honestly quite impressive (and it is free).

At the moment, plex just supports talking to a DVR and get the senders from there (thanks to xteve, you can at least make a DVR to m3u proxy). But because plex just supports HTTP-TS unicast streams, i also had to implemet udpxy to proxy that sween multicast stream to a HTTP-TS unicast stream.

So my feature request: implement support for Multicast RTP streams, so i can watch TV without delays.

An example of an implementation: https://www.init7.net/en/tv/offer/
And here you find the example m3u file they use: https://www.init7.net/en/support/faq/TV-andere-Geraete/

Cheers
Raphael