You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must have node.js installed, currently the server is set to localhost meaning this can only be run in roblox studio but that is changeable if you would like to
VSCode Version
Setup
Files
index.js: Main server file.
Pixel.js: Video processing class.
Roblox Version
Setup
Files
client/: Contains client-side scripts.
server/: Contains server-side scripts.
About
Pixel Stream Player is a video player built for Roblox, designed for educational purposes. It uses Node.js to extract frames from video clips, captures the color data for each pixel, and sends this data to the Roblox client, where the video is played.