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 … 227 228 229 230 231 … 433 Next »
Unable to record to NAS

Unable to record to NAS
belgar
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Mar 2013
#1
2013-03-28, 08:18 PM
Have problem recording to a NAS.
The recording works fine when recordings to a local HD.

This is my NRecord.log:
Code:
[...startup]
2013-03-28 21:00:47.665    [DEBUG][4]    OnStart()
2013-03-28 21:00:47.674    [DEBUG][5]    MVPManager thread started
2013-03-28 21:00:47.674    [DEBUG][5]    MVP Server: C:\Program Files\NPVR\NextPVR.exe
2013-03-28 21:00:47.682    [INFO][4]    Using local in-process recording service
2013-03-28 21:00:47.860    [DEBUG][4]    RecordingServiceProxy@exit
2013-03-28 21:00:47.872    [INFO][4]    RecordingService.Startup()
2013-03-28 21:00:47.872    [INFO][4]    Starting remoting service
2013-03-28 21:00:47.897    [DEBUG][8]    Next EPG update time: 2013-03-29 02:00
2013-03-28 21:00:47.917    [INFO][4]    Starting web server on: 8866
2013-03-28 21:00:47.917    [INFO][4]    Setting working directory to: C:\Program Files\NPVR\
2013-03-28 21:00:47.917    [INFO][4]    Web root: C:\Users\Public\NPVR\web
2013-03-28 21:00:47.941    [INFO][7]    RecordingService starting...
2013-03-28 21:00:47.946    [DEBUG][7]    PurgeOldDeletes()
2013-03-28 21:00:47.946    [DEBUG][7]    Loading recording schedule
2013-03-28 21:00:47.958    [DEBUG][7]    CancelAllWakeupRequests
2013-03-28 21:00:49.418    [DEBUG][4]    OnStart() complete...
2013-03-28 21:00:52.905    [DEBUG][9]    Client Listener starting on port 7969
2013-03-28 21:01:33.755    [DEBUG][7]    Reloading recording schedule
2013-03-28 21:01:33.760    [DEBUG][7]    CancelAllWakeupRequests
2013-03-28 21:01:33.763    [DEBUG][7]    Requesting wake up for 'RecordingOID859' at 2013-03-28 20:57
2013-03-28 21:01:34.033    [DEBUG][7]    allocating recording target filename: \\RATAN17NAS\DiscStation\Film\Plus\Plus_20130328_21002200.ts
2013-03-28 21:01:34.034    [DEBUG][7]    About to start recording (859 on 20): \\RATAN17NAS\DiscStation\Film\Plus\Plus_20130328_21002200.ts...
2013-03-28 21:01:34.135    [DEBUG][7]    Starting digital host
2013-03-28 21:01:34.904    [DEBUG][7]    Allocating IPC channel
2013-03-28 21:01:34.904    [DEBUG][7]    Registering channel
2013-03-28 21:01:34.904    [DEBUG][7]    About to get: ipc://DigitalHost-20/RecorderRemote
2013-03-28 21:01:34.904    [DEBUG][7]    Got: ipc://DigitalHost-20/RecorderRemote
2013-03-28 21:01:34.904    [DEBUG][7]    Asking NDigitalHost to start: \\RATAN17NAS\DiscStation\Film\Plus\Plus_20130328_21002200.ts
2013-03-28 21:01:35.982    [DEBUG][7]    Temp at 2013-03-28 21:01:45
2013-03-28 21:01:35.982    [DEBUG][7]    Started recording (859:1:\\RATAN17NAS\DiscStation\Film\Plus\Plus_20130328_21002200.ts)
2013-03-28 21:01:36.068    [DEBUG][7]    Invalid file passed to StartParallelProcessing(): '\\RATAN17NAS\DiscStation\Film\Plus\Plus_20130328_21002200.ts'

nrecord.exe, nextpvr.exe, NDigitalHost.exe are allowed in windows firewall.
using NextPVR 2.6.2
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2013-03-28, 08:22 PM
It's probably related to file permissions on your NAS.

The recording service runs as the 'localsystem' account, and it's most likely unable to access the \\RATAN17NAS\DiscStation share, or doesn't have the permission to create files.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#3
2013-03-28, 08:22 PM
Try using the IP of the NAS, it could a problem with the master browser. If that fails it is likle a permission error with the NAS blocking access.

Martin
belgar
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Mar 2013
#4
2013-03-28, 09:17 PM
tnx for the answers.

Sub: how do i change the recording service to be able to access the NAS?

