Click here to Skip to main content
15,868,051 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i had file with the extension of m3u8 which contains live streaming video.how can i play that file in my mvc website.

What I have tried:

i tried many things like video lan ,vlc package but nothing worked for me
Posted
Updated 15-Oct-18 8:30am
Comments
MadMyche 15-Oct-18 14:41pm    
What code are you using to play this? Are there errors in the browser?
Dave Kreskowiak 15-Oct-18 16:23pm    
You don't do anything in your MVC code. Your site just serves up the file like any other. It's up to the client/browser to have an appropriate player installed to handle that file/mime type.

1 solution

It's a play list file, not a video/audio file. Google will reveal what you need to do, but you can try Banshee Media Player, or maybe HLS-Player.

Beyond that, it's not your job to make sure something will work on the client side besides letting the user know what he needs of have installed, such as a specific plugin.
 
Share this answer
 
v2
Comments
MadMyche 15-Oct-18 14:55pm    
JW Player is supposed to be able to handle it as well...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900