[kaffeine] [Bug 367728] kaffeine-1.3 is killed by kernel: Out of memory: Kill process 22386 (kaffeine)

2016-10-04 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367728

--- Comment #6 from Rolf Pedersen  ---
(In reply to Mauro Carvalho Chehab from comment #4)
> (In reply to Rolf Pedersen from comment #3)
> > However, after building and executing kaffeine,
> >  
> > Aug 24 18:24:13 z170i audit[8335]:  auid=4294967295 uid=501
> > gid=501 ses=4294967295 pid=8335 comm="kaffeine"
> > exe="/home/rolf/kaffeine/kaffeine/src/kaffeine" sig=11
> > Aug 24 18:24:13 z170i kernel: kaffeine[8335]: segfault at 7fbcbe0b90f0 ip
> > 7fbc9ab3814c sp 7ffeb3683e30 error 7 in
> > libQtGui.so.4.8.7[7fbc9a983000+a1e000]
> 
> That's weird! why is it trying to use QT4? It seems that there's something
> wrong on your environment.

I didn't give up!  Although it might be a bit messy to talk about kaffeine-2 in
this bug, I think I found a solution to the qt4 problem here:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1328466

"Running a Qt5 application using libvlc crashes that application, apparently
because of outdated/non-existing VLC cache (backtrace attached below).

Running "/usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins/" as root fixes the
crash; apparently the Qt4 GUI is being loaded during introspection, causing a
symbol clash crash.

According Project Neon packagers, it's a bug in the VLC package as that command
should be run after installing to make sure the cache actually reflects what is
installed."

What I tried, after locating the proper files in
vlc-2.2.4-1plf-plf2014.1.x86_64 on ROSA Desktop Fresh R8 release 2014.1 for
x86_64 is

sudo /usr/lib64/vlc/vlc-cache-gen -f /usr/lib64/vlc/plugins/

Right after that, the kaffeine-2.0.5 built from a git pull this morning
launched, I was able to configure it, and it's working for me, so far.  (The
same build segfaulted as previously before vlc built the cache.)

Still, if I have kaffeine tune and display an ATSC channel, htop reports it
uses more than 2 of 4 cores on the i5-6500 CPU @ 3.20GHz (> 200% cpu across
several processes).  If I stop the playback, htop shows kaffeine relaxes to one
process at 100% and stays there for the few minutes I watched.  If I close
kaffeine and start it without opening Digital TV, it doesn't even show up on
the first page of htop.  Here, I'm only using to record, so I can workaround,
probably, but it doesn't seem healthy, overall, to me.

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kaffeine] [Bug 367728] kaffeine-1.3 is killed by kernel: Out of memory: Kill process 22386 (kaffeine)

2016-09-15 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367728

--- Comment #5 from Rolf Pedersen  ---
Hi, yes.  Kaffeine built, cmake showed everything was available, there were no
errors with make, except:

..
[ 95%] Linking CXX executable kaffeine
[ 95%] Built target kaffeine
Scanning dependencies of target doc-kaffeine-1
[ 97%] Generating kaffeine.1
Warn: AUTHOR sect.: no personblurb|contrib for Burkhard Lück   kaffeine
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib   kaffeine
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   kaffeine
Note: Writing kaffeine.1
[ 97%] Built target doc-kaffeine-1
Scanning dependencies of target doc-index-cache-bz2
[100%] Generating index.cache.bz2
[100%] Built target doc-index-cache-bz2

I have tried resetting the vlc config, per a bug with similar symptoms. 
Probably, this problem of mine is because I'm trying to run kaffeine2 in kde4? 
Plasma 5 is very immature and buggy where I'm currently living, ROSA R8, but
I've got an installation of that desktop on the machine and I'll try this
build, there.

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 367728] kaffeine-1.3 is killed by kernel: Out of memory: Kill process 22386 (kaffeine)

2016-08-24 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367728

--- Comment #3 from Rolf Pedersen  ---

> If you were compiling libdvbv5 from its source, there was a bug on it, due to
> some recent features that are under development.
>
> I just added a fix there for it. In such case, please update libdvbv5 from its
> git tree and recompile/reinstall it. This should solve the issue with kaffeine
> 2.x.

I followed the instructions in README.md of the kaffeine git source:

Compiling libdvbv5 (as normal user):

wget https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.10.0.tar.bz2
tar xvf v4l-utils-1.10.0.tar.bz2
cd v4l-utils
./bootstrap.sh && ./configure && make

Installing the library (as root):

make install

which, it seems to me, built a lot more than libdvbv5.  So, I don't know where
is the git source, whether the instructions to build are the same.

Furthermore, I found I had a ROSA package installed that had libdvdv5 in it,
afaict:

rolf@z170i ~ $ rpm -ql lib64v4l0
/usr/lib64/libdvbv5.so.0
/usr/lib64/libdvbv5.so.0.0.0
/usr/lib64/libv4l1.so.0
/usr/lib64/libv4l1.so.0.0.0
/usr/lib64/libv4l2.so.0
/usr/lib64/libv4l2.so.0.0.0
/usr/lib64/libv4l2rds.so.0
/usr/lib64/libv4l2rds.so.0.0.0
/usr/lib64/libv4lconvert.so.0
/usr/lib64/libv4lconvert.so.0.0.0

I did sudo make uninstall in the v4l-utils sources, re-installed lib64v4l0, got
a fresh copy of kaffeine

git clone git://anongit.kde.org/kaffeine.git

then

cmake .
make

>From cmake:

-- The following OPTIONAL packages have not been found:

 * KF5DocTools (required version >= 5.11.0)

-- Looking for include file /home/rolf/kaffeine/kaffeine/include/frontend.h
-- Looking for include file /home/rolf/kaffeine/kaffeine/include/frontend.h -
found
-- Checking for module 'libdvbv5'
--   Found libdvbv5, version 1.8.1
-- Found Libdvbv5: /usr/lib64/libdvbv5.so (found version "1.8.1")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rolf/kaffeine/kaffeine

However, after building and executing kaffeine,

Aug 24 18:24:13 z170i audit[8335]:  auid=4294967295 uid=501 gid=501
ses=4294967295 pid=8335 comm="kaffeine"
exe="/home/rolf/kaffeine/kaffeine/src/kaffeine" sig=11
Aug 24 18:24:13 z170i kernel: kaffeine[8335]: segfault at 7fbcbe0b90f0 ip
7fbc9ab3814c sp 7ffeb3683e30 error 7 in
libQtGui.so.4.8.7[7fbc9a983000+a1e000]
Aug 24 18:24:14 z170i systemd-coredump[8338]: Process 8335 (kaffeine) of user
501 dumped core.

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kaffeine] [Bug 367728] kaffeine-1.3 is killed by kernel: Out of memory: Kill process 22386 (kaffeine)

2016-08-24 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367728

--- Comment #1 from Rolf Pedersen  ---
"2. Recording two programs simultaneously seems to trigger this behavior more
reproducibly."

rolf@z170i ~ $ rpm -q kaffeine
kaffeine-1.3.1-3-rosa2014.1.x86_64

2016-08-22, kaffeine was killed by this kernel process while two simultaneous
2-hour programs were being recorded after 1 hour 22 minutes:

rolf@z170i ~ $ sudo journalctl | grep kaffeine -A 2

--
Aug 22 21:22:43 z170i kernel: [22386]   501 22386  4589199  39105798780
 20   378664 0 kaffeine
Aug 22 21:22:43 z170i kernel: [24688]   501 24688   342993 5325 346
  4 3657 0 vlc
Aug 22 21:22:43 z170i kernel: [16557] 0 1655712953  205  30
  30 0 sshd
--
Aug 22 21:22:43 z170i kernel: Out of memory: Kill process 22386 (kaffeine)
score 935 or sacrifice child
Aug 22 21:22:43 z170i kernel: Killed process 22386 (kaffeine)
total-vm:18356796kB, anon-rss:15638972kB, file-rss:0kB, shmem-rss:3344kB
Aug 22 21:22:43 z170i kernel: oom_reaper: reaped process 22386 (kaffeine), now
anon-rss:0kB, file-rss:0kB, shmem-rss:3344kB
Aug 22 22:01:01 z170i audit[32498]:  pid=32498 uid=0
auid=4294967295 ses=4294967295 msg='op=PAM:accounting
grantors=pam_access,pam_unix acct="root" exe="/usr/sbin/crond" hostname=?
addr=? terminal=cron res=success'
Aug 22 22:01:01 z170i audit[32498]:  pid=32498 uid=0
auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok
acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success'
--

