[kaffeine] [Bug 413599] Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES Libdvbv5_INCLUDE_DIRS)

2019-11-02 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=413599

--- Comment #1 from knossos456  ---
Edit on november 02:
I have installed libudev-dev, and now it found libdvbv5:
Found Libdvbv5: /usr/lib/x86_64-linux-gnu/libdvbv5.so (found version "1.14.2") 

problem solved

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

[kaffeine] [Bug 413599] Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES Libdvbv5_INCLUDE_DIRS)

2019-11-02 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=413599

knossos456  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

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

[kaffeine] [Bug 413599] New: Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES Libdvbv5_INCLUDE_DIRS)

2019-10-29 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=413599

Bug ID: 413599
   Summary: Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES
Libdvbv5_INCLUDE_DIRS)
   Product: kaffeine
   Version: 2.0.17
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+sams...@kernel.org
  Reporter: knossos...@gmail.com
  Target Milestone: ---

SUMMARY
Compilation under Mint 19.2
Compilation process did not find Libdvbv5, so Kaffeine is compiled successfully
without TV support


STEPS TO REPRODUCE
1. Installed all libraries written at Git and get source from Git
2. go to kaffeine dir
3. after cmake. , I have this log:

~/kaffeine$ cmake .
-- The following OPTIONAL packages have been found:

 * PkgConfig

-- The following REQUIRED packages have been found:

 * ECM (required version >= 1.0.0)
 * Qt5Core
 * Qt5Gui (required version >= 5.9.5)
 * Qt5Widgets
 * Qt5Network
 * Qt5Sql
 * Qt5X11Extras
 * Qt5 (required version >= 5.4.0)
 * KF5CoreAddons (required version >= 5.11.0)
 * Gettext
 * PythonInterp
 * KF5I18n (required version >= 5.11.0)
 * KF5WidgetsAddons (required version >= 5.11.0)
 * KF5WindowSystem (required version >= 5.11.0)
 * KF5XmlGui (required version >= 5.11.0)
 * KF5KIO (required version >= 5.11.0)
 * KF5Solid (required version >= 5.11.0)
 * KF5DBusAddons (required version >= 5.11.0)
 * KF5 (required version >= 5.11.0)
 * X11
 * VLC (required version >= 1.2)

-- The following OPTIONAL packages have not been found:

 * KF5DocTools (required version >= 5.11.0)

-- Checking for module 'libdvbv5'
--   Package 'libudev', required by 'libdvbv5', not found
-- Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES Libdvbv5_INCLUDE_DIRS) 
-- Disabled features:
DVB  Digital television support for Linux, as libdvbv5 was not found.

-- Configuring done
-- Generating done
-- Build files have been written to: /home/knossos/kaffeine

I've try to reinstall:

~/kaffeine$ sudo apt-get install libdvbv5-dev
[sudo] Mot de passe de knossos :   
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
libdvbv5-dev est déjà la version la plus récente (1.14.2-1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 24 non mis à jour.

version compiled is 2.018
Last year I had compiled source on ubuntu 18.04 without problem..
My mint 19 is up to date apt-get update and upgrade

How to resolve this ?

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

[kaffeine] [Bug 398952] New: Channels icon mess in kaffeine 2.0.x

2018-09-22 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=398952

Bug ID: 398952
   Summary: Channels icon mess in kaffeine 2.0.x
   Product: kaffeine
   Version: 2.0.15
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+sams...@kernel.org
  Reporter: knossos...@gmail.com
  Target Milestone: ---

Since Kaffeine 2.0.x, the icons concerning radio and television (fta and
scrambled) in source directory icons are not applied .

There is no more possiblility to remember graphicaly if the programm is
srcrambled or not in channel list without right click -> edit channel...

When we use a CI Cam and have no decryption of programm, we need this
information without lot of manipulations ...
There is no MMI implemented, i know this is a big part to code... but exist in
most windows DVB softwares. I can contribute for this but only for debug. I'm
not a expert in Kde/QT programming.

This is a big mess to debug this part of Kde, i need help.

Same problem under Ubuntu 18 and 16.

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

[kaffeine] [Bug 398949] New: Clean PMT for descrambled recorded programms

2018-09-22 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=398949

Bug ID: 398949
   Summary: Clean PMT for descrambled recorded programms
   Product: kaffeine
   Version: 2.0.15
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+sams...@kernel.org
  Reporter: knossos...@gmail.com
  Target Milestone: ---

Created attachment 115160
  --> https://bugs.kde.org/attachment.cgi?id=115160=edit
Patch to apply to dvbsi.cpp (kaffeine 2.0.15 source)

SUMMARY

When we use CI Cam for DVB decryption, the recorded file (.m2t) have a PAT that
is rebuild, ok but the PMT have still the original srambling descriptors
(0x09).
This can excluded the file for some players and isen't clean.

Here is a patch proposal for dvbsi.cpp that correct the problem for Kaffeine
2.015.

Same patch can be apply in same function in earlier version, ex kaffeine 1.2.2.

SOFTWARE VERSIONS
Kaffeine 1.2.2 , 1.3.1, 2.0.15.. I havent tested version before and
intermediates, but I think that this part of code wasen't finished since the
beginings 

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

[kaffeine] [Bug 398808] Compilation of Kaffeine 2.0.15 + mplayer

2018-09-18 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=398808

--- Comment #5 from knossos456  ---
Xine is working properly and fluent , stand alone or under Kaffeine up to 1.2.2
for up to h.264 HD content.

h.265 is a other story.
All HD is H.264 here, and i haven't the hardware ressources ( GPU and CPU) to
test Uhd with players (windows or ubuntu)

Shame the VLC wasen't corrected for Radeon 5000 familly, all other players are
working fine , Windows also, 3 % cpu for hd content with vdpau or under
windows.


I will try to post a bug report as you have reported.

I'm exiting to see if kaffeine is still working with gstreamer.

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

[kaffeine] [Bug 398808] Compilation of Kaffeine 2.0.15 + mplayer

2018-09-18 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=398808

--- Comment #2 from knossos456  ---
Thanks for quick answer.

I have not a  proprietary GPU stack , but the one comming with bionic ..

I have try to compile kaffeine 1.2.2 from source ( that is running with xine).
I had to do with aptitude to install qt4 libs, but finally v 1.2.2 runs
fluently also on bionic , some icons are missing, haven't finalized the
patches.

Just to say kaffeine with xine was a must for video .., really.
But i have look inside the source, backend kaffeine-xbu etc stuff,
complicated...

If you have a project with Gstreammer yes i would try of course.

I've send you a mail for my DVB-T patch proposal ..

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

[kaffeine] [Bug 398808] New: Compilation of Kaffeine 2.0.15 + mplayer

2018-09-18 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=398808

Bug ID: 398808
   Summary: Compilation of Kaffeine 2.0.15 + mplayer
   Product: kaffeine
   Version: 2.0.15
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+sams...@kernel.org
  Reporter: knossos...@gmail.com
  Target Milestone: ---

I have a question , I haven't found the method.

I have big problems with VLC and my Radeon 5450 .
Under vdpau it stutter every 4- 5 seconds on HD content.
Mplayer and Xine works perfectly with same content.

As i have read that vlc is a bad player with old graphic cards ( i haven't
found the correct setting to play fluently a simple HD movie ) , i'm searching
the method to compile Kaffeine with Mplayer instead vlc.

I have see backend-mplayer source sub directoty, but haven't found the method
to compile Kaffeine to use mplayer.

Can somebody help (or if it is outdated why not delete it in repo ? or put a
comment it is not working ...)

BR Knossos

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

[kaffeine] [Bug 387079] Diseqc 1 setting no more present

2017-11-21 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387079

--- Comment #11 from knossos456 <knossos...@gmail.com> ---
No oscam embedded nobody do this.
Only protocols to diag with .. and only have see that with TVheadend and
decrypt at TS level.
All others have compatiblilty with virtual adapter ( and that was the case
with Kagffeine 1.x).

2017-11-20 19:16 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=387079
>
> --- Comment #10 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to knossos456 from comment #9)
> > Created attachment 108990 [details]
> > attachment-8624-0.html
> >
> > nice also.
> > Cas support remaining ...
> > I had a little look in Tvheadend source.
> > This one has CAS support, but did do descrambling at TS level, not via
> > virtual adapter.
> > It needs for example oscam to be connected with.
> > It has cccam and newcmd protocols embedded.
>
> Distributing Kaffeine with oscam/cccam/newcmd embedded is likely not legal
> on
> several Countries. Having some sort of plugin interface that could
> interface to
> an external software that would handle descrambling is probably legal, but
> someone would need to develop such interface and submit for our review.
>
> Something like that could also solve support for some hardware descramblers
> that use a separate device driver where the encrypted TS is written on it,
> The
> TS is then handled by its CI module, and the unencrypted TS can be read
> from
> it. In other words, it some sort of budget DVB hardware with a separate CI
> hardware.
>
> There are a couple of hardware using this approach in the market.
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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

[kaffeine] [Bug 387078] Satellite custom switch + lo + high lo commands pannels

2017-11-20 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387078

--- Comment #4 from knossos456 <knossos...@gmail.com> ---
Ok, would be great to put Frequency switch to 11600 if no modification could be
done in libdvb5

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

[kaffeine] [Bug 387079] Diseqc 1 setting no more present

2017-11-20 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387079

--- Comment #9 from knossos456 <knossos...@gmail.com> ---
nice also.
Cas support remaining ...
I had a little look in Tvheadend source.
This one has CAS support, but did do descrambling at TS level, not via
virtual adapter.
It needs for example oscam to be connected with.
It has cccam and newcmd protocols embedded.


2017-11-20 15:55 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=387079
>
> --- Comment #8 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to knossos456 from comment #4)
> > Created attachment 108967 [details]
> > attachment-31973-0.html
>
> > Would be nice too to add also volume control by mouse  when cursor is in
> > picture
>
> Forgot to mentioned: now the mouse wheel will allow changing the volume:
>
> https://cgit.kde.org/kaffeine.git/commit/?id=
> 95a76b59af9baee7c69a44fdbba00dff778bb634
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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

[kaffeine] [Bug 387079] Diseqc 1 setting no more present

2017-11-19 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387079

--- Comment #5 from knossos456 <knossos...@gmail.com> ---
by the way diseqc 1 setting is ok now


2017-11-19 21:26 GMT+01:00 Thebes Knossos <knossos...@gmail.com>:

> I'm a registered user of DVBviewer under windows since 2004
> My migration to linux is very recent, because before ubuntu lts1604, it
> was impossible to make work vdpau with my graphic card ... and as you know
> all channels are HD now.
>
> This software have the possibility to access channels when moving mouse to
> the border of picture box.
> Channel list is hidden normally, can be access via menu or this way. ( the
> channel list is auto hiding after action)
> On kaffeine when i'm in reduced mode (with "." dot pressing) , we can
> access to volume control but not the channel control
> To do that, i must press "." , change channel, and repress ".'
>
> Would be nice too to add also volume control by mouse  when cursor is in
> picture
>
> 2017-11-19 18:23 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org
> >:
>
>> https://bugs.kde.org/show_bug.cgi?id=387079
>>
>> --- Comment #3 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
>> (In reply to knossos456 from comment #2)
>> > Created attachment 108963 [details]
>> > attachment-22505-0.html
>> >
>> > Unfortunally I have removed the version 2.0.13 version of Kaffeine due
>> to
>> > no scrambled channel support ( all is scrambled here :) on sat)
>> > I'm still on version 1.22
>> >
>> > I think your coding is OK.
>>
>> You don't need to actually install the new version of Kaffeine in order
>> to test
>> it.
>>
>> You can just do:
>>
>> $ git clone git://anongit.kde.org/kaffeine.git && cd kaffeine && cmake .
>> &&
>> make && src/kaffeine
>>
>> (assuming that you have all dependencies to build Kaffeine).
>>
>> >
>> > I have other suggestions.
>> > Where is the right place to put them ?
>>
>> If they're bugs, you could open here. Otherwise, better to just send me an
>> email.
>>
>> --
>> You are receiving this mail because:
>> You reported the bug.
>>
>
>

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

[kaffeine] [Bug 387079] Diseqc 1 setting no more present

2017-11-19 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387079

--- Comment #4 from knossos456 <knossos...@gmail.com> ---
I'm a registered user of DVBviewer under windows since 2004
My migration to linux is very recent, because before ubuntu lts1604, it was
impossible to make work vdpau with my graphic card ... and as you know all
channels are HD now.

This software have the possibility to access channels when moving mouse to
the border of picture box.
Channel list is hidden normally, can be access via menu or this way. ( the
channel list is auto hiding after action)
On kaffeine when i'm in reduced mode (with "." dot pressing) , we can
access to volume control but not the channel control
To do that, i must press "." , change channel, and repress ".'

Would be nice too to add also volume control by mouse  when cursor is in
picture

2017-11-19 18:23 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=387079
>
> --- Comment #3 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to knossos456 from comment #2)
> > Created attachment 108963 [details]
> > attachment-22505-0.html
> >
> > Unfortunally I have removed the version 2.0.13 version of Kaffeine due to
> > no scrambled channel support ( all is scrambled here :) on sat)
> > I'm still on version 1.22
> >
> > I think your coding is OK.
>
> You don't need to actually install the new version of Kaffeine in order to
> test
> it.
>
> You can just do:
>
> $ git clone git://anongit.kde.org/kaffeine.git && cd kaffeine && cmake .
> &&
> make && src/kaffeine
>
> (assuming that you have all dependencies to build Kaffeine).
>
> >
> > I have other suggestions.
> > Where is the right place to put them ?
>
> If they're bugs, you could open here. Otherwise, better to just send me an
> email.
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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

