Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfkl/lvst
.NET Core CLI app using MonoTorrent and LibVLCSharp for macOS, Linux and Windows
https://github.com/mfkl/lvst
cli dotnet libvlcsharp mono torrent video vlc
Last synced: 11 days ago
JSON representation
.NET Core CLI app using MonoTorrent and LibVLCSharp for macOS, Linux and Windows
- Host: GitHub
- URL: https://github.com/mfkl/lvst
- Owner: mfkl
- License: lgpl-2.1
- Created: 2020-03-18T16:52:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T09:05:09.000Z (about 1 year ago)
- Last Synced: 2024-10-12T01:25:23.832Z (27 days ago)
- Topics: cli, dotnet, libvlcsharp, mono, torrent, video, vlc
- Language: C#
- Homepage:
- Size: 7.36 MB
- Stars: 38
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LVST
[![Join the chat at https://discord.gg/3h3K3JF](https://img.shields.io/discord/716939396464508958?label=discord)](https://discord.gg/3h3K3JF)
.NET Core CLI app using MonoTorrent and LibVLCSharp.
lvst allows you to stream any media torrent for local or remote (chromecast) playback on Windows, macOS and Linux.
```
.\LVST.exe --help
LVST 1.0.0
Copyright (C) 2020 LVST-v, --verbose Set output to verbose messages.
-t, --torrent The torrent link to download and play
-c, --cast Cast to the chromecast
-s, --save Whether to save the media file. Defaults to true.
-p, --path Set the path where to save the media file.
--help Display this help screen.
--version Display version information.
```### [See the related blogpost](https://mfkl.github.io/libvlc/2020/03/23/Torrents-and-multimedia-streaming.html)