Code Monkey home page Code Monkey logo

Comments (31)

ksooo avatar ksooo commented on July 21, 2024

Just a side note: This was added in HTSP v24

EDIT: Who needs this kind of things?

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

It's an old Enigms thing so old it's from the time when cardsharing was so awesome you had to see it in action on every zap.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

hehe

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

Even thought all the fancy stuff about ECM times are unnecessary before Kodi has a way to display them in the UI we still need to implement this new method to be able to properly show which CAID is being used (since HTSP v24 the CAID is always set to 0x0000 in subscriptionStart, clients are supposed to listen for this new message instead).

I'll try to come up with something next week. Will have to set up a complete test environment because I'm not touching my main tvheadend build.

from pvr.hts.

belliash avatar belliash commented on July 21, 2024

Any progress here?

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

Sorry not yet, haven't had time to code for a while.

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

@perexg I tried to start implementing this today but I can't get tvheadend to actually send any descramblerInfo HTSP messages. I'm trying the latest master in a virtual machine with a mux URL from my main tvheadend instance. Oscam is connected using DVBAPI and descrambling works. Please advice.

from pvr.hts.

perexg avatar perexg commented on July 21, 2024

Do you see ECM info in the tvh subscriptions tab ?

This is supported only for recent oscam (dvbapi network protocol v2).

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

I have oscam r10500 something so it should be new enough. I didn't check the subscription tab, will do later and report back.

from pvr.hts.

perexg avatar perexg commented on July 21, 2024

I think that the network protocol v2 was added around 10700 or so.. You should upgrade oscam.

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

It said protocol version 2 when I connected, but I guess I'll upgrade then.

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

I finished the part of the code where the status is parsed and stored in the demuxer, but we have now hit a road block. Kodi needs a new API method for retrieving all this data during streaming instead of during channel import since the CAID is not available when fetching the list of channels. I'll have to think about the best way to add this to the API.

from pvr.hts.

belliash avatar belliash commented on July 21, 2024

When you press "O" in Kodi, it displays information about channel priovider, frequency, etc... There is also information about CAID (actually it is FFFF). This information if fetched from TVH on channel playback, not during importing channel list. After changes made by perexg, I believe TVH should pass information about current CAID to clients.

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

That id incorrect, the CAID is only updated when the channel is updated. That's why this PR is not yet ready.

from pvr.hts.

Leatherface75 avatar Leatherface75 commented on July 21, 2024

Any news about tihs?

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

Not really, haven't had the motivation to work on it for a while.

from pvr.hts.

Leatherface75 avatar Leatherface75 commented on July 21, 2024

Would it be hard to change so atleast existing CAID works again?

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

@ksooo I'm thinking we could parse the descrambler data coming from tvheadend, then when we get the CAID we tell Kodi to update that channel. The only downside is that there would be one update per channel switch, which isn't exactly ideal.

from pvr.hts.

ckarrie avatar ckarrie commented on July 21, 2024

+1

from pvr.hts.

belliash avatar belliash commented on July 21, 2024

Whats the progress here?

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

zero ;-)

from pvr.hts.

belliash avatar belliash commented on July 21, 2024

Would be nice to get this finally working

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Sure, but as we are all 100% volunteers, this absolutely is a question of a dev being in the mood for this ... and currently I'm not. Mainly monkey work - boring. Actual value of this feature is nearly zero. What's the point in knowing a channel is FTA or Nagra or whatever encrypted? :-/

from pvr.hts.

Leatherface75 avatar Leatherface75 commented on July 21, 2024

I would like this working too
And it's good way to see if everything is working as it should.
Should atleast get Encyption that Aeon Nox skin for example shows working.

from pvr.hts.

piotrasd avatar piotrasd commented on July 21, 2024

@belliash @Leatherface75 like this ?

screenshot078

point to do it this - more diagnostic information - if we got info "no subscription" to know if our CARD loose privileges - subscription, or when we have more card if choose correct encryption system etc.
also we can mark on channel list scrambled channel or put icon if yes in what system etc.

Skins develoepers can use that or not but better leave doors open

from pvr.hts.

belliash avatar belliash commented on July 21, 2024

Looks perfect. I just wonder what it will show as source if dvbapi socket used instead of IP? Maybe some name would be a better idea instead of IP (if possible to get also card name)?

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Guys, please stay on topic of this issue. Skinning is nothing that belongs to here. Otherwise I will lock this conversion.

from pvr.hts.

piotrasd avatar piotrasd commented on July 21, 2024

guys is other way -> make addon-service to got rest information from API of tvheadend
... and it works

screenshot092

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Problem is not that we don't know what or how to implement it. HTSP provides everything we need. No need to use the http API. The only "problem" is that none of the people with the required skills is currently in the mood to do it. End of discussion.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Will be fixed with #315

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

This can be closed as it is implemented meanwhile.

from pvr.hts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.