javascript - Can a link to download media file be streamed on for the video -
hey there have url's external site returns media file download.
the response media file attachment.
i trying stream link in site doing learn things.
and having problem playing providing link normal html js players.
i guess headers reason this.
the file response headers
connection:keep-alive content-disposition:attachment content-length:259639762 content-range:bytes 0-259639761/259639762 content-type:application/octet-stream date:fri, 05 apr 2013 18:05:43 gmt last-modified:mon, 05 mar 2012 17:23:58 gmt server:nginx that triggers download.
can tell me if possible stream media inside page using js players,or impossible @ all.
this learning purposes , helpfull if give me more insight how download happens,or helpful if can point out resources..
thanks
Comments
Post a Comment