[kaffeine] [Bug 387079] Diseqc 1 setting no more present

2017-11-19 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387079

--- Comment #2 from knossos456 <knossos...@gmail.com> ---
Unfortunally I have removed the version 2.0.13 version of Kaffeine due to
no scrambled channel support ( all is scrambled here :) on sat)
I'm still on version 1.22

I think your coding is OK.

I have other suggestions.
Where is the right place to put them ?

2017-11-19 9:35 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=387079
>
> --- Comment #1 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to knossos456 from comment #0)
> > On latest install diseqc settings was start at 2 instead 1
>
> Actually, there was a misalignment at the LNBf fields and, due to a bug, it
> started numbering from LNBf2 while displaying. That was fixed 6 days ago
> at the
> git tree on those two changesets:
>
> https://cgit.kde.org/kaffeine.git/commit/?id=
> 85c180380f1d3cae0e3d30ed20922a0befb25273
> https://cgit.kde.org/kaffeine.git/commit/?id=
> b08f34f08d85e6e633d097321ac703e3b97a5418
>
> Could you please check if this solved the issue?
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kaffeine] [Bug 387078] Satellite custom switch + lo + high lo commands pannels

2017-11-19 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387078

--- Comment #2 from knossos456 <knossos...@gmail.com> ---
Yes of course it change the IF frequency and signal strength
Consider the frequency 11642  on Horbird.
For lo switch 11700, this gives a IF frequency on cable between lnb and dvb
card of : 11642-9750 = 1892 Mhz which is a high frequency
For lo switch 11600, this gives a IF frequency on cable between lnb and dvb
card of : 11642-10600 = 1042 Mhz which is a more lower frequency