Last night, 2016-08-23, a solitary 2-hour recording made it to about 1 hour 58
minutes before kaffeine ran out of memory:

--
Aug 23 21:58:52 z170i kernel: [24858]   501 24858  4557346  38316318691
 21   411371 0 kaffeine
Aug 23 21:58:52 z170i kernel: [ 2511] 0  251112953  131  28
  3   73 0 sshd
Aug 23 21:58:52 z170i kernel: [ 2513]   501  251312953  147  27
  3   55 0 sshd
--
Aug 23 21:58:52 z170i kernel: Out of memory: Kill process 24858 (kaffeine)
score 925 or sacrifice child
Aug 23 21:58:52 z170i kernel: Killed process 24858 (kaffeine)
total-vm:18229384kB, anon-rss:15323012kB, file-rss:0kB, shmem-rss:3512kB
Aug 23 21:58:52 z170i kernel: oom_reaper: reaped process 24858 (kaffeine), now
anon-rss:0kB, file-rss:0kB, shmem-rss:3512kB
Aug 23 22:01:01 z170i audit[20033]:  pid=20033 uid=0
auid=4294967295 ses=4294967295 msg='op=PAM:accounting
grantors=pam_access,pam_unix acct="root" exe="/usr/sbin/crond" hostname=?
addr=? terminal=cron res=success'
Aug 23 22:01:01 z170i audit[20033]:  pid=20033 uid=0
auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok
acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success'

Not to throw around terms  I don't understand but, taken together with at least
one occasion where I was able to observe the gradual filling of /tmp, "memory
leak" comes to my mind.

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kaffeine] [Bug 367728] New: kaffeine-1.3 is killed by kernel: Out of memory: Kill process 22386 (kaffeine)

2016-08-23 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367728

Bug ID: 367728
   Summary: kaffeine-1.3 is killed by kernel: Out of memory: Kill
process 22386 (kaffeine)
   Product: kaffeine
   Version: 1.3-svn
  Platform: ROSA RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: mchehab+...@kernel.org
  Reporter: rolfpeder...@mindspring.com

First of all, I think the version is not exactly 1.3-svn.  I have seen this on
the distributed Mageia 5 and, now, ROSA R8 rpm packages of kaffeine-1.3  Here's
info from rpm:

rolf@z170i /mnt/stuff/rosa $ rpm -qi kaffeine
Name: kaffeine Relocations: (not relocatable)
Version : 1.3.1 Vendor: ROSA
Release : 3 Build Date: Sat 28 May 2016
04:49:56 PM PDT
Install Date: Sun 21 Aug 2016 07:27:06 PM   Build Host: localhost.localdomain
Group   : Graphical desktop/KDE Source RPM:
kaffeine-1.3.1-3.src.rpm
Size: 1834877  License: GPLv2+
Signature   : DSA/SHA1, Sat 28 May 2016 04:49:56 PM PDT, Key ID
4f68d40c9e24b1b5
Packager: abondrov 
URL : http://kaffeine.kde.org/
Summary : Media Player for KDE
Architecture: x86_64
Description :
Kaffeine is a KDE Multi Engine Media Player.

I used kaffeine-1.2 for about 2 years on a thin client, HP-GT7725, modest cpu
and 2G memory.  I was able to record OTA ATSC television programs, up to two
simultaneously, using an Hauppauge HVR-2250 pci-e dual-tuner card with very
high reliability.

When Mageia 5 updated to kaffeine-1.3, I started having problems with kaffeine
exiting by itself, usually during unattended scheduled recordings, and I found
kaffeine was no longer running, my recordings were incomplete, when I looked. 
On the occasion or two I monitored the machine, I saw that /tmp filled
completely.

I joined a bug at Mageia to report this here:
https://bugs.mageia.org/show_bug.cgi?id=18039 and made my own when I got kicked
off that one, here: https://bugs.mageia.org/show_bug.cgi?id=18447

With the thin client, given the appearance of memory issues, I doubled ram to
4G but it made no difference.

Now, I've upgraded the HTPC to ASUS Z170I Pro GAMING matx board with i5-6500 to
have, for one thing, the 4k capabilities of that cpus Skylake video.  The
behavior, kaffeine getting killed due to out of memory, according to similar
kernel messages, is the same.  We had kaffeine-2 on Archlinux working well with
the new HTPC, https://bugs.kde.org/show_bug.cgi?id=364860 

