NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 49 50 51 52 53 … 433 Next »
Mdapi

Mdapi
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#31
2018-07-21, 02:38 AM
griffy Wrote:This is the last working (for Acamd) file. If you could make changes to this version it might work.
The current version is the only one we can work with, since the current version of that file has lots of changes in other areas. Looking at the code changes, there doesn't appear to be anything that had changed in the MDAPI bits of it for many years, but in may be being effected by something else. You'd have to capture that output I asked for, so I can work out why it's not working.
griffy
Offline

Member

Posts: 138
Threads: 15
Joined: Nov 2008
#32
2018-07-21, 10:41 AM
[22] live tv is possible
[22] Starting digital host
[22] Allocating IPC channel
[22] Registering channel
[22] About to get: ipc://DigitalHost-20/RecorderRemote
[22] Got: ipc://DigitalHost-20/RecorderRemote
[22] Asking NDigitalHost to start: LIVE&C:\Temp\live-SKY Sport 1-8637.ts
[22] Live TV handle: 0x140001
[22] Renew lease ok (0x140001)
[22] Renew lease ok (0x140001)
[22] Renew lease ok (0x140001)
[22] Renew lease ok (0x140001)
[22] Renew lease ok (0x140001)
[22] StopStream(1)

Same as 4.2.1 except Acamd halts after being called upon. No channel data reaches Acamd.

If this is broken I am happy to let Mediaportal record the Sky channel and I just play them back via NPvr.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#33
2018-07-21, 05:51 PM
At this stage I'm just trying to determine if it's trying to load the MDAPI plugin (Acamd).

While running "nrecord.exe RUN" do you see the Acamd icon being created in the task tray? (lower right of desktop)

The console output from "nrecord.exe RUN" should include a line saying "Loading plugins from …." specifying a directory. I'm trying to determine if that is happening or not, so I can know if the problem is happening before or after that.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#34
2018-07-21, 06:12 PM
Actually, I remember there is a extra log file that could be useful for some of this.

Create a c:\temp directory, and set HKEY_LOCAL_MACHINE \Software\Wow6432Node\NPVR\LogMultidec=1 (DWORD) in the registry, start live tv, and then post the NextPVR logs, and c:\temp\mdapi.txt
griffy
Offline

Member

Posts: 138
Threads: 15
Joined: Nov 2008
#35
2018-07-21, 10:34 PM
It does start Acamd. Will try some more testing tonight.
griffy
Offline

Member

Posts: 138
Threads: 15
Joined: Nov 2008
#36
2018-07-25, 04:32 AM
This is the entire log :

16:23:45.874
ChangeChannel() SID=1161 Video_pid=1001 Audio_pid=1111 ECM_PID=0

compare with 4.2.1 version:

16:17:55.962 MDAPI_unknown
16:17:55.973 MDAPI_GET_VERSION: MD-API Version 01.03 - 01.06
16:17:56.046 MDAPI_GET_PROGRAMM
16:17:56.046 MDAPI_GET_PROGRAMM
16:17:56.946
ChangeChannel() SID=1161 Video_pid=1001 Audio_pid=1111 ECM_PID=016:17:56.957 MDAPI_GET_PROGRAMM
16:17:56.957 MDAPI_GET_PROGRAMM
16:17:56.961 MDAPI_START_FILTER: ACamd ECM 0565 00(565) Running_ID(1) DLL_ID(0)
16:17:56.972 MDAPI_START_FILTER: ACamd ECM 05C9 01(5C9) Running_ID(2) DLL_ID(0)
16:17:56.983 MDAPI_START_FILTER: ACamd PMT 012D 02(12D) Running_ID(3) DLL_ID(0)
16:17:56.994 MDAPI_START_FILTER: ACamd CAT 0001 03(01) Running_ID(4) DLL_ID(0)
16:17:58.701 MDAPI_DVB_COMMAND: 10 04 05 00 01 00 A5 0F 70 BC 71 F2 64 01
16:17:58.703 Stopping filter ACamd ECM 05C9 01
16:17:58.703 MDAPI_STOP_FILTER: lParam(2) index(0) ID(2)
16:17:58.714 MDAPI_START_FILTER: ACamd EMM 00C1 01(C1) Running_ID(2) DLL_ID(0)
16:17:58.726 Stopping filter ACamd CAT 0001 03
16:17:58.726 MDAPI_STOP_FILTER: lParam(4) index(0) ID(4)
16:17:58.737 Stopping filter ACamd PMT 012D 02
16:17:58.737 MDAPI_STOP_FILTER: lParam(3) index(0) ID(3)
16:18:05.069 MDAPI_DVB_COMMAND: 10 04 05 00 00 00 47 9F D4 EE C9 EA 51 9E
16:18:15.043 MDAPI_DVB_COMMAND: 10 04 05 00 01 00 1F 69 15 8D 39 38 30 BF
griffy
Offline

Member

Posts: 138
Threads: 15
Joined: Nov 2008
#37
2018-07-25, 04:49 AM
Do you think we could use this program like I do in Mediaportal? I have tried to get it working with nRecord.exe but no luck. He says it can be called on by any application.


https://sourceforge.net/p/mdapiplus/disc.../68193a3e/
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#38
2018-07-25, 04:54 AM
Not without significant work, and unfortunately I have no way to test it these days. (and it's virtually impossible to be able to do big bits of work like that without running as you're making changes to test stuff)
griffy
Offline

Member

Posts: 138
Threads: 15
Joined: Nov 2008
#39
2018-07-25, 05:03 AM
Well I thank you very much for your help.
As the glitching happens about 1 in 6 times I start a channel and I watch most sport live I am happy just to restart a channel. I am running 4.2.1 and seem to be having better luck anyway.
I am loving the new TS reader, it is so smooth and with my new nVidia card so a big win there.
Thanks again
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#40
2018-07-25, 06:12 AM
It might be worth trying to capture a c:\temp\mdapi.txt from a successful attempt, vs one that glitches, so I can look for what differences are in that log.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mdapi stopped working, Acamd doesn't get any data Sheik Yerbouti 4 2,384 2018-09-17, 06:27 AM
Last Post: Reddwarf
  3.1.1 and MDAPI mikaelgu 7 2,554 2013-10-23, 10:18 AM
Last Post: mikaelgu
  completely lost with mdapi... reven 20 9,292 2011-10-04, 09:02 AM
Last Post: reven

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

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

Linear Mode
Threaded Mode