Skip to content

ua-i2cat/LMSVideoWallReceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMSVideoWallReceiver

This REST Service is used to reproduce content in Raspberry PI with a modified OMXPlayer. Works with liveMediaStreamer framework.

##Requeriments

##Install

Clone the git repository

git clone https://github.com/ua-i2cat/

Install dependencies

apt-get install npm nodejs
npm install

Run the application

npm service

You can choose use of "forever" to run the application in background.

forever start service.js

##API REST methods

It implements only a single method, "Play", which is the responsible to start OMXPlayer application.

###Play

Send a rtsp link to reproduce this link in a raspberry

POST http://raspberryIP:8080/
JSON	{
		"link": rtspUri
	}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published