I think this libdvb5 is to rework completly.
Most of other DVB software havet this feature, including VLC


2017-11-19 9:39 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=387078
>
> --- Comment #1 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to knossos456 from comment #0)
> > In latests versions there is no more possible to setup Frequency switch,
> ie
> > the frequency under that keep low lo and under that keep high lo.
>
> That's because it now uses libdvbv5 to setup the LNBf and handle the DiSEqC
> commands.
>
> > I use custom Frequency sw to optimize losses in cable
>
> Sorry, but I don't see how changing the frequency would optimize for cable
> loss. A cable loss should only affect the signal strength, bit it won't
> modify
> the signal frequency.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kaffeine] [Bug 387079] New: Diseqc 1 setting no more present

2017-11-18 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387079

Bug ID: 387079
   Summary: Diseqc 1 setting no more present
   Product: kaffeine
   Version: 2.0.13
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+...@kernel.org
  Reporter: knossos...@gmail.com
  Target Milestone: ---

On latest install diseqc settings was start at 2 instead 1

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

[kaffeine] [Bug 387078] New: Satellite custom switch + lo + high lo commands pannels

2017-11-18 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=387078

Bug ID: 387078
   Summary: Satellite custom switch + lo + high lo commands
pannels
   Product: kaffeine
   Version: 2.0.13
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: mchehab+...@kernel.org
  Reporter: knossos...@gmail.com
  Target Milestone: ---

