0
votes

I have my website hosted in azure. I have a wcf service, which also running in azure. Now I want to upload a file from local computer to azure media service through azure website and wcf, while uploading it will call the upload function in the WCF service. while uploading I got the error, bad gatewy(502).The asset is not creating.Error occurs in create function. So how to upload media files to azure media service from local machine. I am just supplying path as input to WCF service.(e.g) c:\sampe.mp4. can I stream files form my local machine to azure media service through WCF service through website.

azure site -> upload files from local -> send path(c:\sample.mp4) to WCF -> upload function in WCF - > error in creating asset

1

1 Answers

0
votes

If you are developing web based application which is managing Azure media services account you can upload video azure storage in 2 ways: