Language Selection

English French German Italian Portuguese Spanish

Waiting for Xawtv 4 - DVB & mpeg2

Filed under
Software
Reviews
-s

I got brave and updated my beloved gentoo's xorg from 6.8.2-rsomething to the modular 7.0 this morning. Among many others, I tested my gimp, openoffice, mozilla, and my games. Nothing seemed broken. In fact, things seemed just fine. ...Until I fired up my trusted xawtv-3.95. It had problems.

The problems it had was that my overlay was now broken. I could get video with grabdisplay, but it would drop frames. ...badly. If I started per commandline, it complained about not finding the framebuffer device and that v4l wasn't compiled with dga support. I'd seen these errors before and the usual (and even more creative) fixes didn't help. I was desperate enough to download the cvs snapshot of xawtv4 from February. This code is so new that they haven't even released an alpha for testing yet.

Compiling was easy of the snapshot, the only problem I had was errors with compiling for aalibs. So, I pulled the --enable-aa option and it compiled just fine after that. For those of you interested, I think the biggest draw of xawtv 4 is that it's primarily for digital decoders and it includes mpeg2 support. So, if you download the cvs snapshot and untar.gz it, you'll find no configure script. One must run the autogen.sh script first. Then you can run configure. Do a ./configure --help first and pick out the options you'd like, but for me I did a: ./configure --enable-alsa --enable-xvideo --enable-quicktime --enable-mpeg2 --enable-gl --enable-mmx

Upon starting xawtv4 I find that none of the stations in my ~/.xawtv file were being read. Right clicking on the tv screen opened a nice new configuration screen. All the usual options are still there, (except overlay/grapdisplay), it's just more graphical. It will automagically scan your channels for you, but if you have cable in a big city, the next step can be time consuming. It won't just save the list it finds. You must click Edit > Add Stations and input some info and save each one. What a drag!

        

I kept looking and noticing my ~/.xawtv wasn't being updated or overwritten, but if I saved a few stations, closed xawtv, and reopened it - they were saved. I knew this joker was saving those files somewhere. Indeed it was. Xawtv 4 now uses a ~/.tv directory with an "options" file and a "stations" file. My options were pretty much in place the way I picked them from the gui configuration, and my 3 stations were in the stations file. Upon closer inspection one finds that it is still the same format as the old .xawtv file with the exception of the missing options at the top. Lazy me copies my ~/.xawtv to ~/.tv/stations and edits it to take out the options at the top. Yes! All my stations are now showing up in the new xawtv 4 without having to setup 100 of 'em manually. They are gonna have to add a way to save the scan before this takes off.

One of the things missing is changing channels with my mouse wheel. Perhaps there is a compile option I missed or a start-time option to explore, but the keyboard spacebar advances the stations and backspace decreases the stations. A isn't mute anymore, the keypad enter is. Fortunately F is still fullscreen. A left mouse click still brings up the list of stations to choose from. And of course you can do any of this from their new gui.

    

The xawtv4 gui still may not be quite as fancy as some of the other tv applications graphical tools, but at least xawtv works. I don't know how your experiences have gone, but I've never had any luck with any of those other tv apps. If they even work, then they eat up cpu cycles and leak memory. Xawtv is the only tv app for me and has been for over 5 years now.

        

Bearing in mind this is a cvs snapshot, I still have to say this application is rock solid so far. It opens without issue and tunes my tv card without complaints. Changing channels is faster than before and the osd presents in much prettier fonts. I experienced no noticeable cpu or memory usage and other running applications weren't effected. No dropped frames!!! I was fixed up. The author claims support for analogue isn't implemented as well in version 4 as version 3, but if this is a pre-alpha - I can't wait for the beta!

        

New features and major changes:

  • MPEG2 software decoding.
  • Support for DVB cards, including budget cards.
  • Reworked configuration framework.

Dropped features:

  • Overlay without Xvideo extention.
  • Switching display resolution.

*xawtv homepage*



More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.