T
tomasgreen
Guest
Hi! I'm currently involved in a project where we have a number of video files stored in the database which is has to be accessible in a web app for iOS. The problem with iOS and videos is that the server must serve the files with support for partial content. Normally I would simply store the file in the filesystem and serve it as static content with IIS, but the videos aren't public content and should only be read by authenticated users. This means that I need to stream the files through a script. My question is if anyone has some kind of working example or even outline of how to achieve this with ABL/SpeedScript? Thanks /Tomas
Continue reading...
Continue reading...