NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 … 15 16 17 18 19 20 Next »
Network Recorder with Dreambox

 
  • 0 Vote(s) - 0 Average
Network Recorder with Dreambox
Rayman
Offline

Member

Posts: 75
Threads: 8
Joined: Nov 2005
#71
2012-03-20, 11:26 PM
yeah did think it was odd - put it the correct way first - but then noticed it was the other in your instruction - so changed it -
will test the password bit tonight again then -

Regards
Ray
AMD XP3000+ 1GB 200+200+40G ide, nvidia6200 video (purevideo): Dvico fusionHDTV+, DNTVlive pci, dreambox 500s via 100BT: modded silverstone LC11 with 4*20 Lcd: Display NEC 42XM3 - now if i can just #$%^* get spdif out to work
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,126
Threads: 957
Joined: May 2006
#72
2012-03-21, 12:08 AM
Ok, great and the regular expression I used to parse this is so easy to read! (extra points if you spot the extra colon)

Code:
@"(http://((\w+):(\w+)@)?)?((\d{1,3}\.){3}\d{1,3})(:\d{1,5})?")

You might also want to rethink the need for the 15000 ms wait. It looks like 10000 or even 5000 might work.

Code:
2012-03-20 22:02:18.000    [DEBUG][20]    Thread starting
2012-03-20 22:02:19.000    [DEBUG][20]    Network Recorder D:\temp\live-RESTEST-3742.ts GET_FILE_SIZE  9512
2012-03-20 22:02:29.016    [DEBUG][20]    Network Recorder D:\temp\live-RESTEST-3742.ts GET_FILE_SIZE  3212880
2012-03-20 22:02:33.053    [DEBUG][18]    Live TV handle: 0x1503E9
...
2012-03-20 22:03:44.190    [DEBUG][23]    Thread starting
2012-03-20 22:03:45.190    [DEBUG][23]    Network Recorder D:\temp\live-TVSN-3743.ts GET_FILE_SIZE  31020
2012-03-20 22:03:55.190    [DEBUG][23]    Network Recorder D:\temp\live-TVSN-3743.ts GET_FILE_SIZE  3226324
2012-03-20 22:03:59.266    [DEBUG][26]    Live TV handle: 0x1503EA

Martin
Rayman
Offline

Member

Posts: 75
Threads: 8
Joined: Nov 2005
#73
2012-03-21, 09:29 AM
HI martin -
just checked t out with the correct syntax with the password set - works fine -
I fixed up the / to a // to in my file - all works -
tried my setting at 6 seconds - ok on startup but then stopped -
10s seemed to work ok though.

The other dreambox user has reported the need for the large buffer to avoid it stopping after a few seconds so i think its quirk of the
dreambox.

All looks ok now - just have to define all the channels now !

Regards
Ray
AMD XP3000+ 1GB 200+200+40G ide, nvidia6200 video (purevideo): Dvico fusionHDTV+, DNTVlive pci, dreambox 500s via 100BT: modded silverstone LC11 with 4*20 Lcd: Display NEC 42XM3 - now if i can just #$%^* get spdif out to work
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,126
Threads: 957
Joined: May 2006
#74
2012-03-21, 11:54 AM
Glad to here it works, I will update the wiki with this version later on today. I noticed in the dbox recorder source a couple of commands you might be able to use to get the list to a file via http to simplify adding channels

http://ip/control/channellist or

http://ip/cgi-bin/getServices?ref=1:15:f...0:0:0:0:0:

Martin
Rayman
Offline

Member

Posts: 75
Threads: 8
Joined: Nov 2005
#75
2012-03-25, 11:49 PM
ok - got the other channels defined over the weekend and have the second dreambox configured as well.

Have set up some recordings so will see how it goes in the next few days !

Regards
Ray
AMD XP3000+ 1GB 200+200+40G ide, nvidia6200 video (purevideo): Dvico fusionHDTV+, DNTVlive pci, dreambox 500s via 100BT: modded silverstone LC11 with 4*20 Lcd: Display NEC 42XM3 - now if i can just #$%^* get spdif out to work
Rayman
Offline

Member

Posts: 75
Threads: 8
Joined: Nov 2005
#76
2012-03-26, 05:18 AM
Martin -
a feature request for you to think about -

