We had not considered hosting the content ourselves. The problem is that this is a Web site where users generate their own content in forums. Unfortunately, the user-generated content transfers over a secure connection (https). YouTube is perfect for this type of application, but it won't work for us if it doesn't go over SSL. Looks like we might be out of luck. I may contact YouTube to see what, exactly, the T&C allow for.
Main Topics
Browse All Topics





by: DaveHowePosted on 2009-02-13 at 02:23:45ID: 23631319
YouTube doesn't supply SSL, so you are always going to get some insecure and some secure content. While you *could* use mod_proxy in reverse_proxy mode (proxypass) to cause you to https "serve" content relayed from youtube, that is probably a violation of their usage T&C's, and a waste of bandwidth (if you are going to supply the packets, you should probably host the file yourself and save yourself half the bandwidth :)
have you considered streaming the content yourself? that would give you more control, not only of the https but of access and usage logging.