i working on project of videos on demand convert videos using ffmpeg (hls, mpeg dash, mp4).
at moment, videos publicly hosted on aws s3 , there node.js api giving url videos. api supposed used our android + ios + web clients exclusively.
is there way make sure people cannot find link video (for instance, looking @ src attribute of video tag in browser developer console)?
we prevent people downloading videos. know not possible stop everyone, more layers of security can add better.
unless don't put full video link anywhere on page(either fallback or specific view) impossible. download videos facebook friends:)
one way use hls or dash , produce assets full video file. still can possible collect them , combine, harder having 1 url download. url assets can dynamic , different every user.
Comments
Post a Comment