Relative Content

Tag Archive for videostreamm3u8libvlcsharp

play a video.m3u8 from string instead file [ LibVLCSharp ]

I am using the LibVLCSharp library to play an m3u8 file. (TS encrypted videos)
I want to use a string (text of the same file) instead of m3u8 file to the code for more security.
{In fact, I encrypt the m3u8 file with static key and save it on hard disk. I want to decrypt it in the program and play the m3u8 file without saving decrypted file on hard disk.}