Does JCR (java content repository) store videos ? The reason I am asking, I saw one of the open source cms called Hippo and they embed videos from vimeo in their website rather than having stored it on content repository.
I appreciate any input.
Thanks, Sri
Yes this is possible to do. In fact JCR can store binary data including videos,images, documents etc...Then,you will need just to read the content of the binary and stream it in a video reader. You can watch a simple usage on eXo Platform they are using JCR as their storage and they are providing a video player on their Social streams and their JCR browser (Content Explorer)