-
So nach ein wenig Abstinenz meinerseits gibts ziemlich was nachzuholen :jb
(https://www.dvbcube.org/index.php?action=dlattach;topic=32837.0;attach=2317)
Kaffeine wird inzwischen von einem neuen Developer weiterentwickelt. Niemand geringerer als der Maintainer des Video4Linux subsystem (also einer der Kern-entwickler des Linux Kernels) Mauro Carvalho Chehab (https://blogs.s-osg.org/author/mchehab/) hat sich kaffeine angenommen und es stetig weiterentwickelt. Mittlerweile wurde kaffeine auf die neueste qt5 Version umgeschrieben, unterstützt die neueste dvb api des kernels und hat sehr viele bugfixes für die vlc playback engine bekommen.
Eine Übersicht einiger aktueller Neuigkeiten
2.0.7 : Support for H-265 video streams
2.0.6 : Support for DVB-T2 multistream
Autoscan for DVB-T2 channels on devices that support it
Systray show/hide
Don't ignore weak signals on DVB-T
Handle devices with a single demux, but multiple frontends
2.0.5 : Don't quit while recording without explict ack from the user
Fix handling of subtitles for DVB streams
Handle the new VLC 3.0 ES change events
2.0.4 : Fix support for DVB-S/S2 and improve LNBf selection
Fixes for the EPG logic for DVB, ISDB and ATSC
Revamped bar gauge showing signal and S/N in dB
2.0.3 : Add a menu to allow specifying arguments passed to libVLC
Kaffeine 2.0.9
Die momentane (03/2017) stable release ist Kaffeine 2.0.9 (https://cgit.kde.org/kaffeine.git/tag/?h=2.0.9) und kann für ubuntu xenial 16.04 bis zesty (17.04) Benutzer von meinem kaffeine-stable ppa (https://launchpad.net/~mtron/+archive/ubuntu/kaffeine-stable) installiert werden.
sudo add-apt-repository ppa:mtron/kaffeine-stable
sudo apt update && sudo apt full-upgrade
sudo apt install kaffeine
Für alle anderen oder zum selbstbau via https://github.com/KDE/kaffeine
git clone https://github.com/KDE/kaffeine.git
Je nach distro werden folgende build dependencies benötigt. Im README (https://github.com/KDE/kaffeine/blob/master/README.md) sind die genauen Packages für Fedora & debian basierte distros aufgelistet sowie genaue Build Instructions für einige weitere Distros.
* Qt >= 5.4
* KF5 >= 5.11
* libX11
* libXss
* libqt-sql-sqlite
* libvlc >= 2.2)
* libdvbv5
konfiguriert wird kaffeine via cmake. Wichtig ist vor allem der Install prefix
cmake ~/kaffeine -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
make install # as root
Für Leser aus Deutschland nützliche Highlights sind DVB-T2 incl. autoscan und H265 Support. Hat jemand schon passende Hardware rumliegen für die es Linux Treiber (https://www.linuxtv.org/wiki/index.php/DVB-T2_USB_Devices) gibt und kann berichten was dabei rauskommt?
-
Habe Kaffeine 2.09 unter Manjaro am laufen.
Wintv-Solo HD DVB-T2 Stick funzt prima mit Zimmerantenne!
-
Ah super, danke für die Info.
Hat der dvb-t2 autosan alle Sender bei dir gefunden oder musstest du dir eine initial tuning data basteln?
-
Habe einfach einen Autoscan laufen lassen, nachdem der DE-BW nix gefunden hat ;)
-
(https://www.dvbcube.org/index.php?action=dlattach;topic=32837.0;attach=2317)
Kaffeine 2.0.10
Mauro hat eine neue stable release veröffentlicht. Kaffeine 2.0.10 kann für ubuntu xenial 16.04 bis zesty (17.04) Benutzer von meinem kaffeine-stable ppa installiert werden.
sudo add-apt-repository ppa:mtron/kaffeine-stable
sudo apt update && sudo apt full-upgrade
sudo apt install kaffeine
Changelog
* Fix video resize and scale factor issues;
* Pass parameters to a running kaffeine instance
* Updated scanfile.dvb.
* Added video resize and scaling
* Added Norwegian Nynorsk translation
* Add support for H-265 video streams
* Organize debug logs per category
Zum Selbstbau siehe https://github.com/KDE/kaffeine
-
(https://www.dvbcube.org/index.php?action=dlattach;topic=32837.0;attach=2317)
Kaffeine 2.0.13
Mauro hat eine neue stable release veröffentlicht. Kaffeine 2.0.13 kann für ubuntu xenial 16.04 bis artful (17.10) Benutzer von meinem kaffeine-stable (https://launchpad.net/~mtron/+archive/ubuntu/kaffeine-stable/) ppa installiert / upgedatet werden.
sudo add-apt-repository ppa:mtron/kaffeine-stable
sudo apt update && sudo apt full-upgrade
sudo apt install kaffeine
bzw. falls kaffeine schon über das ppa installiert wurde reicht
sudo apt update && sudo apt full-upgrade
Changelog
Version 2.0.13 (2017-09-14):
- Add a logic to send LNBf higher voltage commands. That may be
needed on a few devices, if the antenna cabling is too long,
as, otherwise, polarity setting may not work (BUG#374693).
- Fix layer selection for ISDB-T;
- Improve README.md instructions;
- get rid of incomplete work (dtvdaemon);
- fix install dir on some distros;
- Shut up a gcc 7.1 warning;
- scanfile.dvb updated.
Zum Selbstbau und für die vielen anderen Distros siehe https://github.com/KDE/kaffeine
-
(https://www.dvbcube.org/index.php?action=dlattach;topic=32837.0;attach=2317)
Kaffeine 2.0.14
Mauro hat Kaffeine 2.0.14 (https://github.com/KDE/kaffeine/archive/v2.0.14.tar.gz) veröffentlicht. Die neue Release kann für ubuntu xenial 16.04 bis bionic (18.04) Benutzer von meinem kaffeine-stable (https://launchpad.net/~mtron/+archive/ubuntu/kaffeine-stable/) ppa installiert / upgedatet werden.
sudo add-apt-repository ppa:mtron/kaffeine-stable
sudo apt update && sudo apt full-upgrade
sudo apt install kaffeine
bzw. falls kaffeine schon über das ppa installiert wurde reicht
sudo apt update && sudo apt full-upgrade
Changelog
Version 2.0.14 (2017-12-02):
- Add support for multi-language EPG;
- Jump to a position was not working, as it was lacking the Ok button;
- On minimal and full screen mode, auto-unride top menu bar and lateral DVB tab bar;
- The mouse wheel can now be used to control volume;
- Reduce button size at DVB tab, in order to allow showing a bigger playback window;
- Fix LNBf numbering and position at DiSEqC satellite configuration;
- Kaffeine's handbook now covers all menu bar items;
- Kaffeine's handbook was improved to contain more details about Digital TV settings;
- LNBf names at DVB satellite configuration are now using translations from libdvbv5;
- Get rid on two compilation warnings with gcc++ version 7.2;
- scanfile.dvb updated.
Zum Selbstbau und für die vielen anderen Distros siehe https://github.com/KDE/kaffeine
-
(https://www.dvbcube.org/index.php?action=dlattach;topic=32837.0;attach=2317)
Kaffeine 2.0.15
Mauro Carvalho Chehab hat Kaffeine 2.0.15 (https://github.com/KDE/kaffeine/archive/v2.0.15.tar.gz) veröffentlicht. Die neue Release kann für ubuntu xenial 16.04 bis bionic (18.04) Benutzer von meinem kaffeine-stable (https://launchpad.net/~mtron/+archive/ubuntu/kaffeine-stable/) ppa installiert / upgedatet werden.
sudo add-apt-repository ppa:mtron/kaffeine-stable
sudo apt update && sudo apt full-upgrade
sudo apt install kaffeine
bzw. falls kaffeine schon über das ppa installiert wurde reicht
sudo apt update && sudo apt full-upgrade
Changelog
Version 2.0.15 (2018-05-01):
- Fix logic that handles ATSC EIT entries (regression fix);
- Auto-ride all bars when in minimal/full scree mode and mouse is out of window;
- Allow better control of deinterlacing mode;
- Better handle higherVoltage settings, as it exists only for sattellite TV delivery systems;
- Improve error handling when parsing config.dvb file;
- Change volume wheel logic to accept both point and angle-based volume control, accepting it only when the mouse is under the media widget;
- Simplify the mouse hide logic;
- Fix DVD menu navigation by using the keyboard instead of the mouse (as mouse control is incompatible with newer versions of Qt/libVLC);
- Fix handling of display mode, correcting some erratic behavior;
- Add options to start Kaffeine on minimal mode and/or with its main window always on top;
- When a new record starts and there aren't enough resources to keep playing the current DVB channel, switch to the new channel instead of stop playing.
- Improve documentation to match the recent changes.
Zum Selbstbau und für die vielen anderen Distros siehe https://github.com/KDE/kaffeine
-
(https://i.postimg.cc/L5GLzY0v/Screenshot-from-2019-03-25-15-55-56.png) (https://postimg.cc/sG9MzXzZ)
Kaffeine 2.0.16
Mauro Carvalho Chehab hat Kaffeine 2.0.16 (https://github.com/KDE/kaffeine/archive/v2.0.16.tar.gz) veröffentlicht. Die neue Release kann für ubuntu xenial 16.04 bis bionic (18.04) Benutzer von meinem kaffeine-stable (https://launchpad.net/~mtron/+archive/ubuntu/kaffeine-stable/) ppa installiert / upgedatet werden.
sudo add-apt-repository ppa:mtron/kaffeine-stable
sudo apt update && sudo apt full-upgrade
sudo apt install kaffeine
bzw. falls kaffeine schon über das ppa installiert wurde reicht
sudo apt update && sudo apt full-upgrade
Changelog
Version 2.0.16 (2019-01-14):
- Immediately apply the new audio language if the user changes it while
a channel is being playing;
- Fix audio language selection issues;
- Add support for "Original Language" for audio and sub-title descriptors;
- Add some new PMT stream_type identifiers in order to allow supporting
newer audio and video encoding types;
- Add support for High DPI pixel maps;
- Add a command line option to force an specific aspect ratio;
- Only read/write longitude/latitude from config files for USALS
satellite configurations;
- Add support for parallel instant records;
- Fix several issues related to audio CD playing;
- Update build instructions for Debian/Ubuntu and Fedora at README.md;
- Fix handling of command line arguments and describe the ones that
are mutually exclusive at the docs;
- Fix compilation issues and clean warnings when built with Clang;
- Fix compilation issues with qt5.11-rc2 and with FreeBSD;
- Some code cleanups and typo fixes.
Zum Selbstbau und für die vielen anderen Distros siehe https://github.com/KDE/kaffeine (https://github.com/KDE/kaffeine)