Skip to content

flanked/txmjpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twisted MJPEG Streamer from a watch folder

twistd -ny run.tac

Add an image tag to a webpage to watch an mjpeg video

<img src="http://localhost:8080/video.jpg" />

Run an ffmpeg command to stream a file

ffmpeg -re -i ~/videos/video.mp4 -f image2 -updatefirst 1 -vf fps=fps=24 /var/mjpeg/video.jpg

Watch the video play.

google-chrome http://localhost:8080/video.jpg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages