
Re: help with watching on vlc
For anyone trying this on Linux in 2022, the steps that worked for me are as follows:
0) install Wine and VLC
1) download the .msi from this site
2) install it with
Code:
wine msiexec /i tvants_srtv.msi
3) run the player with
Code:
wine "C:\Program Files (x86)\TO Broadcast\tvants.exe"
4) make sure the channel is running in the app
5) run VLC with
Code:
vlc mms://localhost:16900/1
(Note that you can also use mplayer, I went with vlc to see if I could get it to stream to a Chromecast into the bargain but no luck so far.)