of     1   

12packkid
#148821773Wednesday, October 29, 2014 11:43 PM GMT

My idea is for us to get a VideoService or YouTubeService that will let us add videos with ImageLabels. ROBLOX *should* be able to do this as we already have HttpService and mobile video ads. I think the methods in this 'YouTubeService" should be: GetMonitorRefreshRate() -- Returns 1/30 or 1/60 GetFrames(video,number) -- Will return in image format (will have to get moderated, sorry) the frame from the video GetVideoAsync(link) -- Will return the video in like a JSON table format of frames or something, idk. GetAudioOfFrame(video,number) -- Will return in audio format (again, will get moderated) the current sound of the frame in the video. The events should be: OnVideoEnded -- Will fire when the video ends, as you can see by the name. OnVIdeoStart -- Will fire when the video starts, as you can also see by the name. OnVideoPause -- Optional, idc if they add this or not OnVideoResume -- Same as the pausing event, idc about this one. -- I made a little script to support this thread --Suggestions, this OBVIOUSLY will NOT work local Vid = Game:GetService("YouTubeService") local Video = Vid:GetVideoAsync("link") for i = 0,VIdeo:GetLength() do wait(Vid:GetMonitorRefreshRate()) ImageLabel.Image = Video:GetFrames(i) end -- Post "SUPPORT" if you agree.
Dekania
#148821847Wednesday, October 29, 2014 11:44 PM GMT

"SUPPORT"
AlphaPrism
#148822041Wednesday, October 29, 2014 11:47 PM GMT

"SUPPORT"
12packkid
#148822415Wednesday, October 29, 2014 11:53 PM GMT

Bump and "SUPPORT"
AlphaPrism
#148822587Wednesday, October 29, 2014 11:56 PM GMT

Bawmp
ElectrifiedAssassin
#148823093Thursday, October 30, 2014 12:03 AM GMT

"SUPPORT" L ᕦ( ͡° ͜ʖ ͡°)ᕤ rip le b1tsh1ftᕦ( ͡° ͜ʖ ͡°)ᕤ
nixpc
#148823245Thursday, October 30, 2014 12:06 AM GMT

To filter like "adult" things, they could allow you to upload videos to roblox.
ElectrifiedAssassin
#148828409Thursday, October 30, 2014 1:21 AM GMT

copyrights actually for youtube ᕦ( ͡° ͜ʖ ͡°)ᕤ rip le b1tsh1ftᕦ( ͡° ͜ʖ ͡°)ᕤ
filiptibell
#148829298Thursday, October 30, 2014 1:33 AM GMT

They've said before that they might implement something along the lines of video, but the hard part isn't really the implementing of it, it is moderating the content. It would take a lot of time, because you would need to check every frame of the video to make sure it's safe for the kids on ROBLOX, as well as listening to the audio. I support this, but it's probably just not going to happen. ~The herp lerped a derp~
12packkid
#148843411Thursday, October 30, 2014 11:05 AM GMT

Bump
3Dwolf11
#148843477Thursday, October 30, 2014 11:09 AM GMT

Support
AlphaPrism
#148854621Thursday, October 30, 2014 7:13 PM GMT

Bumpeh
AlphaPrism
#148903518Friday, October 31, 2014 1:37 PM GMT

Bump
DerProgrammierer
#148904772Friday, October 31, 2014 2:21 PM GMT

The hard part isn't really the moderating either, it's being able to stream the content. Video is not like a single audio or a single picture. That's a a lot of bandwidth, especially when you get 20 per game and 10 games, that's a lot of data be thrown around.
12packkid
#148918572Friday, October 31, 2014 8:04 PM GMT

How about we could make it so that we can upload a pure simple video on the website, wait for it to get moderated, and then add it in game.

    of     1