Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.
/ bumflix-api Public archive

bumflix. soon to be the best streaming service in the world

Notifications You must be signed in to change notification settings

nmktad/bumflix-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bumflix. soon to be the best streaming service in the world

to run it locally. clone the project put any video you want to stream in the partition directory and run the command below in the same directory

ffmpeg -i <videoname> -profile:v baseline -level 3.0 -start_number 0 -hls_time 10 -hls_list_size 0 -f hls index.m3u8

if you don't have ffmpeg installed run the command below

sudo apt install ffmpeg

to run the app you can use the command below in the root directory

go run .

clone the client app from bumflixweb and run it to see the stream in a nextjs web app

About

bumflix. soon to be the best streaming service in the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages