Stream m3u8 file with DRMS5
#1
Hi guys, I have a NowTV (ita) subscription and currently there's no addon to stream now tv series.
I have used wireshark to sniff the traffick when i open now tv player on windows and start streaming a single episode of a tv show (in this case house of the dragon), i have noticed that my ip sends:
  • 1 post requests: POST /DRMS5 HTTP/1.1 and wait for a HTTP/1.1 200 OK - then sends another POST /DRMS5 HTTP/1.1 and wait for HTTP/1.1 200 OK
  • Then sends two GET and wait for response as you can see from the picture
  • At this point 2 others POST /DRMS5 HTTP/1.1 and when it gets HTTP/1.1 200 OK
  • it sends the GET for the m3u8 file and in response i receive HTTP/1.1 200 OK (application/vnd.apple.mpegurl)
Image

I tried streaming the m3u8 link with VLC but only the lenght of the video is shown then nothing, can't play.

I think that firsts requests are made to get authorization to play the file, is there a way to send same requests from a Kodi addon and then get to play the m3u8 file to stream the episode? Would that be an option? Or is there a better way?  

This is what i get during the streaming:
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Stream m3u8 file with DRMS50