In latests versions there is no more possible to setup Frequency switch, ie the
frequency under that keep low lo and under that keep high lo.
I use custom Frequency sw to optimize losses in cable

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

[kaffeine] [Bug 372667] Crash with virtual adapter

2017-10-28 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

--- Comment #14 from knossos456 <knossos...@gmail.com> ---
I have installed Kaffeine 2.013  on the new disk.
It crashes also with virtual adapter (ffecsawrapper) 

On the first disk, i have found the bug related to disecq3 problem.
On that disk , i have Kaffeine 1.22 .
With this version, it sends tone burst command AFTER diseqc command.
This is not compatible with diseqc numbers >=2... because tone burst works
only with positions A/B.
In this situation the tone burst overwrites disecq command 3 with command 1
...

I have put a dummy routine in my card module driver (stb0899_drv.c) and now
diseq 3 position works fine .
I don't know if this is corrected on latest Kaffeine versions

I have found also the problem with low C/N values on reception.
The problem comes from card modules drivers.
I have patched a lot on stb0899, stb6100 ,lnbp21 and budget-ci sources to
have clean .ko's

Now card is working as fine as under windows.

I've try to reach Manu Abraham on his gmail, but he diden't respond to me.

Where is the best place to put my enhancments , to make this usfull for
next Ubuntu releases ??
I can give you my skype if you want.



2017-10-06 19:52 GMT+02:00 Thebes Knossos <knossos...@gmail.com>:

> I will try on new disk partition, and will report to you soon.
>
> 2017-10-04 14:16 GMT+02:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org
> >:
>
>> https://bugs.kde.org/show_bug.cgi?id=372667
>>
>> Mauro Carvalho Chehab <mchehab+...@kernel.org> changed:
>>
>>What|Removed |Added
>> 
>> 
>> Version|2.0.1   |2.0.5
>>
>> --- Comment #12 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
>> Is this bug still occurring, or newer versions of libdvbv5 Kaffine solved
>> it?
>>
>> --
>> You are receiving this mail because:
>> You reported the bug.
>>
>
>

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

[kaffeine] [Bug 372667] Crash with virtual adapter

2017-10-06 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

--- Comment #13 from knossos456 <knossos...@gmail.com> ---
I will try on new disk partition, and will report to you soon.

2017-10-04 14:16 GMT+02:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=372667
>
> Mauro Carvalho Chehab <mchehab+...@kernel.org> changed:
>
>What|Removed |Added
> 
> 
> Version|2.0.1   |2.0.5
>
> --- Comment #12 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> Is this bug still occurring, or newer versions of libdvbv5 Kaffine solved
> it?
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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

[kaffeine] [Bug 371190] Kaffeine 2.0.4 doesn't scan DVB-S

2017-10-06 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=371190

--- Comment #13 from knossos456 <knossos...@gmail.com> ---
HI,
In fact the problem diden't comes from Kaffeine but from STB0899 driver.
The driver won't lock with low c/n ( the driver from technotrend / windows
does on the same machine)
I have made a setup with vlc and correct syntax -> same problem.
I've loaded the driver in verbose mode to analyse this ...

I 'll try to contact the writer of the driver  Manu Abraham via gmail

