I'm evaluating using Drupal as my CMS.
I plan to manage and serve a series of video files.
The video will be delivered as HTTP Streams (I'm not interested in using existing modules that convert video to Flash versions, etc.)
Questions:
1) Drupal appears to be a very database-node centric solution. But for my purposes, I need a file-based node capability. It is not feasible to add my video as Blobs to the MySQL database. Can Drupal manage file-based nodes as effectively as the database-based nodes? In particular, can I use Drupal for effectively managing access to my video content? My main reason for considering using Drupal is for controlling access to my content.
2) I have seen some references on the forums regarding file-based nodes. Can someone please point me to documentation and examples on how to configure and use file-based nodes?
3) I have seen that there are a couple of existing modules for video. But they seem to revolve around converting to other formats and using Flash players, etc. I need to serve pure HTTP Streaming video. This should require little more than serving a generic file. Can someone please point me to anything on HTTP video streaming using Drupal?
4) Ultimately my goal is to serve the video to an iPhone client via a Drupal-base web service. Can someone please point me to how I can create web services with Drupal.