- Thread starter
- #451
1. Encrypted streams are not supported (one exception is encrypted streams on SVT). But, if you make dump of communication (Fiddler should be good start, because you can dump requests and responses), I can take a look, if it is possible to decrypt such stream.I am planning to implement a new onlinevideos site that plays direct TV through m3u8 playlists, but I have a 2 questions:
1. I have seen that those lists have the tag called #EXT-X-KEY:METHOD=AES-128,URI="http://www.XXXXX.com/key=NNNNNN&prm=NXXNXNXXNXNNXNXNX........NXNXNXNXNXNXNXNNXNXNX". Does this filter support this kind of tags? (Searched in the fourm about this but nothing found).
2. In this case, the m3u8 playlists are 12 segments long, and the "web" is doing requests to new m3u8 playlists every few seconds, sometimes receiveing new segments and sometimes receiveing some new and some repeated (really for me it's not a problem because the web player does not show repeated chunks). The question is, the repeted requests to download new m3u8 playlists is autometized or do I have to do something special? This has to be implemented as onlinevideos site or can/should be done in the IPTV plugin? (It is version #EXT-X-VERSION:3 if that helps). If you need a sample of a real m3u8 playlist ask me in private please.
Thank you very much for your effort!!
2. Request are done automatically (until playlist contains #EXT-X-ENDLIST which means end of stream).