Skip to content

NIMk/AVRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

        _                  
 /\\  /|_) _ ._ _  __|_ _  
/--\\/ | \(/_| | |(_)|_(/_   .. v0.4

 Small tool to send AVTransport commands to UPNP media services

 http://nimk.nl/syncstarter

AVRemote aims to be a simple and portable tool to send UPNP commands
to devices supporting the AVTransport 1 and 2 specification. It allows
to control the playback of audio/video files on media players using
the commandline.
     
AVRemote consists of code written in C. Our main goals are simplicity,
speed, portability on embedded devices, small footprint and
reentrancy. We are testing it on the WD HD Live media players.

This software doesn't aims to be a comprehensive implementation of
UPNP controls, please use the MiniUPNP library and tools if AVRemote
doesn't satisfy all your needs, see <http://miniupnp.free.fr>

AVRemote is Copyright:

 (c) 2011 Denis Roio <jaromil@nimk.nl>
     2011 Nederlands Instituut voor Mediakunst (NIMk)

     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU Affero General Public License as
     published by the Free Software Foundation, either version 3 of the
     License, or (at your option) any later version.
     
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU Affero General Public License for more details.
     
     You should have received a copy of the GNU Affero General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>