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

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.