Asked by:
How to save an mp4 video link to specified client pc path via asp.net?

Question
-
User-971138563 posted
I want to save an mp4 video link to user's pc's specified local path. Is there any way to do that with asp.net ?
Thursday, March 19, 2015 10:35 AM
All replies
-
User-760709272 posted
You can't do this for security reasons.
Thursday, March 19, 2015 11:31 AM -
User-971138563 posted
Ok then,
I will figure out another solution.
Thanks
Friday, March 20, 2015 1:44 AM -
User-971138563 posted
Ok then , one question;
There are lots of browser extesions which download youtube videos and you can set the download folder,
how they can do that?
Friday, March 20, 2015 4:03 AM -
User-760709272 posted
Browsers do support plug-ins etc, some proprietary like IE supports ActiveX and browser extensions, Chrome has it's own plug-in architecture as does Firefox. These are EXEs that the user has explicitly chosen to install and they run on the client in the security context of the user and can generally do whatever EXEs on that machine can normally do, this includes examining the file system and writing to it. Such technologies are outside the scope of this forum however.
Friday, March 20, 2015 4:30 AM -
User-971138563 posted
Thanks for detailed answer,
I see that it is not allowed to do that via web application but can ben done by EXEs or plugins.
So let's ignore specifying the save path,
How can I download any mp4 link to user's pc (default download location) ?
Thanks
Friday, March 20, 2015 4:39 AM -
User-971138563 posted
Is it possible to download a link something like to user's pc
http://r5---sn-4g57km7e.googlevideo.com/videoplayback?source=youtube&mime=video/mp4&gcr=tr&nh=EAI&ipbits=0&itag=22&expire=1426863304&fexp=900720,907263,917000,924808,929305,930021,930825,934954,938690,9405135,9405961,9406879,9407103,9407433,9407642,9407838,9408102,9408137,948124,951511,951703,952302,952612,952901,955301,957201,959701,961404&sparams=dur,gcr,id,initcwndbps,ip,ipbits,itag,mime,mm,ms,mv,nh,pl,ratebypass,source,upn,expire&upn=A5_AuLTWsLI&id=o-AOFCVMsOl6ZQCQ_L8BgYcCG6wbiplbhrX35k_0OlaYgC&mm=31&dur=301.395&initcwndbps=477500&ip=81.213.111.150&ratebypass=yes&sver=3&pl=19&mv=m&mt=1426841680&ms=au&key=yt5&fallback_host=tc.v17.cache3.googlevideo.com&signature=4BC9E822CFF4A3245710C265878790E557E12E31.D592A368194FD6C38C79A6F41350556F516F2C7D
which can be played in browser.
Friday, March 20, 2015 4:56 AM -
User-166373564 posted
Hi kkbb,
How to save an mp4 video link to specified client pc path via asp.net?As our community member mentioned above, it's not recommended to do that.
You can use HTML5 to play MP4,check out http://www.w3schools.com/html/html5_video.asp for further information.
Best regards,
Angie
Friday, March 27, 2015 2:01 AM