Is it possible to stream an MP4 file over HTTP? If so, would this prevent people from downloading it, or would it still be easy for people to download it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
its possible to stream mp4 over http. you need to set mime-type to “video/mp4”.
its like any other http request-response, so people can download it using standard http commandline tools (wget, curl)