Can I encode videos dynamically in ASP.NET?

Discussion in 'ASP.NET / ASP.NET Core' started by zhanzhenzhen, Mar 16, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I want to use Microsoft Expression Encoder or ffmpeg to allow users visiting my website to encode their own videos. But it will show a compilation error if I put the Expression Encoder dlls to "Bin" folder. I realized that I can't use ffmpeg.exe because shared hosting does not allow another process to be created. Can anyone tell me how to encode videos in ASP.NET?
     
  2. Hi,
    Yes I can show you how to encode for ASP.NET but not on a DASP server.
    You can use encoding and Silverlight streaming here now but not live encoding.
    All the best,
    Mark
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page