Skip to content

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.

Notifications You must be signed in to change notification settings

decompi/Pixel-Stream-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Stream Player

Final Product

RobloxStudioBeta_Ig50RbNcGT.mp4

Requirements

  1. Must have FFMPEG Installed: Video Tutorial - https://www.youtube.com/watch?v=IECI72XEox0
  2. 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published