Skip to content

A simple python library to interface with a VLC player using the telnet interface.

License

Notifications You must be signed in to change notification settings

rodripf/python-telnet-vlc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-telnet-vlc

A simple python library to interface with a VLC player using the telnet interface.

Installation

pip install python-telnet-vlc

Usage:

from python_telnet_vlc import VLCTelnet
v = VLCTelnet("192.168.1.44", "password", 4212)
v.add("http://radios-mp3-uy.cdn.nedmedia.io/uy-futura.mp3")
v.play()

More Info: https://wiki.videolan.org/Documentation:Modules/telnet/

Original author: @stephenmac7

About

A simple python library to interface with a VLC player using the telnet interface.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%