Advanced Forum Search Results
-
Your welcome man.
I feel you cause when I do searches, I see my potential question alot, but no one bothered to post the solution, very frustrating.
-
Great job Bryant. I had questions on how best to do the encoding and asynchronous encoding on the web server, maybe il start a new thread for that.
Thanks!
-
Bryan, sorry for sounding redundant here, but im getting confused with the term 'application name.' I thought we use application names only if we are uploading complete SL applications? Shouldnt that rather be 'file set name?'
[quote user="bryant"]
1) With the Silverlight Streaming API you can either PUT or POST files ...
-
Bryant, you should definitely add this to your blog. Ive been searching all over and never found anything so simple.
I do have some questions tho:
1) why are you zipping the file up? the video files need to be uploaded in its wmv format.
2) does the silverligt.live.com unzip the file to wmv? im a little confused on this.
3) in the url, you ...
-
Bryant, were is this SilverlightStreamingHost.cs file located at? I dont see it in my solution. After re-downloading the new solution i was able to build the package and run it successfully.
-
Bryant,
I think I downloaded the wrong files (i went to source code and downloaded nov 15th, 2007). I will re-download them now and check.
As far as the videos being renamed, i guess i dont understand what happens at the silverlight streaming site cause it seems like each file you upload gets renamed to VIDEO.WMV ...but the file is stored in a ...
-
After further experimentation, I realized that I had to open it as a Project instead of a WebSite. I then had to fix the <Database> name attribute in the VideoShow.dbml file to point to my folder structure. I then went onto build, but im still getting an error that im not sure how to solve:
Error 1 ...
-
after downloading it, opening it in vs08 and executing the main program, it fails with application level errors. i looked through the code, and im getting lots of squiggly line errors, at that point i didnt pursue it any further.
have you been able to successfully get it to work?
-
I had already seen that example, I couldnt get it to work tho. There were two folders in teh downloadable, when i run it, it complains about Application level security or something. So that was a dead end for me.
-
Could someone provide some sample code (C#) on how to upload a video from a website to silverlight streaming please? Ive looked at the WebDav example, but am not sure i understand the basic upload concept.
I was able to upload videos using the Silverlight live Manage Videos UI, but im looking for how to do that programatically. When I upload a ...