I have a video site that i want to upload, which does on the fly encoding of videos for format on the web. On my local machine, i have the web config file setup as the following: <appSettings> <add key='MediaEncoderPath' value ='C:\Program Files\Microsoft Expression\Encoder 1.0\'/> </appSettings> What would i set the MediaEncoderPath to when uploading the website? thank you
Hi, If you want to stream your encoded video I'd recommnd the Silverlight Live Streaming service: http://silverlight.live.com/ If you want to encode videos and use them on your account here check these out: http://timheuer.com/blog/Tags/encoder/default.aspx http://visitmix.com/blogs/2008Sessions/T09/ Other than that, far as I know, we are a long way from encoding videos as they are uploaded. Salute, Mark