Tried IP, same problem:
Code:
[...startup]
2013-03-28 22:12:14.647    [DEBUG][5]    MVPManager thread started
2013-03-28 22:12:14.647    [DEBUG][5]    MVP Server: C:\Program Files\NPVR\NextPVR.exe
2013-03-28 22:12:14.647    [DEBUG][4]    OnStart()
2013-03-28 22:12:14.663    [INFO][4]    Using local in-process recording service
2013-03-28 22:12:14.803    [DEBUG][4]    RecordingServiceProxy@exit
2013-03-28 22:12:14.819    [INFO][4]    RecordingService.Startup()
2013-03-28 22:12:14.819    [INFO][4]    Starting remoting service
2013-03-28 22:12:14.850    [DEBUG][8]    Next EPG update time: 2013-03-29 02:00
2013-03-28 22:12:14.881    [INFO][7]    RecordingService starting...
2013-03-28 22:12:14.881    [DEBUG][7]    PurgeOldDeletes()
2013-03-28 22:12:14.881    [DEBUG][7]    Loading recording schedule
2013-03-28 22:12:14.897    [INFO][4]    Starting web server on: 8866
2013-03-28 22:12:14.897    [INFO][4]    Setting working directory to: C:\Program Files\NPVR\
2013-03-28 22:12:14.897    [INFO][4]    Web root: C:\Users\Public\NPVR\web
2013-03-28 22:12:14.912    [DEBUG][7]    CancelAllWakeupRequests
2013-03-28 22:12:16.426    [DEBUG][4]    OnStart() complete...
2013-03-28 22:12:19.858    [DEBUG][9]    Client Listener starting on port 7969
2013-03-28 22:12:36.034    [DEBUG][7]    Reloading recording schedule
2013-03-28 22:12:36.039    [DEBUG][7]    CancelAllWakeupRequests
2013-03-28 22:12:36.043    [DEBUG][7]    Requesting wake up for 'RecordingOID866' at 2013-03-28 21:57
2013-03-28 22:12:36.302    [DEBUG][7]    allocating recording target filename: \\192.168.0.194\DiscStation\TVinspelningar\Sportnytt\Sportnytt_20130328_22002215.ts
2013-03-28 22:12:36.328    [DEBUG][7]    About to start recording (866 on 20): \\192.168.0.194\DiscStation\TVinspelningar\Sportnytt\Sportnytt_20130328_22002215.ts...
2013-03-28 22:12:36.450    [INFO][7]    DigitalRecorder.StartStream(\\192.168.0.194\DiscStation\TVinspelningar\Sportnytt\Sportnytt_20130328_22002215.ts)
2013-03-28 22:12:36.451    [INFO][7]    Creating BDA graph
2013-03-28 22:12:36.500    [DEBUG][7]    Using tuner FireDTV BDA Tuner DVBT (1)
2013-03-28 22:12:36.505    [INFO][7]                [f102c41f-7fa1-4842-a0c8dc41176ec844]-00000000-00000000
2013-03-28 22:12:36.521    [DEBUG][7]    About to auto detect capture filter...
2013-03-28 22:12:36.526    [DEBUG][7]    Got capture filter: 'FireDTV BDA Receiver DVBT'
2013-03-28 22:12:36.526    [DEBUG][7]    Added capture filter
2013-03-28 22:12:36.528    [DEBUG][7]    Connected Tuner to Capture
2013-03-28 22:12:36.534    [DEBUG][7]    Activating time machine
2013-03-28 22:12:36.543    [DEBUG][7]    Time machine activated...
2013-03-28 22:12:36.568    [DEBUG][7]    EIT collection started
2013-03-28 22:12:36.581    [DEBUG][7]    Graph filter list:
2013-03-28 22:12:36.581    [DEBUG][7]     - MPEG-2 Sections and Tables
2013-03-28 22:12:36.581    [DEBUG][7]     - BDA MPEG2 Transport Information Filter
2013-03-28 22:12:36.581    [DEBUG][7]     - MPEG-2 Demultiplexer
2013-03-28 22:12:36.581    [DEBUG][7]     - NPVR TS Mon
2013-03-28 22:12:36.581    [DEBUG][7]     - Capture
2013-03-28 22:12:36.581    [DEBUG][7]     - Tuner
2013-03-28 22:12:36.581    [DEBUG][7]     - Network Provider
2013-03-28 22:12:36.581    [INFO][7]    About to start BDA graph
2013-03-28 22:12:36.582    [DEBUG][7]    Starting graph...
2013-03-28 22:12:36.592    [DEBUG][7]    About to tune BDA graph:
<tuning>
  <type>DVB-T</type>
  <locator>
    <frequency>682000</frequency>
    <bandwidth>8</bandwidth>
  </locator>
  <service_id>5020</service_id>
  <tsid>1021</tsid>
  <onid>8945</onid>
  <service_type>1</service_type>
</tuning>

