How we can perform live encoding of videos to mp4 and stream it in ASP.NET.
Posted
by renjucool
on Stack Overflow
See other posts from Stack Overflow
or by renjucool
Published on 2010-06-08T06:23:43Z
Indexed on
2010/06/08
6:32 UTC
Read the original article
Hit count: 221
I'm using flow player for streaming videos to my browser.The videos are uploaded by the users and they may upload different formats. What will be solution to stream the videos as mp4 , what ever be the format they upload. I'm currently using ffmpeg, as its not supporting most of the formats.
© Stack Overflow or respective owner