2017-10-04 14:12 GMT+02:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=371190
>
> --- Comment #12 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to wgbuchholz from comment #11)
> > (In reply to Mauro Carvalho Chehab from comment #10)
>
> > Hello, I've made the test. The changes in libdvbv5 did not solve the
> problem
> > of the DiSEqC commands.
> > In one search for a special satellite the address of lnb must not change,
> > but it does! The address is changing over all four positions f8, f9, fa
> and
> > fb.
> >
> > Thank you for your support!
>
> Could you provide mode details? What's that "special satellite"? What
> versions
> of libdvbv5 and Kaffeine you're using? Please enable Kaffeine debug logs
> and
> attach.
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
>

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

[kaffeine] [Bug 372667] Crash with virtual adapter

2016-12-30 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

--- Comment #10 from knossos456 <knossos...@gmail.com> ---
I've uploaded the recorded stream to :
https://we.tl/1n4HLbEErH
recorded under windows, linux diden't work
Diseqc 2 means Diseqc position 2 not Diseqc 2 norm

2016-12-28 21:15 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=372667
>
> --- Comment #8 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to knossos456 from comment #7)
> > Created attachment 103035 [details]
> > attachment-6544-0.html
> >
> > This transponder is a normal one, no multistream TP.
> > And some TPs are ok in 8PSK on same Satellite, ex : all radio channels
> are
> > ok on Swiss TP 11526 H 29700 8PSK + diseqc 2
>
> DiSEqC v2.0 currently is not supported. The problem here starts with the
> Kernel
> drivers, as very few ones support DiSEqC read operations, with would be
> required for v2.0 auto-discovery. They may work using v1.3, though,
> depending
> on the type of DiSEqC switch you're using (e. g. if it is compatible with
> the
> "standard"  v1.3 way to select the satellite/LO).
>
> >
> > S2 11681000 H 2750 3/4 25 8PSK is working very well under Windows +
> > Dvbviewer..
> > Something is going wrong on Kaffeine forthis TP, havent found.
> > Shame you can't try by yourself...
>
> If you record something like 60 seconds of the *full* MPEG-TS using
> "dvbv5-zap
> -P", I can use a signal generator to try to reproduce the issue.
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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

[kaffeine] [Bug 372667] Crash with virtual adapter

2016-12-30 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

--- Comment #9 from knossos456 <knossos...@gmail.com> ---
I wanted write Diseqc position 2 and not Diseqc 2 norm, sorry .

