Project

viera_play

0.0
No commit activity in last 3 years
No release in over 3 years
Uses DLNA to play video files on Panasonic Viera TVs from the command line
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Viera Play

Viera Play uses DLNA to play video files on Panasonic Viera TVs from the command line.

Installation

Install it from Rubygems:

$ gem install viera_play

Set your TV's control URL as the TV_CONTROL_URL environment variable (using the IP of your TV):

$ export TV_CONTROL_URL='http://192.168.0.2:55000/dmr/control_2'

Usage

Run viera_play from the command line, giving it the path of a video file to play:

$ viera_play ~/my-video-file.mp4

Control-C will stop playback and shutdown the web server. The TV remote can be used to pause/rewind/fast-foward the video as well.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request