scheduled availability / abscence of network tuners -
this comes about as my dream boxes exist elsewhere in the house and at times are used directly by other household members - significantly SWMBO who
doesnt like it when shes watching something and the channel gets changed - because the other dreambox (which is prioritised first) is already recording something else -

I'd guess this would most sensibly integrate into the main tuner code rather than the plugin - but I mention it here - there might be other network device users that also need to prevent them being used at certain re-occuring times?

Regards
Ray
AMD XP3000+ 1GB 200+200+40G ide, nvidia6200 video (purevideo): Dvico fusionHDTV+, DNTVlive pci, dreambox 500s via 100BT: modded silverstone LC11 with 4*20 Lcd: Display NEC 42XM3 - now if i can just #$%^* get spdif out to work
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,126
Threads: 957
Joined: May 2006
#77
2012-03-26, 05:34 AM
I guess I understand why they wanted a username/password, you can't really say "how did that happen"? You can disable a tuner temporarily via the config screen, but I think it would be up to sub to make a change like this. Would blocking one period help ie <Restrict>1700-2300</Restrict>

Martin
Rayman
Offline

Member

Posts: 75
Threads: 8
Joined: Nov 2005
#78
2012-03-26, 05:41 AM
" how did that happen?" ..... na she knows i been fiddling !
I agree a full schedule would reside in subs code and not in the plugin -
A generic restriction would probably work for 90% of the time - ie the situations where I'm not home to manually disable it -
the weekends I could deal with manually -

If you could put the restrict tag in that would help heaps.

Regards
Ray
AMD XP3000+ 1GB 200+200+40G ide, nvidia6200 video (purevideo): Dvico fusionHDTV+, DNTVlive pci, dreambox 500s via 100BT: modded silverstone LC11 with 4*20 Lcd: Display NEC 42XM3 - now if i can just #$%^* get spdif out to work
Rayman
Offline

Member

Posts: 75
Threads: 8
Joined: Nov 2005
#79
2012-03-26, 11:19 PM
martin - just a heads up -
seem to be having an issue with channel changing - seems to work for the first one but then not again - suspect a socket handling issue maybe -
will start investigating tonight - to see whats going on -

thought you should know in-case a release and wiki update were close.

Regards
Ray
AMD XP3000+ 1GB 200+200+40G ide, nvidia6200 video (purevideo): Dvico fusionHDTV+, DNTVlive pci, dreambox 500s via 100BT: modded silverstone LC11 with 4*20 Lcd: Display NEC 42XM3 - now if i can just #$%^* get spdif out to work
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,126
Threads: 957
Joined: May 2006
#80
2012-03-27, 12:00 AM
Rayman Wrote:martin - just a heads up -
seem to be having an issue with channel changing - seems to work for the first one but then not again - suspect a socket handling issue maybe -
will start investigating tonight - to see whats going on -

thought you should know in-case a release and wiki update were close.

Regards
Ray


Does this help?

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using R5000-HD with Network Recorder Plugin checkbin99 255 51,112 2021-08-24, 07:50 PM
Last Post: checkbin99
  Network Recorder with more than 1 NPVR (how to)? SFX Group 9 6,150 2016-03-03, 05:57 PM
Last Post: UncT
  Network Recorder Retiired mikeh49 2 2,247 2014-12-17, 11:06 PM
Last Post: mikeh49
  More than one Network Recorder mikeh49 3 2,207 2014-06-13, 08:51 PM
Last Post: mikeh49
  GraphEdit help (Network Recorder) fering 3 2,593 2013-11-12, 03:18 PM
Last Post: mikeh49
  Network Recorder Installation Confusion Henry8 12 5,311 2013-03-23, 02:45 AM
Last Post: mvallevand
  Network Recorder Experience mikeh49 76 23,882 2013-03-04, 05:54 PM
Last Post: Reddwarf
  Network Recorder Thanks and a Question mikeh49 5 3,977 2012-10-27, 06:22 PM
Last Post: epelic
  Network Recorder will not playback recorded files on a NPVR PC Client msmith8228 9 4,960 2012-08-06, 11:16 PM
Last Post: mvallevand
  Problems with Network Recorder & Ceton InfiniTV ElihuRozen 7 6,135 2012-03-13, 10:06 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode