Streaming video to roblox, Somehow worked

So, I was in front of the computer and thinking about ideas.
I came up with the idea of sending a streaming video to Roblox.
But I thought this wasn’t possible, but I found that Lua can manipulate bytes with strings and HttpService converts bytes to strings.

So why not make it? I made.

I made this just for fun, Theres many bugs, but it works so i dont care (lol)

14 Likes

I would suggest not watching the video unless you want rick rolled, I am just amazed at how you did that though! This could be used for bad though, did the rick roll video you watch go through moderation?

1 Like

Yeah, I think this is the problem.
Video’s are ‘streamed’, so server (not roblox) sends frames in real time (many pixels).
So, its did not go through moderation, which is not good. but, they can’t fix this problem! because this problem’s answer is probably ‘disable http requests’

I will keep this code TOP SECRET

Aw man! If this was open sourced that would be great. But still, nice! Can the videos be how long you want?

2 Likes

WOW!! Do you have any videos/articles that talk about string-byte manipulation, if so I would love to see them! otherwise, you can create a community tutorial if you’re feeling like it! (i didnt forget about the rickroll :neutral_face:)

1 Like

Haha, I remember the last time someone found a way to do this, they made a place where you could watch a live stream from their computer. Ignoring the betrayal (rickroll smh) this is a really impressive feat, good job
This probably counts as bypassing moderation so I wouldn’t use it for anything in production :wink:

2 Likes

Yeah, its streamed so video duration can be anything!

1 Like

I used string.byte for detecting byte value. also i implemented compression for higher fps

Seems like good idea to me!

3 Likes

that is amazing wow. I have a movie theater game currently, and the videoframe videos on roblox are not interesting enough so im trying to find a way to use custom videos. (At this second im uploading 164 decals)

1 Like

I cannot believe you just got me with that…

I bow down to you.

1 Like

Damn… just got rick rolled…

1 Like

rikrol ded mem >:( !11!!!1

Great work! Keep it top secret

:shushing_face:

1 Like

i actually did the same except instead of a video
it streams my screen

i also used string.byte and some basic compression

i have capped it to 8 fps

not sure if i will get banned or not for this

4 Likes