-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4eb427d
commit 57d1030
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
# Go2TV | ||
Go2TV lets you cast your videos to any UPnP/DLNA MediaRenderer like Samsumg TVs. | ||
|
||
![](https://i.imgur.com/fnYkkp7.gif) | ||
![](https://i.imgur.com/fnYkkp7.gif) | ||
|
||
Usage | ||
----- | ||
``` | ||
$ go2tv -h | ||
Usage of go2tv: | ||
-l List all available UPnP/DLNA MediaRenderer models and URLs. | ||
-s string | ||
Path to the subtitles file. | ||
-t string | ||
Cast to a specific UPnP/DLNA MediaRenderer URL. | ||
-v string | ||
Path to the video file. | ||
``` | ||
|
||
Author | ||
------ | ||
|
||
Alexandros Ballas <[email protected]> |