I have created a Wpf web browser using open source cefSharp project(v57.0.0) In which I'm able to play normal youtube videos. If I try to play live streaming videos I get a message "Your browser does not currently recognize any of the video formats available". eg link ("https://www.youtube.com/watch?v=zhBl5DiJmLg").
After researching many are saying that (MP3, H.264) are proprietary codec that's why it is not embedded in it, so video doesn't play due to missing of these codecs.
If the above reason is true. How can I get license for these proprietary codec and how can I built library along with these codecs.