Code Monkey home page Code Monkey logo

raspbian-rtsp-videowall's Introduction

Raspbian RTSP Video Wall

A simple project to help create a video wall of RTSP feeds running on a RaspberryPi.

Getting Started

This project was created on a RaspberryPi Zero W but should work on most RaspberryPi's with network capabilities.

Prerequisites

This project assumes you already have Rasbian installed and configured on a RaspberryPi.

- A RaspberryPi running raspbian.
- The RaspberryPi should have a working network interface.
- Access to some RTSP video feeds.
- omxplayer (sudo apt install omxplayer).
- screen (sudo apt install screen).
- bc (sudo apt install bc).

Installing and Running

In short you only have to clone this project to your RaspberryPi, update the feed file and set the amount of screens for your wall.

# ssh into your RaspberryPi

# Change to the home directory
cd ~

# Install all the prerequisites 
sudo apt install omxplayer && sudo apt install screen && sudo apt install bc && sudo apt install git

# Clone the project.
git clone https://github.com/somejavadev/raspbian-rtsp-videowall.git

# Change to the project directory
cd raspbian-rtsp-videowall

# Edit the feed file with your favourite editor and add your RTSP feeds including username and password if required.
nano rtsp.feed
# add your own rtsp feeds:
rtsp://username:[email protected]:10554/PSIA/streaming/channels/102
rtsp://username:[email protected]:10554/PSIA/streaming/channels/202
save the file and exit.

# Update the amount of screens for the video wall:
nano rtsp-video-wall.sh
# Change the value of the SIZE variable:
# Note this number should be a perfect square (1, 4, 9, 16, 25)
SIZE=4;
save the file and exit.

# Ensure the .sh file is executable
chmod +x rtsp-video-wall.sh

# To launch the video wall:
./rtsp-video-wall.sh

# To close the video wall, kill all screen sessions
killall omxplayer; killall screen;

Authors

See also the list of contributors who participated in this project.

Initial credit goes to the masondb for his Wall Matrix on the ubnt forums.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

raspbian-rtsp-videowall's People

Contributors

somejavadev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

raspbian-rtsp-videowall's Issues

NOT AN ISSUE

Hello, I'm just wondering if you have a contact I can reach you at? got a few questions :)

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.