Mikescops / go2tv

Cast media files to UPnP/DLNA Media Renderers and Smart TVs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Go2TV logo


Go Go Report Card Release Version Tests

Build for ARM Build for Android Build for Linux Build for MacOS Build for Windows

Cast your media files to UPnP/DLNA Media Renderers and Smart TVs.

GUI mode

CLI mode

Parameters

$ go2tv -h
Usage of go2tv:
  -l    List all available UPnP/DLNA Media Renderer models and URLs.
  -s string
        Local path to the subtitles file.
  -t string
        Cast to a specific UPnP/DLNA Media Renderer URL.
  -tc
        Use ffmpeg to transcode input video file.
  -u string
        HTTP URL to the media file. URL streaming does not support seek operations. (Triggers the CLI mode)
  -v string
        Local path to the video/audio file. (Triggers the CLI mode)
  -version
        Print version.

Allowed media files in the GUI

  • mp4, avi, mkv, mpeg, mov, webm, m4v, mpv, mp3, flac, wav

This is a GUI only limitation.

Build requirements and dependencies

  • Go v1.16+
  • ffmpeg (optional)

Quick Start

Download the app here https://github.com/alexballas/Go2TV/releases/latest. A single executable. No installation or external dependencies.

Trasncoding

Go2TV supports live video transcoding, if ffmpeg is installed. When transcoding, SEEK operations are not available. Transcoding offers the maximum compatibility with the various file formats and devices. Only works with video files.

MacOS potential issue

If you get the "cannot be opened because the developer cannot be verified" error, you can apply the following workaround.

  • Control-click the app icon, then choose Open from the shortcut menu.
  • Click Open.

Tested on

  • Samsung UE50JU6400
  • Samsung UE65KS7000
  • Android - BubbleUPnP app

Author

Alexandros Ballas alex@ballas.org

About

Cast media files to UPnP/DLNA Media Renderers and Smart TVs.

License:MIT License


Languages

Language:Go 99.7%Language:Dockerfile 0.2%Language:Makefile 0.1%