NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 100 101 102 103 104 … 107 Next »
Unable to install v5

 
  • 0 Vote(s) - 0 Average
Unable to install v5
johnzered
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Sep 2019
#11
2019-10-05, 05:37 PM (This post was last modified: 2019-10-05, 05:39 PM by johnzered.)
(2019-10-02, 07:47 PM)mvallevand Wrote: Does ffmpeg.exe exist?  It should have been installed by the Windows unzip but maybe you skipped it.

NextPVR is not open source.

Martin

No, no such file is available in the Zip-file. If it's supposed to be there, well then it needs to be added. I got ffmpeg.exe on my server from before anyway so I created a folder named "Other" and copied ffpmeg.exe into it. But still no success. I noticed I do not get any epg data either.

I've included logs where I:
1. Start the server
2. Log in to the web UI.
3. Trying to update EPG
4. Trying to watch a channel.

Any suggestions?


Attached Files
.zip   logs.zip (Size: 17.05 KB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 54,210
Threads: 969
Joined: May 2006
#12
2019-10-05, 08:46 PM
There is a problem on the server distribution for sure the zip doesn't include ffmpeg so a lot of other new users will have troubles.

I am not seeing any error 32 bit related in your logs. Ignoring transcoding if you try a recording is a file created and can you play it in another app like vlc or Kodi.

Martin
johnzered
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Sep 2019
#13
2019-10-14, 05:52 PM
I've actually somewhat managaed to get this working now.
I had to step back and test v4 instead as I'm new to NextPVR I needed a more stable ground to explore how NextPVR actually works and the functionality it offers.

I've then cleared everything and started fresh with v5 following the "guide" you wrote on how to get v5 running on 32-bit Windows. I think part of the problems I had before was that I was using a TBS-card as my primary card instead of my second tv-card which is a FireDTV/FloppyDTV Tuner. I found out during testing v4 that the CI module is not supported on TBS cards and toggling the setting for CI on and off in v4 gave me similar errors I was experiencing in v5.

Now using FireDTV/FloppyDTV as the primary tuner I'm able to update the EPG and stream through the webinterface in v5. But I'm subscribing to encrypted channels and I have a Conax card reader in my TBS 6618 tuner. Unfortunately I cannot use the FireDTV/FloppyDTV for this because for some reason it doesn't like the card reader I have/need to use in order to watch the encrypted channels. So my question is, is support for CI modules on TBS cards something that is coming to NextPVR?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,213
Threads: 774
Joined: Nov 2003
#14
2019-10-14, 06:52 PM
Sorry, there is no support for CI modules in NextPVR. In the past it did have some support for CI, but about 5 years ago my DVB-C cable provider moved away from irdeto, and I no longer have access to smartcard and encrypted signals to test against.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#15
2019-10-16, 07:31 PM
(2019-10-14, 05:52 PM)johnzered Wrote: I've actually somewhat managaed to get this working now.
I had to step back and test v4 instead as I'm new to NextPVR I needed a more stable ground to explore how NextPVR actually works and the functionality it offers.

I've then cleared everything and started fresh with v5 following the "guide" you wrote on how to get v5 running on 32-bit Windows. I think part of the problems I had before was that I was using a TBS-card as my primary card instead of my second tv-card which is a FireDTV/FloppyDTV Tuner. I found out during testing v4 that the CI module is not supported on TBS cards and toggling the setting for CI on and off in v4 gave me similar errors I was experiencing in v5.

Now using FireDTV/FloppyDTV as the primary tuner I'm able to update the EPG and stream through the webinterface in v5. But I'm subscribing to encrypted channels and I have a Conax card reader in my TBS 6618 tuner. Unfortunately I cannot use the FireDTV/FloppyDTV for this because for some reason it doesn't like the card reader I have/need to use in order to watch the encrypted channels. So my question is, is support for CI modules on TBS cards something that is coming to NextPVR?
You could move over to softcam and a cardserver like NewCS, Sub has promised to implement the remaining code needed for softcam to work on v5 and I'll be testing it as soon as it is ready Smile

"I'd rather have a bottle in front of me than a frontal lobotomy"
Ludron
Offline

Member

Posts: 83
Threads: 9
Joined: Jan 2011
#16
2019-10-26, 07:58 PM (This post was last modified: 2019-10-26, 08:03 PM by Ludron.)
(2019-10-14, 06:52 PM)sub Wrote: Sorry, there is no support for CI modules in NextPVR. In the past it did have some support for CI, but about 5 years ago my DVB-C cable provider moved away from irdeto, and I no longer have access to smartcard and encrypted signals to test against.
Possible other way to skin this CAt would be to become such mini provider. Maybe most users are not even aware there is certain bridge for Linux:
The caX device associated with a CI device behaves just like any other caX interface. You usually use it through a library like libdvben50221 which is part of the dvb-apps package available at linuxtv.org.
But contrary to other hardware where the CI module is physically placed in the data path between the the demod and PCIe bridge, in the Digital Devices cards the CI module is separate hardware.
So, you have to feed data to the CI module by writing to the secX (in later kernel ci0) device and read it back from the same secX device.
The advantage is that the CI module can be used with any data coming from any frontend or file. The disadvantage is that the user application has to write/read the data to/from the module by itself.
  • to connect 2 Digital Devices DuoFlex S2 or DuoFlex C/T (max. 4 Tuner)

or to connect TV cards from other vendors (only single transponder mode, 1 CI = 1 tuner)

 2 CI slots for two independent CAMS on one socket

Up to 2 X 4 decrypted pay TV channels
Only one CAM required to decrypt 4 encrypted pay TV channels. Supports watching one encrypted channel and record several encrypted channels simultaneously.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,213
Threads: 774
Joined: Nov 2003
#17
2019-10-27, 12:46 AM
(2019-10-26, 07:58 PM)Ludron Wrote:
(2019-10-14, 06:52 PM)sub Wrote: Sorry, there is no support for CI modules in NextPVR. In the past it did have some support for CI, but about 5 years ago my DVB-C cable provider moved away from irdeto, and I no longer have access to smartcard and encrypted signals to test against.
Possible other way to skin this CAt would be to become such mini provider. Maybe most users are not even aware there is certain bridge for Linux:
The caX device associated with a CI device behaves just like any other caX interface. You usually use it through a library like libdvben50221 which is part of the dvb-apps package available at linuxtv.org.
But contrary to other hardware where the CI module is physically placed in the data path between the the demod and PCIe bridge, in the Digital Devices cards the CI module is separate hardware.
So, you have to feed data to the CI module by writing to the secX (in later kernel ci0) device and read it back from the same secX device.
The advantage is that the CI module can be used with any data coming from any frontend or file. The disadvantage is that the user application has to write/read the data to/from the module by itself.
  • to connect 2 Digital Devices DuoFlex S2 or DuoFlex C/T (max. 4 Tuner)

or to connect TV cards from other vendors (only single transponder mode, 1 CI = 1 tuner)

 2 CI slots for two independent CAMS on one socket

Up to 2 X 4 decrypted pay TV channels
Only one CAM required to decrypt 4 encrypted pay TV channels. Supports watching one encrypted channel and record several encrypted channels simultaneously.
As mentioned above, unfortunately I have zero ability to test anything CI related these days, so I'm unlikely to do anything much in this area. Anything beyond trivial changes are not really practical to develop without a way to test as I go.
greg in kansas
Offline

Member

Posts: 190
Threads: 28
Joined: Feb 2007
#18
2019-10-27, 11:19 PM
I will vote for windows 32 bit
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 54,210
Threads: 969
Joined: May 2006
#19
2019-10-30, 12:16 AM
(2019-10-27, 11:19 PM)greg in kansas Wrote: I will vote for windows 32 bit
The instructions I posted earlier should get you started on windows32 but you might have to use the macos zip until zip fixes the linux zip.

Mrtin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to schedule a single NFL game lemmy999 10 359 2025-10-30, 08:01 PM
Last Post: mvallevand
  Version 5 install issue with Ceton Tuner??? Pctravel 26 10,760 2025-10-28, 09:30 PM
Last Post: sorahl
  Streaming failed and then Scanner not Active after re-install webby2023 4 303 2025-10-16, 05:00 AM
Last Post: webby2023
  New Install of 7..0.3.250920 can't update schedules Gary7254 4 458 2025-10-09, 07:27 PM
Last Post: mvallevand
  Unattended silent install catch22 8 1,040 2025-09-23, 07:42 AM
Last Post: catch22
  Install failure Lonewolf1061 12 771 2025-09-22, 09:11 PM
Last Post: sub
  System.Exception: Unable to allocate pixels for the bitmap. greg in kansas 2 472 2025-08-31, 01:58 AM
Last Post: sub
  Unable to record series FrogFan 21 6,388 2025-08-18, 04:16 PM
Last Post: mvallevand
  Windows install failed GlenH 12 1,275 2025-08-11, 03:00 PM
Last Post: mvallevand
  Installed V7 - unable to record. Dave48167 6 1,041 2025-05-11, 08:02 PM
Last Post: Dave48167

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode