NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 12 13 14 15 16 … 56 Next »
Graph and TVPI Recorder Plug-in Release

 
  • 0 Vote(s) - 0 Average
Graph and TVPI Recorder Plug-in Release
xjdave
Offline

Junior Member

Posts: 4
Threads: 0
Joined: Mar 2008
#71
2008-03-30, 02:56 AM
Carpe,

Ok, all fixed now I think. I did a few things.
1) Changed my video and audio renderer(s) from the nvidia version to their respective ffdshow versions. This fixed the overlay.
2) Took your suggestion and changed the settings in Graph Recorder to force unmute my audio mixers wave input.. that combined with the ffd decoder seems to have fixed the audio issue. (leaving it the nvidia decoder made no change)

So it seems to have been an issue with the nvidia decoders. Of course, now that I have working graphs I can tweak away. New graph is attached for those playing at home.

Thanks again.
-Dave
psicotron3
Offline

Member

Posts: 134
Threads: 17
Joined: Jan 2007
#72
2008-04-05, 05:42 PM
Helo CarpeVideo,


Remember back in version 1.5 when you added the option to "allows the user to specify the unique device ID" ? On version 1.71, the option is still there but the plugin doens´t save the ID I set.

Can you take look at it? On the config files there isn´t a mention to capture source ID.
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#73
2008-04-06, 04:07 PM (This post was last modified: 2008-04-06, 04:14 PM by carpeVideo.)
I see the issue - can't seem to register my visual studio 2008 to compile a fix as soon as Msoft gets their act together I will take a closer look



CV
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#74
2008-04-12, 04:07 PM
Released version 1.72 on the wiki - corrects the issue with saving the unique ID with the xml config files
psicotron3
Offline

Member

Posts: 134
Threads: 17
Joined: Jan 2007
#75
2008-04-12, 05:53 PM
Thank you. It worked.
kappa__2
Offline

Junior Member

Posts: 32
Threads: 2
Joined: Apr 2006
#76
2008-04-12, 09:38 PM
Hi.
Is there anyone using Progdvb with the graphrecorder plugin? I can't seem to make it work (it doesn't change channel). I'm using the external recorder tab.

These are the parameters that i use for recording / preview (timeshift):

Code:
Start recording executable: C:\Program Files\ProgDVB\ProgDVB.exe
Start recording parameters: /startrecord:"{fullname}"

stop recording executable: C:\Program Files\ProgDVB\ProgDVB.exe
stop recording parameters: /stoprecord


Preview: idem recording

With these settings i'm able to preview one channel. but if i introduce the changing channel parameters

Code:
Start recording executable: C:\Program Files\ProgDVB\ProgDVB.exe
Start recording parameters: [b]/ch:{channel}[/b] /startrecord:"{fullname}"

it hangs.Sad

If i use the exe channel changer:

Code:
Executable: C:\Program Files\ProgDVB\ProgDVB.exe
Parameters: /ch:{channel}

It also hangs...:mad:

I was hopping that someone could share sucessfull settings.

Anyone?
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#77
2008-04-12, 10:58 PM
If you send me the recording logs I will take a look - I don't use the external record tab myself so it has not been robustly tested but should function almost the same as the external recorder as that was the original code base.

I also am unfamiliar with progDVB - is it smart enough to know that if one executible is running and you run another that it communicates with the other process and changes channels?

Its also possible that I don't replace the channel parm in the start recording executable - I will check that as well, (or if you put an explicit channel in your start recording temporarily and it works then that is why)

CV
kappa__2
Offline

Junior Member

Posts: 32
Threads: 2
Joined: Apr 2006
#78
2008-04-13, 10:30 AM (This post was last modified: 2008-04-13, 10:50 AM by kappa__2.)
Here are the recording log and screenshot of the parameters window.

With those settings it hangs. With an explicit channel (/ch:11) it also hangs.

But if i remove the /ch:{channel} from the parameters it starts recording and im able to preview (timeshifted).

Progdvb responds fine when i send command line parameters directly - i.e: progdvb_rec.bat =
Code:
c:\progdvb\progdvb.exe /ch:11 /startrecord:test.mpg

Quote:I also am unfamiliar with progDVB - is it smart enough to know that if one executible is running and you run another that it communicates with the other process and changes channels?

Two instaces running? I'm not sure about what you're asking but i can say this:

Progdvb responds to only one instance when controled via command line. Two instances aren't alowed, because it wouldn't share the dvb card.
But ive noticed that sometimes, the external recorder calls two instances of progdvb, making both hang. But it doesn't do that with the settings bellow.

When called via batch command (like the above), only one instance opens and responds to other commands.

Kappa
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#79
2008-04-13, 05:14 PM
I don't see anything unusual it just hangs without much notice.

This the command line that is being executed:

C:\Program Files\ProgDVB\ProgDVB.exe /ch:12 /startrecord:"C:\Temp\TV-3-3820080413_1116.mpg"

Try this exactly on the command line and see what happens maybe the quotes mess it up ??

Also here is a new dll with a bit more logging try that and send attach that log.

CV
kappa__2
Offline

Junior Member

Posts: 32
Threads: 2
Joined: Apr 2006
#80
2008-04-13, 07:35 PM (This post was last modified: 2008-04-13, 07:42 PM by kappa__2.)
I've narrowed the issue a bit.

The command
Code:
C:\Program Files\ProgDVB\ProgDVB.exe /ch:12 /startrecord:"C:\Temp\TV-3-3820080413_1116.mpg"

does not work because of the space inside "Program Files"

So i've moved Progdvb to
Code:
c:\progdvb

Here i've found that the version of progdvb that i've used has a bug itself. A joint command line parameter like the above only starts the program. But two separated command lines (one changing the channel, other ordering the recording) works like expected.

i'm gonna test some more.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 … 6 7 8 9 10 … 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextEnd V2 Pre-Release Announcement mvallevand 94 38,710 2018-02-20, 06:52 PM
Last Post: mvallevand
  NEWA Release Build 2.10 Released 2013-12-30 UncleJohnsBand 0 2,119 2013-12-31, 02:53 AM
Last Post: UncleJohnsBand
  Plex Plugin - first release psycik 141 58,528 2013-06-16, 08:59 PM
Last Post: JonnyCam
  NEWA Release Build 1.30 Released 2012-11-27 UncleJohnsBand 0 2,196 2012-11-28, 04:11 AM
Last Post: UncleJohnsBand
  NEWA Release Build 1.26 Released 2012-08-24 UncleJohnsBand 0 5,380 2012-08-25, 04:56 AM
Last Post: UncleJohnsBand
  NEWA Release Build 1.25 Released 2012-04-10 UncleJohnsBand 1 2,747 2012-04-16, 08:20 PM
Last Post: Reddwarf
  System Plugin - 2nd Test Release (4th Feb) imilne 31 10,565 2012-02-24, 12:22 PM
Last Post: Reddwarf
  System Plugin - New Test Release (29th Jan) imilne 38 10,842 2012-02-07, 08:38 AM
Last Post: imilne
  NEWA Release Build 1.23 Released 2012-01-16 UncleJohnsBand 0 1,378 2012-01-18, 04:11 AM
Last Post: UncleJohnsBand
  nDroid v1.6.8 (maintenance release) available bgowland 2 2,222 2012-01-09, 11:41 PM
Last Post: bgowland

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

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

Linear Mode
Threaded Mode