Concerning the transponder i can't scan , unfortunally i can't use linux
(because it can't scan)
But i can record the transponder under windows .
Where to post the 60 sec recorded TS ?
(it is 450 Mbytes big)

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

[kaffeine] [Bug 372667] Crash with virtual adapter

2016-12-28 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

--- Comment #7 from knossos456 <knossos...@gmail.com> ---
This transponder is a normal one, no multistream TP.
And some TPs are ok in 8PSK on same Satellite, ex : all radio channels are
ok on Swiss TP 11526 H 29700 8PSK + diseqc 2

S2 11681000 H 2750 3/4 25 8PSK is working very well under Windows +
Dvbviewer..
Something is going wrong on Kaffeine forthis TP, havent found.
Shame you can't try by yourself...

2016-12-27 19:57 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=372667
>
> --- Comment #6 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to knossos456 from comment #4)
> > my diseqc propblem is solved, I've changed the switch.
> >
> > I have now problems on some DVB-S2 - 8PSK transponder.
> > DVB-S2 QPSK seem to be OK in all cases.
> > For example, i can't scan :
> > http://fr.kingofsat.net/tp.php?tp=259
> > my parameters for this transponder in scanfile.dvb are :
> > S2 11681000 H 2750 3/4 25 8PSK
> > What is wrong ?
>
> Maybe it is using m-PLP. On transponders with m-PLP, there's an extra
> parameter
> that it is used to split the transponder on multiple physical channels. If
> this
> is wrong, some DVB drivers may not tune. Another possibility is that the
> card
> you have either doesn' t have support for 8PSK or the driver is missing
> implementation for it.
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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

[kaffeine] [Bug 372667] Crash with virtual adapter

2016-12-18 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

--- Comment #4 from knossos456 <knossos...@gmail.com> ---
my diseqc propblem is solved, I've changed the switch.

I have now problems on some DVB-S2 - 8PSK transponder.
DVB-S2 QPSK seem to be OK in all cases.
For example, i can't scan :
http://fr.kingofsat.net/tp.php?tp=259
my parameters for this transponder in scanfile.dvb are :
S2 11681000 H 2750 3/4 25 8PSK
What is wrong ?

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

[kaffeine] [Bug 368907] kaffeine sometimes uses 100% CPU

2016-12-18 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=368907

--- Comment #14 from knossos456 <knossos...@gmail.com> ---
oups in wrong section

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

[kaffeine] [Bug 368907] kaffeine sometimes uses 100% CPU

2016-12-18 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=368907

--- Comment #13 from knossos456 <knossos...@gmail.com> ---
my diseqc propblem is solved, I've changed the switch.

I have now problems on some DVB-S2 - 8PSK transponder.
DVB-S2 QPSK seem to be OK in all cases.
For example, i can't scan :
http://fr.kingofsat.net/tp.php?tp=259
my parameters for this transponder in scanfile.dvb are :
S2 11681000 H 2750 3/4 25 8PSK
What is wrong ?

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

[kaffeine] [Bug 372667] Crash with virtual adapter

2016-12-03 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

--- Comment #3 from knossos456 <knossos...@gmail.com> ---
I can add for point 3 that I have 60 % signal under windows + Dvbviewer  and
only 0,1 or 2 % signal under ubuntu for that dvbs2 card.
Semms a driver problem

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

[kaffeine] [Bug 372667] Crash with virtual adapter

2016-12-03 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

--- Comment #2 from knossos456 <knossos...@gmail.com> ---
Thanks for the answers.
For point 1 :
Yes you'r right, actual kernel path request for dvbloopback is not a clean
solution.
For point 2 , ok i will look more in new lib
For point 3 : yes 1 have low c/n but is working very good under windows .
So i need to patch this section.

2016-12-02 10:17 GMT+01:00 Mauro Carvalho Chehab <bugzilla_nore...@kde.org>:

> https://bugs.kde.org/show_bug.cgi?id=372667
>
> --- Comment #1 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
> (In reply to knossos456 from comment #0)
> > Thanks for your effort to made this project still active.
>
> Thanks for the report.
>
> > I'm a Kaffeine user since many years.
> > Recently, I've upgaded to Ubuntu 16 LTS because big progresses on VDPAU
> > subject, wasen't working before on my ATI 5450 card..
> > On actual version of Kaffeine 1.22 , I have ony 1 bug: Diseqc from
> > position 2.
> > I can scan Diseqc position 2 ( Astra 28), but when channel is memorized
> > , the corresponding Diseqc attribute seems not in database ...
> > All is OK for Diseqc 0 ( Astra 19) and Diseqc 1 ( hotbird 13 )
> >
> > So i have removed Kaffeine and try new version 2.05
> > list of bugs:
> > 1) Virtual cards ( like dvbloopback that is needed for descrambling )
> > causes Kaffeine + Ubuntu crash . On Kaffeine V1.3 no crask but no DVB
> card
> > detect
>
> Last time I reviewed its code, dvbloopback has some troubles at Kernel
> level:
> it does things that the DVB core doesn't expect, adding contention where
> it is
> not supposed to happen. It is probably easier to add something at libdvbv5
> to
> support external modules to do descrambling than to fix support for it, but
> someone else need to submit such patches upstream.
>
> > 2 ) Without Virtual card, still Diseqc above position 1 problem
>
> There are a few different DiSEqC arrangements for satellite selection
> select.
> On Kaffeine 2.0.x, it is up to libdvbv5 to select the satellite. Right
> now, it
> supports only DiSEqC version 1.x. and use this logic:
>
> cmd->command = 0x38;/* Write to Port group 0 (Committed
> switches)
> */
> cmd->len = 4;
>
> /* Fill the 4 bits for the "input" select */
> cmd->data0 = 0xf0;
> cmd->data0 |= high_band;
> cmd->data0 |= pol_v ? 0 : 2;
> /* Instead of using position/option, use a number from 0 to 3 */
> cmd->data0 |= (sat_number % 0x3) << 2;
>
> return dvb_fe_diseqc_cmd(>p, cmd->len, cmd->msg);
>
> Maybe your DiSEqC switch expects something different.
>
> > 3) for My DVB-T card all is OK but on my Skystard HD card, seem a AGC
> > problem, low C/N signals can't be scanned... VLC can and Kaffeine 1.22
> > can
>
> Kaffeine has a logic that rejects low C/N channels, at
> src/dvb/dvbdevice.cpp:
>
> if ((signal != -1) && (signal < 15)) {
> // signal too weak
> Log("DvbDevice::frontendEvent: tuning
> failed");
> setDeviceState(DeviceIdle);
> return;
> }
>
> Perhaps it is time to get rid of that for good.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kaffeine] [Bug 368907] kaffeine sometimes uses 100% CPU

2016-11-22 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=368907

