Hi..
I Want to upload video in .flv format in my asp.net web page and show that video in some media player that supports .flv format. (using c#).
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
MARTEN PRITTPosted Jul 18, 2012, 2:14 AM
If you want to convert video to flash format (flv) using C#, you will need a component that can produce such files since .NET itself does not support FLV.
The link posted by Satyapriya above gives one option of doing the conversion using free components. Another option is to use a toolkit such as the one in this link:
http://support.leadtools.com/CS/forums/41376/ShowPost.aspx#41376
Satyapriya NayakPosted Apr 27, 2012, 6:24 AM
Please refer the below links
http://www.codeproject.com/Articles/241399/Convert-Video-to-Flash-Video-flv-and-progressive-s
http://www.c-sharpcorner.com/uploadfile/a577f3/uploading-multiple-files-using-flash-in-Asp-Net/default.aspx
Thanks