I am trying to make an application which can livestream a football or a cricket match directly from hotstar or starsports or for that matter any website which shows live sports content. On a bit of research I have come to know these video players use m3u8 encryption and when we try to access this streaming content, we are getting access denied inside the unity player. We can embed any html5 web page. Also can run youtube live streaming content however are not able to decrypt these videos.

Is there any particular strategy/method that can be followed to livestream sports content into unity player?

Any inputs on direction to go forward would be appreaciated.