--- Comment #9 from knossos456 <knossos...@gmail.com> ---
Ok, understanded.
Have VLC same probleme with a recoded HD stream ?
Have you installed Ubuntu from scratch or upgraded a previous version ?
What will done the command vdpauinfo ?


On my side, for VDPAU, i had to install ubuntu 16 lts from scratch to have
VDPAU working, upgrading was not working, I had 50% CPU usage.

It is not normal your résult for 6000 ATI series card to have 20 % CPU usage...
You need to have better than me, arround 2 % usage.

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

[kaffeine] [Bug 368907] kaffeine sometimes uses 100% CPU

2016-11-20 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=368907

--- Comment #7 from knossos456 <knossos...@gmail.com> ---
I'm on Ubuntu 16.04 LTS.
I roll back to Kaffeine 1.22 too because Kaffeine 2.0x have crach problemes
with virtual dvb adapter (dvbloopback) wich is need to descramble.

If you dont use virtual adapters, please notice also that kaffeine 2.0x use vlc
as dvb core, and perhaps your version of Vlc is not correct, version > 2.22 is
requested.
This is explained on VLC forum, VDPAU did not work on old VLC versions.

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

[kaffeine] [Bug 368907] kaffeine sometimes uses 100% CPU

2016-11-20 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=368907

--- Comment #5 from knossos456 <knossos...@gmail.com> ---
And wich version of Kaffeine for each (exact 2.0x version)?

Have you same problem with Kaffeine 1.22 based on Xnine ?

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

[kaffeine] [Bug 371190] Kaffeine 2.0.4 doesn't scan DVB-S

2016-11-19 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=371190

knossos456 <knossos...@gmail.com> changed:

   What|Removed |Added

 CC||knossos...@gmail.com

--- Comment #2 from knossos456 <knossos...@gmail.com> ---
Same here with lowest C/N and V2.05
was ok with v1.22, perhaps AGC problem ?

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

[kaffeine] [Bug 371579] Kaffeine 2.0.5 unresponsive on certain DVB-S channels

2016-11-19 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=371579

knossos456 <knossos...@gmail.com> changed:

   What|Removed |Added

 CC||knossos...@gmail.com

--- Comment #1 from knossos456 <knossos...@gmail.com> ---
Same problem here.
Seems to be a AGC problem, I have problems with lowests C/N and v 2.05 , was ok
with 1.22

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

[kaffeine] [Bug 368907] kaffeine sometimes uses 100% CPU

2016-11-19 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=368907

knossos456 <knossos...@gmail.com> changed:

   What|Removed |Added

 CC||knossos...@gmail.com

--- Comment #2 from knossos456 <knossos...@gmail.com> ---
Have you same problem with VLC (because newest Kaffeine is based on VLC core) ?
For me and ATI 5450, all is OK (VLC and Kaffeine) for VDPAU and ubuntu 16.04 (
under 3% cpu usage
Please post your graphical card model

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

[kaffeine] [Bug 372667] New: Crash with virtual adapter

2016-11-19 Thread knossos456
https://bugs.kde.org/show_bug.cgi?id=372667

Bug ID: 372667
   Summary: Crash with virtual adapter
   Product: kaffeine
   Version: 2.0.1
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+...@kernel.org
  Reporter: knossos...@gmail.com
  Target Milestone: ---

Thanks for your effort to made this project still active.
I'm a Kaffeine user since many years.
Recently, I've upgaded to Ubuntu 16 LTS because big progresses on VDPAU
subject, wasen't working before on my ATI 5450 card..
On actual version of Kaffeine 1.22 , I have ony 1 bug: Diseqc from
position 2.
I can scan Diseqc position 2 ( Astra 28), but when channel is memorized
, the corresponding Diseqc attribute seems not in database ...
All is OK for Diseqc 0 ( Astra 19) and Diseqc 1 ( hotbird 13 )

So i have removed Kaffeine and try new version 2.05
list of bugs:
1) Virtual cards ( like dvbloopback that is needed for descrambling )
causes Kaffeine + Ubuntu crash . On Kaffeine V1.3 no crask but no DVB card
detect
2 ) Without Virtual card, still Diseqc above position 1 problem
3) for My DVB-T card all is OK but on my Skystard HD card, seem a AGC
problem, low C/N signals can't be scanned... VLC can and Kaffeine 1.22
can

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