System Requirements:
Windows 2000 or XP
Broadband Internet connection, such as DSL or cable modem
Download Instructions:
1) Download the TVUPlayer.zip file to someplace convenient – the Desktop is a
good choice.
2) Find the TVUPlayer folder and open it. Open the folder whose name starts
with “TVUPlayer”.
3) Double-click on the file whose name starts with “Setup.exe”. This will start the TVU Install program.
4) In the Install program, choose the default buttons for the easiest install.
Using the TVU:
To start the TVU, double-click the “TVUPlayer” icon on your
Desktop. The channels available are listed on the left-hand side of the
application. To watch any channel, simply double-click on its name. After a
short delay, the video will appear; it may take a little time for the video to
stabilize and deliver a consistent picture. To change the channel, double-click
on a different channel on the list at the left. You can control the audio
volume with the slider on the bottom right.
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
Installation, Running (needs native MSXML)
What does not
- Channel list labels missing
- In-window video slow and buggy (flickers, draws to the wrong places etc) (can be worked around by using MPlayer for a player by connecting to localhost:8901 while TVUPlayer is playing)
What was not tested
everything else but running and selecting a TV Channel.
I was able to start the application , after copying all msxml* dlls from my windows partition into ~/.wine/drive_c/windows/system32/
and then run by:
WINEDLLOVERRIDES="msxml3=n" wine TVUPlayer.exe
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Davis Chalos on Tuesday February 20th 2007, 8:46
You can rename the plugins dir to prevent tvuplayer from playing the video and hanging everything. Open the vid with your prefered app at 127.0.0.1:8901
Some further findings...
by FakeName33 on Sunday November 12th 2006, 15:08
I use winecfg to disable sound emulation and to enable a Wine Desktop in order to "tame" TVUPlayer. It otherwise takes over my whole screen but doesnt play video properly. I dont want that. And I dont want CPU cycles wasted for audio emulation so I disabled this. MPlayer takes the stream just fine.
Plays
by FakeName33 on Sunday November 12th 2006, 14:42
Got it to play.
Run wine TVUPlayer.exe -v
The "-v" is supposed to be vlc-compatibility.
VLC doesnt play most stream though because of WMV3.
I use MPlayer after I click on a channel list item:
I could install MSXML3 on a plain wine (nothing preinstalled).
Afterwards I needed to go to the .wine/drive_c/windows/system32-folders and did "regsvr32 msxml3.dll". Furthermore I removed all other native DLLs again with winecfg and added msxml3.dll.
Afterwards I simply did run wine TVUPlayer.exe and the application started up. Doesnt play anything though at the moment.