Problem playing hotstar videos in Ubuntu


Play directly in Firefox/Google Chrome
  1. In your browser, Open https://www.hlsplayer.net/ and select M3U8 player (if not selected already)
  2. Now we have to get the url to paste it in the input box.
    1. First, get id from video page. Say your video page is http://www.hotstar.com/sports/cricket/india-vs-australia-day-4/2001805383, id is 2001805383
    2. Open http://getcdn.hotstar.com/AVS/besc?action=GetCDN&asJson=Y&channel=TABLET&id=123&type=VOD . (Replace 123 with your actual video page id. Here it is 2001805383)
    3. In the json response, get the value of src. This is the url. Ex: It will be something like.

Comments

Popular posts from this blog

Java Practice Questions MCQ

Linux Assignments - Practise

HackerRank Introduction Challenges - Java