Page 1 of 1

XawTV video viewer

Posted: Wed 18 Jul 2007, 13:07
by tempestuous
Update July 24 2009: xawtv updated to version 4.x development snapshot 20081014

xawtv is a video viewer application, which can be used to view Video4Linux (V4L/V4L2) devices, including analogue TV tuners and webcams.
When compiled with additional libraries, xawtv can also be used with digital TV tuners (DVB devices).

Here is the "basic" version without DVB tuner support, which keeps the installer size down.

Optimal video output is via the "xv" (accelerated XVideo overlay) feature, which requires the addition of the "v4l" extension plugin for Xorg, and this xawtv package includes the v4l plugin specifically for Xorg7.3 in the Puppy 4-series ...
... but it's very important to enable this plugin: after installing this dotpet, open /etc/X11/xorg.conf in Geany.
In Section "Module" add this line

Code: Select all

Load  "v4l"
Now restart X (or reboot).

If you still see an error relating to xv, it's possible to fall back to non-xv video display by launching xawtv like this -

Code: Select all

xawtv -noxv

Posted: Sun 22 Jul 2007, 10:34
by tempestuous
Here is the xawtv package with full digital tuner support. This includes the libmpeg2 library, since digital TV broadcasts are encoded with MPEG2.
I have also included the Zapping VBI (zvbi) library, for embedded data reading support, such as teletext.
As before, the v4l Xorg plugin should be enabled for optimal video output.

Thanks to raffy, the dotpet is here -
http://minipc.org/ipup/download/xawtv-DVB-20081014.pet

With the added libraries, the xawtv package is no longer small at 1.4MB.
The more powerful (and more useful) MPlayer starts to look like a better alternative.
Beware. The only version of MPlayer available on this forum with V4L/V4L2 input support is -
"MPlayer-1.0rc2 + mencoder Feb 2008"
http://www.murga-linux.com/puppy/viewtopic.php?t=26511
MU provided a good HOWTO for using webcams with MPlayer here
http://www.murga-linux.com/puppy/viewto ... 569#183569

Posted: Thu 29 May 2008, 10:51
by tempestuous
For those using the older 2.x versions of Puppy, here is the basic version of xawtv. This package includes the v4l plugin specifically for Xorg7.0 in the Puppy 2-series since v2.10. This v4l plugin should be enabled as explained in the first post.

This xawtv package should work in Puppy3.x, but only by launching it without xv support -

Code: Select all

xawtv -noxv
This is because I was unable to compile the v4l Xorg plugin for Puppy 3, probably because of the way that Puppy 3's Slackware-compatible Xorg is configured.

Posted: Tue 15 Jul 2008, 11:13
by tempestuous
Regarding Skype

According to reports on the web, for certain webcams to work with Skype the v4l Xorg plugin is necessary. The xawtv packages above provide this plugin, but if you want to obtain the v4l Xorg plugin by itself without installing xawtv, it's available for Puppy 4 here -
http://www.murga-linux.com/puppy/viewto ... 407#271407

Posted: Tue 15 Jul 2008, 11:15
by tempestuous
deleted

Black screen

Posted: Thu 15 Jan 2009, 11:16
by Spaccafumo
Xlib: extension "GLX" missing on display ":00"
This appears on the black screen of Xawtv
:cry:






Qui si usa Linux
http://www.puppylinux.org

Re: Black screen

Posted: Thu 15 Jan 2009, 13:50
by MU
Spaccafumo wrote:Xlib: extension "GLX" missing on display ":00"
This appears on the black screen of Xawtv
Install xorg-dri with petget and reboot.
This has hardware accelerated drivers and opengl(glx).
Mark

Re: Black screen

Posted: Thu 02 Jul 2009, 22:03
by bignono1
[/quote]

Install xorg-dri with petget and reboot.
This has hardware accelerated drivers and opengl(glx).
Mark[/quote]
Anything else needed ?

Posted: Sat 04 Jul 2009, 18:33
by bignono1
I installed the xorg dri and it got the xlib ext. done but still there is no picture, only flashing tv screen.

Posted: Thu 23 Jul 2009, 16:39
by ecomoney
hen trying to install xawtv under puppy 4.2.1 I get

http://www.murga-linux.com/puppy/viewto ... 85&t=41363#

Code: Select all

xawtv -noxv
xawtv: error while loading shared libraries: libXxf86dga.so.1: cannot open shared object file: No such file or directory

Posted: Thu 23 Jul 2009, 17:45
by muggins
Save libXxf86dga.so.1.0.0 to /usr/X11R7/lib, then create the missing symlink.

Posted: Fri 24 Jul 2009, 02:47
by ecomoney
Thanks Muggins, I followed your instructions and downloaded the file, then created a symlink with the new name by right clicking in rox..."link...". I then tried again

Code: Select all

# xawtv
xawtv: error while loading shared libraries: libXaw.so.8: cannot open shared object file: No such file or directory
Following the same logic, I found a file in the same folder (/usr/X11R7/lib/libXaw7.so.7.0.0) and created a symlink called libXaw.so.8 to it, suddenly xawtv sprung to life with some warnings.

Code: Select all

# xawtv
This is xawtv-3.95, running on Linux/i686 (2.6.25.16)
xinerama 0: 1280x1024+0+0
WARNING: Your X-Server has no DGA support.
/dev/video0 [v4l]: no overlay support
v4l-conf had some trouble, trying to continue anyway
ioctl: VIDIOC_QUERYCAP(driver="";card="";bus_info="";version=0.0.0;capabilities=0x0 []): Unknown error 515
Warning: Cannot convert string "7x13bold" to type FontStruct
Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct
Xlib:  extension "GLX" missing on display ":0.0".
The display worked very well here with the low light in the room at the moment. :D

However when I try and run skype I get some sort of picture, but it is definetly not displaying properly (see attachment). Probably something to do with proprietary code?

Posted: Fri 24 Jul 2009, 14:21
by tempestuous
ecomoney wrote:

Code: Select all

# xawtv
This is xawtv-3.95 ...
It seems you installed the older version 3.95, which I explained should only be used in Puppy versions up to 3.x.

I provided a Puppy4-compatible version a few posts down, but wait, don't install it yet. I see that there is newer source code available, so I will revise the XawTV packages in the next few hours.

Posted: Fri 24 Jul 2009, 16:08
by tempestuous
July 25 2009
xawtv packages updated/revised in the first 3 posts.

Posted: Sat 25 Jul 2009, 05:56
by ecomoney
Tempestious wrote:It seems you installed the older version 3.95, which I explained should only be used in Puppy versions up to 3.x.
Oops! :? :oops:

Thank you for the new version of xawtv, and clarifying the versions, I will be giving it a spin. It has more features than I realised besides watching webcams.

Posted: Tue 16 Jul 2013, 20:04
by sc0ttman
can someone please re-upload the non DVB version again?? I already have the DVB verison at akita.scottjarvis.com is anyone needs it...

Posted: Tue 16 Jul 2013, 20:44
by nancy reagan
sc0ttman wrote:can someone please re-upload the non DVB version again?? I already have the DVB verison at akita.scottjarvis.com is anyone needs it...

Have a look at goingnuts's mm page

http://www.goingnuts.dk/mms2p412.asp#MMS

Broken Link

Posted: Sun 21 Dec 2014, 06:45
by cprivers
The link is broken to xawtv-20081014.pet

Posted: Sun 21 Dec 2014, 06:47
by cprivers
tempestuous wrote:Thanks to raffy, the dotpet is here -
http://minipc.org/ipup/download/xawtv-DVB-20081014.pet
I can't find any PET there.