20

I am looking for software programs to use my TV Tuner card in Ubuntu. I have mythTV installed and use it quite a bit. But I am looking for a program that can tune my tuner card in just a window, not only a full-screen.

E.g. - I would like to watch something in a browser, while having a TV channel playing in another window. Maybe a program like VLC that can control my tuner?

8128
  • 28,868

7 Answers7

15

You're requesting to watch TV with VLC - well it is possible. See this answer.

enter image description here

Else some illustrations of the other applications:

enter image description here

enter image description here

Boris
  • 5,012
10

Me TV is a pretty decent under-appreciated application for DVB-* devices.

Has an EPG, even recording facilities. Much, much lighter than MythTV.

To install Me TV in Ubuntu 16.04 and earlier open the terminal and type:

sudo apt install me-tv
karel
  • 122,292
  • 133
  • 301
  • 332
Oli
  • 299,380
6

MythTV can also be configured to run in a window. In the MythTV Frontend, go to Setup > Appearance and the first screen should look similar to the screen below. You can set the size of the menu here, and also if you want the playback to use the same size area. Setting the window border option will add or remove the window border, and setting fixed window size will make the windows either resizable or not.

enter image description here

To install MythTV in all currently supported versions of Ubuntu open the terminal and type:

sudo apt install mythtv
karel
  • 122,292
  • 133
  • 301
  • 332
tgm4883
  • 8,062
5

There is also Gnome's own DVB Daemon. As its name suggests it sits behind the scenes allowing applications to leverage its power. There is a Install totem-plugins-dvb-daemon that allows you to use it though I haven't tested a recent version, so I don't quite know how good it is.

sudo apt-get install totem-plugins-dvb-daemon

That will get all the dependencies too.

karel
  • 122,292
  • 133
  • 301
  • 332
Oli
  • 299,380
5

You could always use mpv which has evolved from MPlayer.

mpv --fs dvb://[card_number@]channel
mplayer -fs dvb://[card_number@]channel 

The -fs flag enables full screen mode.

karel
  • 122,292
  • 133
  • 301
  • 332
Stuart
  • 1,226
0

tvtime is probably the simplest window type TV viewer. It works well with ATI cards. To install tvtime in all currently supported versions of Ubuntu run the following command:

sudo apt install tvtime
karel
  • 122,292
  • 133
  • 301
  • 332
0

You could always just do mythfrontend -w and run MythTV Install mythtv in a window. You may have to do Alt + Space to bring up a menu and leave fullscreen mode. Also, as I recall. there's a setting for the frontend to always start in windowed mode.

StarNamer
  • 2,897