However, I use this dvbhdhomerun source code:
https://github.com/h0tw1r3/dvbhdhomerun to build kernel modules I need to use
my HDHomeRun OTA ATSC dual tuner for recording shows with kaffeine. With the
Arch 4.6 kernel, the scripts to build from that code no longer work. Arch does
maintain a 4.4lts "long-term support" kernel that works with the code but
staying back conflicts with my interest to take advantage of development of the
kernel driver for intel in newer kernel versions.

I found that ROSA linux, a descendant from Mandrake, has a new release with
kernel 4.6 that builds those modules. Also, while the bleeding-edge Arch uses
Plasma5 that was, for me, uncomfortably buggy, ROSA is a little more
conservative, defaulting to KDE4, although Plasma5 is available.

I have tried building kaffeine-2 on ROSA, including libdvbv5,

$ cmake .
$ make

When I 'run command' or from a custom icon, it doesn't start.  When I invoke it
from terminal, I only see:

rolf@z170i ~/kaffeine/kaffeine (master) $ src/kaffeine 
Segmentation fault (core dumped)

Here are some journalctl messages:

--
Aug 21 17:53:34 z170i audit[19432]:  auid=4294967295 uid=501
gid=501 ses=4294967295 pid=19432 comm="kaffeine"
exe="/home/rolf/kaffeine/kaffeine/src/kaffeine" sig=11
Aug 21 17:53:35 z170i kernel: kaffeine[19432]: segfault at 7fb72133d0f0 ip
7fb701e1a14c sp 7ffdafaf72b0 error 7 in
libQtGui.so.4.8.7[7fb701c65000+a1e000]
Aug 21 17:53:35 z170i systemd-coredump[19436]: Failed to generate stack trace:
Unwinding not supported for this architecture
Aug 21 17:53:35 z170i systemd-coredump[19436]: Process 19432 (kaffeine) of user
501 dumped core.
Aug 21 17:54:50 z170i audit[20360]:  auid=4294967295 uid=501
gid=501 ses=4294967295 pid=20360 comm="kaffeine"
exe="/home/rolf/kaffeine/kaffeine/src/kaffeine" sig=11
Aug 21 17:54:50 z170i kernel: kaffeine[20360]: segfault at 7f63e3c7d0f0 ip
7f63c47c214c sp 7ffdbc968240 error 7 in
libQtGui.so.4.8.7[7f63c460d000+a1e000]
Aug 21 17:54:50 z170i systemd-coredump[20363]: Failed to generate stack trace:
Unwinding not supported for this architecture
Aug 21 17:54:50 z170i systemd-coredump[20363]: Process 20360 (kaffeine) of user
501 dumped core.
Aug 21 17:55:38 z170i audit[21116]:  auid=4294967295 uid=501
gid=501 ses=4294967295 pid=21116 comm="kaffeine"
exe="/home/rolf/kaffein

[kaffeine] [Bug 364860] Program Guide is empty

2016-06-29 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364860

--- Comment #10 from Rolf Pedersen  ---
I don't know if this is best practice but I did a pull, cmake, and make.  Then,
I start kaffeine from the src/ directory without installing.  That seemed to
pick up my legacy working configuration, including custom scanfile.dvb.  

Beautiful!  After a scan, the channels are all described perfectly and, after
playing, EPG program information is displayed in the Program Guide, up to
Saturday afternoon on Channel 2.  I can record from the Program Guide. 
Currently, I am recording on both tuners at the same time different programs to
separate files on the NAS.  

To be sure, I uninstalled Archlinux kaffeine-2.0.3-1 and did make install. 
Everything remains configured and working well.  I'm making two recordings of
different channels at the same time.  Looks like a winner!

Thanks very much.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kaffeine] [Bug 364860] Program Guide is empty

2016-06-29 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364860

--- Comment #9 from Rolf Pedersen  ---
Good job!