2013-03-28 22:12:36.596    [DEBUG][7]    DigitalRecorderDVBT::Tune@1
2013-03-28 22:12:36.596    [DEBUG][7]    DigitalRecorderDVBT::Tune@2
2013-03-28 22:12:36.596    [DEBUG][7]    DigitalRecorderDVBT::Tune@3
2013-03-28 22:12:36.597    [DEBUG][7]    DigitalRecorderDVBT::Tune@4
2013-03-28 22:12:36.606    [DEBUG][7]    DigitalRecorderDVBT::Tune@5
2013-03-28 22:12:36.607    [DEBUG][7]    DigitalRecorderDVBT::Tune@6
2013-03-28 22:12:36.613    [DEBUG][7]    DigitalRecorderDVBT::Tune@7
2013-03-28 22:12:36.614    [DEBUG][7]    whoosh whoosh
2013-03-28 22:12:36.623    [DEBUG][7]    Calling LockChannel()
2013-03-28 22:12:37.305    [DEBUG][7]    locked=1, present=1, strength=65, quality=65   (took 687ms to check)
2013-03-28 22:12:37.305    [DEBUG][7]    DigitalRecorderDVBT::Tune@8
2013-03-28 22:12:37.459    [DEBUG][7]    File size is 0 bytes (non-existant)
2013-03-28 22:12:37.459    [INFO][7]    DigitalRecorder.StartStream() allocated handle: 0x1
2013-03-28 22:12:37.461    [DEBUG][7]    Temp at 2013-03-28 22:12:47
2013-03-28 22:12:37.461    [DEBUG][7]    Started recording (866:1:\\192.168.0.194\DiscStation\TVinspelningar\Sportnytt\Sportnytt_20130328_22002215.ts)
2013-03-28 22:12:37.551    [DEBUG][7]    Invalid file passed to StartParallelProcessing(): '\\192.168.0.194\DiscStation\TVinspelningar\Sportnytt\Sportnytt_20130328_22002215.ts'

Edit: I can access the NAS from the computer that is holding the recordings, and move the recordings manually.
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#5
2013-03-28, 09:32 PM
belgar Wrote:Sub: how do i change the recording service to be able to access the NAS?
I would fix it by changing permissions on the Recordings folder. Give "Full Control" permission to "Everyone" ... This might help ... http://www.tomshardware.co.uk/forum/1276...ve-windows
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#6
2013-03-28, 10:05 PM
DiskStation is also an odd sharename. That is often the server name for a Synology NAS

Martin
belgar
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Mar 2013
#7
2013-03-28, 10:11 PM
mvallevand Wrote:DiskStation is also an odd sharename. That is often the server name for a Synology NAS

Martin
Well, it is a Synology NAS. Activated the "guest" account and it worked, recording to the NAS right now.
Only tempory, but a fix for now.
GSpanFan
Offline

Junior Member

Posts: 47
Threads: 10
Joined: Apr 2005
#8
2014-01-25, 04:36 AM
Even though this thread appears to have died a long time ago, I thought I'd leave a note here about using a Synology NAS in case it would help someone else.

I had the exact same problem as the OP and couldn't get NPVR to record to my Synology NAS. I got the exact same error in the logs about "Invalid file sent to StartParallelProcessing..." I spent a lot of time messing with the user permissions in DSM to try to get the correct read/write permissions on the NAS.

It turns out getting the permissions right on the NAS is only half of the problem. What's not stated above, but would be really helpful to anyone else try to get this to work is to realize that you MUST select the directory that you'd like to record to on the NAS in NPVR under "Settings ... Recordings ... Add ..." and then go into "Network Places ... DISKSTATION ... [Recordings Directory]". This selects the UNC name for the shared directory (e.g., "\\DISKSTATION\TV Recordings"). If you are like me and set up a mapped network drive on your Windows machine (e.g., "N:\" mapping to the TV Recordings directory), you cannot simply select the mapped network drive because apparently services running on the localsystem account can't access mapped network drives.

The other part above, about setting your guest account to have access to the selected recordings directory, appears to also be required because the DSM log indicates that the [guest] account is accessing the recordings directory during recording. There may be some more elegant way to set this up using permissions and setting up new specific accounts, but I'm reluctant to run the NPVR software as something other than localsystem for fear that it will mess up the ability of NPVR to access the needed system level resources that the localsystem account provides.

Well there you have it. Hope this helps someone!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#9
2014-01-25, 04:55 AM
I wrote a utility called ShareHelper that you should be find in the forums that does map drive letters for Local System.

Marti
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to access tuner after hibernation bm_00 1 1,297 2022-12-12, 02:00 PM
Last Post: mvallevand
  Can't watch certain channels on live tv (but can record) tvwatcher 4 2,284 2021-05-05, 06:23 AM
Last Post: tvwatcher
  Need help with unable to find capture device please? Deandar1 2 1,767 2021-01-29, 07:17 AM
Last Post: sub
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,216 2021-01-07, 08:47 AM
Last Post: sub
  unable to delete recording manic_biker 9 2,951 2020-12-01, 09:41 PM
Last Post: mvallevand
  Possible to record in different format than .ts files? gadgetgaz 29 13,351 2020-10-04, 03:05 PM
Last Post: Ehrlichia
  Need help with unable to find capture device please thebigz 5 3,480 2020-06-15, 02:05 PM
Last Post: mvallevand
  Can't record repeating programs dave22 2 1,906 2020-04-20, 04:27 PM
Last Post: sub
  unable to communicate with recording service MaxOne72 9 3,550 2020-03-07, 11:59 AM
Last Post: Graham
  Unable to find capture device Rich A 2 2,082 2020-03-06, 10:39 PM
Last Post: Rich A

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

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

Linear Mode
Threaded Mode