GithubHelp home page GithubHelp logo

stream-video-esp32's Introduction

Stream-video-esp32

For it to work you will need to install ffmpeg www.ffmpeg.org the StreamVideo has been compile on Mac OS x to recompile it use compile.sh

USAGE: ./StreamVideo -i 'inputfile' -a 'address_to_stream_to' -d 'dimension of the panel width x height' example: ./StreamVideo -i test.mp4 -a 192.168.1.23 -d 120x34

To modifify the rotation of the image in regards to your panel use the option -w

OPTIONS ARE: TOP_LEFT,TOP_RIGHT,DOWN_RIGHT,DOWN_LEFT by default it is set as DOWN_LEFT

example: ./StreamVideo -i test.mp4 -a 192.168.1.23 -d 120x34 -w TOP_LEFT

you can also set the brigthness using the -b option example: ./StreamVideo -i test.mp4 -a 192.168.1.23 -d 120x34 -w TOP_LEFT -b 120

The input file can also be a URL to an online video.

If you want to stream Youtube video you need to install youtube-dl brew install youtube-dl and then do: ./StreamVideo -i $(youtube-dl -f bestvideo -g https://youtu.be/CZ9Pu9Usk5o) -d 123x48 -a 192.168.1.22

OTHER OPTIONS: By default the program will resize the video to match you led panel to change this you can use -s scalewidthxscaleheight For instance you could stream a image double the size of your panel by: ./StreamVideo -i test.mp4 -a 192.168.1.23 -d 120x34 -s 240x68

then you can move around the picture using the option -o

./StreamVideo -i test.mp4 -a 192.168.1.23 -d 120x34 -s 240x68 -o 100x20

stream-video-esp32's People

Contributors

hpwit avatar

Stargazers

Ngọc Lam avatar Yüksel Zengin avatar Alejandro Ramirez avatar  avatar Gonzo Gear avatar Vasiliy Bukharev avatar Roman Kot avatar  avatar  avatar  avatar LeekingWeng avatar Eugenie avatar DLGGmakerDIY avatar azimolab avatar Luc Yriarte avatar  avatar Joshua Gross avatar Furkan Parlak avatar Huynh Khac Thao avatar Patrick Emerson Rankin avatar appz avatar Ali Emre Keskin avatar 快乐的我531 avatar  avatar Gagan avatar Chris Chamberlain avatar HudsonProdigy avatar HaruruSanae avatar TMI avatar  avatar Aaron Gray avatar zyr avatar Spectre avatar Tiberiu CORBU avatar Marc MERLIN avatar Sergio Maass Olea avatar  avatar Zombo avatar  avatar

Watchers

James Cloos avatar Tiberiu CORBU avatar Marc MERLIN avatar Rares avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.