Can I install the git build to /home or somewhere on my Archlinux installation,
including separate configuration files, e.g. with same function but not
touching ~/.local/share/kaffeine/*?

I am missing my desired recordings switching back and forth from testing to the
mostly working kaffeine 2.0.3-1 and would like to have parallel installations
with separate functionality. 

I will have time for this after work, today.

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kaffeine] [Bug 364860] Program Guide is empty

2016-06-29 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364860

--- Comment #7 from Rolf Pedersen  ---
This one plays in vlc:

https://drive.google.com/open?id=0B8GNdkp3znc2Q3g4eDJOdEV1dGM

[rolf@z170i arch]$ dvbv5-zap -c dvb_channel.conf -I ZAP -t 60 -o atsc2.m2t -P
KTVU-HD

[rolf@z170i arch]$ md5sum atsc2.m2t 
d943c767c2cbb616c959620c264e7ee7  atsc2.m2t

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kaffeine] [Bug 364860] Program Guide is empty

2016-06-28 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364860

Rolf Pedersen  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |---

--- Comment #5 from Rolf Pedersen  ---
(In reply to Mauro Carvalho Chehab from comment #3)
> I was able to find some bugs at the MGT and EIT parsing. Those are fixed at
> the git tree. However, the only streams I had to test are some old records I
> made in 2014 in South Korea. The EPG entries are all expired, so I had to
> hack the code to display, as the code checks if the entries are expired
> before inserting. It also flushes the old entries that got expired, making
> hard to debug.
> 
> It would be really helpful to get a recent stream. Anyway, please test the
> upstream git tree, as this bug should have been fixed there.

I've been at work all day.  When I got home, I cloned and built from
git://anongit.kde.org/kaffeine
If I got the right thing, it's worse than before, for me.  After a channel
scan, most are listed like:

Channel  Number
#0 321:6  27
#0 377:5  26

Some are listed like:
Channel  Number
026-1  26 San Francisco, CA  4

which is the old style but only a couple channels display info in Program Guide
and they have this form in the list, afaict.

I did blunder onto a productive dvbv5-scan command:

  dvbv5-scan -O ZAP -C US -I channel us-ATSC-center-frequencies-8VSB

which gave me dvb-channel.conf

then

dvbv5-zap -c dvb_channel.conf -I ZAP -t 60 -o atsc.m2t KTVU-HD

so it worked when channel, not frequency, was given.

For some reason, files created like this won't play for me in my default vlc,
nor kaffeine.  They play in smplayer.

Here is one from dvbv5-zap: 
https://drive.google.com/open?id=0B8GNdkp3znc2U1pZRkxwaEIwM0E

[rolf@p8z68 arch]$ md5sum atsc1.m2t 
b2458ed54c46616e28fb5d9b2099393c  atsc1.m2t

Please, give it a look, as the latest kaffeine I can find from git is
unworkable.  Now, I can't even manually schedule a recording as the channels
are not identifiable, many are not tuned.
FWIW, here's the clean-looking content of the ZAP dvb_channel.conf with nearly
all my tunable channels present:

KNTV HD:207028615:8VSB:49:52:3
COZI-TV:207028615:8VSB:65:68:4
KSTS HD:207028615:8VSB:81:84:5
KCBA-DT:213028615:8VSB:49:52:3
KOFY-HD:503028615:8VSB:49:52:3
MeTV-SD:503028615:8VSB:81:84:5
VIETTV:503028615:8VSB:97:100:6
ThisTV:503028615:8VSB:113:116:7
KQET-HD:539028615:8VSB:49:51:1
KQED+:539028615:8VSB:65:67:2
V-me:539028615:8VSB:81:83:3
KTSF-D1:551028615:8VSB:49:52:3
KTSF-D2:551028615:8VSB:65:68:4
KTSF-D3:551028615:8VSB:81:84:5
KTSF-D5:551028615:8VSB:113:116:7
KTSF-D6:551028615:8VSB:129:132:8
KFTL-CD:557028615:8VSB:97:100:1
HSN:557028615:8VSB:65:69:2
CMC-TV:557028615:8VSB:49:52:3
KPIX-TV:563028615:8VSB:49:52:1
Decades:563028615:8VSB:65:68:2
KQED-HD:569028615:8VSB:49:51:1
KQED+:569028615:8VSB:65:67:2
WORLD:569028615:8VSB:81:83:3
KEMO-HD:581028615:8VSB:49:52:3
QVC-OTA:581028615:8VSB:65:68:4
QVCPLUS:581028615:8VSB:81:84:5
EVINE:581028615:8VSB:97:100:6
KMTP-DT:587028615:8VSB:49:52:3
WorldCh:587028615:8VSB:65:68:4
WTV:587028615:8VSB:81:84:5
NTD:587028615:8VSB:97:100:6
KPOP:587028615:8VSB:113:116:7
KFSF-HD:593028615:8VSB:49:52:1
KDTV-HD:593028615:8VSB:65:68:2
Bounce :593028615:8VSB:81:84:3
Grit   :593028615:8VSB:97:100:4
KICU-HD:605028615:8VSB:49:52:3
KICU-SD:605028615:8VSB:65:68:4
KICUSD2:605028615:8VSB:81:84:5
KICUSD3:605028615:8VSB:97:100:6
KRON-HD:617028615:8VSB:65:68:4
SKYLINK:617028615:8VSB:49:52:3
GET TV:617028615:8VSB:81:84:5
MMAX:623028615:8VSB:49:52:1
Sino TV:623028615:8VSB:65:68:2
KTNC:623028615:8VSB:81:84:3
Comet:623028615:8VSB:97:100:4
NTD:623028615:8VSB:113:116:5
Works:623028615:8VSB:129:132:6
ION:635028615:8VSB:49:52:3
qubo:635028615:8VSB:65:68:4
IONLife:635028615:8VSB:81:84:5
Shop:635028615:8VSB:97:100:6
HSN:635028615:8VSB:113:116:7
QVC:635028615:8VSB:129:132:8
KCSM:647028615:8VSB:49:52:3
KCSMF24:647028615:8VSB:65:68:4
Jazz-TV:647028615:8VSB:81:84:5
KTVU-HD:653028615:8VSB:49:52:3
LATV:653028615:8VSB:65:68:4
Movies!:653028615:8VSB:81:84:5
Buzzr:653028615:8VSB:97:100:6
KBCW-DT:659028615:8VSB:49:52:1
KQED+:689028615:8VSB:49:51:1
KQED:689028615:8VSB:65:67:2
LIFE:689028615:8VSB:81:83:3
KIDS:689028615:8VSB:97:99:4
V-me:689028615:8VSB:113:115:5
KDTV-HD:695028615:8VSB:49:52:1
KFSF-HD:695028615:8VSB:65:68:2
getTV  :695028615:8VSB:81:84:3
Escape :695028615:8VSB:97:100:4

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kaffeine] [Bug 364860] Program Guide is empty

2016-06-28 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364860

--- Comment #1 from Rolf Pedersen  ---
Created attachment 99739
  --> https://bugs.kde.org/attachment.cgi?id=99739&action=edit
output when kaffeine started in konsole

I've noticed some messages about DvbEpgModel related to kaffeine and a few
seconds of running kaffeine from konsole shows many.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kaffeine] [Bug 364860] New: Program Guide is empty

2016-06-28 Thread Rolf Pedersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364860

Bug ID: 364860
   Summary: Program Guide is empty
   Product: kaffeine
   Version: 2.0.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: mchehab+...@kernel.org
  Reporter: rolfpeder...@mindspring.com

The current Archlinux version I use is 2.0.3-1 and I've tried with recent
builds of git://anongit.kde.org/kaffeine.git 

Whereas Program Guide worked well for some years with my hardware, it's empty
in kaffeine 2.

Reproducible: Always

Steps to Reproduce:
1. Open kaffeine to the digital tv module.
2. Play a channel, or many channels, all of which used to display EPG data in
Program Guide
3. Open guide from menu bar: Television -> Program Guide

Actual Results:  
Program guide is empty.

Expected Results:  
The Program Guide was always populated with program information for the
channels I had played (those who provided EPG data, virtually all that I tune).

The Program Guide has worked for me for several years with the same hardware in
kaffeine, up to kaffeine-1.2.2-6.mga5 in Mageia 5, currently.

Tuner is Hauppauge HVR-2250 dual tuner pci-e card receiving ATSC OTA signal
from an outdoor antenna.

Optionally, I can use my HDHomeRun HDTC-2US tuner and the latest kaffeine has
the same limited functionality.

Mauro asked for a minute of recording but I can't figure out how to use
dvbv5-zap.  In case a recording made from the kaffeine gui can be used, I put
one on google drive:

https://drive.google.com/open?id=0B8GNdkp3znc2WDYxOEVPSWRETk0

[rolf@p8z68 recordings]$ md5sum 002-1\ KTVU-HD-071124.m2t 
ef510b1803178b3089838ab01c68a2a5  002-1 KTVU-HD-071124.m2t

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.