Closed GoogleCodeExporter closed 8 years ago
What you describe is possible, but it would require some custom development on
your part.
First, you'd have to host your own instance of YouTube Direct Lite instead of
using the reference implementation.
Then you'd need to modify the JavaScript for each of the submission methods
(Existing, New, and Webcam) to notify your server with the video id when
there's a new submission, likely via a $.ajax() call to a web service endpoint
you create. The most relevant places to put in that sort of thing would be
https://code.google.com/p/youtube-direct-lite/source/browse/static/js/ytdl/panel
s/existing.js#53
https://code.google.com/p/youtube-direct-lite/source/browse/static/js/ytdl/panel
s/postupload.js#26
https://code.google.com/p/youtube-direct-lite/source/browse/static/js/ytdl/panel
s/webcam.js#44
And then you'd have to take the list of video ids that you're told about and
display them in some way, most likely using the <iframe> embedded player.
Original comment by je...@google.com
on 10 Jul 2013 at 4:57
Original issue reported on code.google.com by
kappaluppa2@gmail.com
on 8 Jul 2013 at 10:37