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 … 335 336 337 338 339 … 433 Next »
Recording to a network drive fails

Recording to a network drive fails
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#11
2011-10-20, 03:51 AM
The Recording service runs with different permissions then your user account so it won't necessary be able to able to write to the specified share. Start debugging by using the actual IP address and not "lounge"

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#12
2011-10-20, 04:02 AM
In addition to using the ip address, also try a share other than C$, which I think is one of the default administrative shares and probably not accessible from the recording service account.
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#13
2011-10-20, 06:54 AM
ok did some testing with some logs and screenshots to show some of my issues.

Playing a tv show from my client
* opened npvr on the client
* went to recordings
* played the happening
* waited for the black screen to appear and then pressed CTRL+s to stop
* exited NPVR

the logs show it trying to play C:\Recordings\Happening, The\Happening, The_20110821_21302325.ts which is the correct location if playing on the server.

these are the settings i have tried on the client
Server name = lounge | 192.168.1.100
Database location = \\lounge\c$\users\public\npvr | \\lounge\npvr | \\192.168.1.100\npvr


Recording to a mapped drive on the server
* Stopped the nrecord service
* Opened NPVR
* Changed the recording location to T:\ - this is mapped to \\lounge\recordings and the share permissions for this is that the logged in user has full control. (i have also tried using an ipaddress as the mapping i.e. \\192.168.1.100\recordings but no luck there either - this attempt was not in the logs)
* Started (well attempted to start) the nrecord service - this failed with the error in this screen shot below

I have also tried changing the permissions on the service to run as the logged in user but that didnt work either.

any other thoughts?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#14
2011-10-20, 05:12 PM
In your server logs it looks like your recording path is set to c:\recordings. There is no sign of you setting it to record to some network path.

Quote:2011-10-20 18:53:23.513 [DEBUG][7] About to start recording (3421): C:\Recordings\ONE News At 6\ONE News At 6_20111020_18001900.ts
2011-10-20 18:53:23.517 [INFO][7] DigitalRecorder.StartStream(C:\Recordings\ONE News At 6\ONE News At 6_20111020_18001900.ts)

Or are you trying to record to a directory on the server? If you are then why are you trying to use network paths? ie, on server just have it set to c:\recordings. The recording directory setting on the client is ignored.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#15
2011-10-20, 05:13 PM
Its normal for the client logs to the say the path as it would be on the server. There is no sign of an incoming connection on the server when you try to start playback on the client though, so I'd double check firewall software isnt getting in the way, and you've got the server name specified correctly on the client.
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#16
2011-10-20, 06:51 PM
Have you got both NextPVR and NRecord as exceptions on the Firewall on the server.

Most people also add both exceptions on the client. However I have just checked and my Vista client has neither exception set and my XP client which had both set still seems to work ok when both exceptions are removed.
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#17
2011-10-24, 10:39 AM (This post was last modified: 2011-10-24, 10:44 AM by skippy_nz.)
Ive just had a chance to do some more testing and i finally found the cause - as suggested it was the firewall - i thought i had enough exceptions to allow my client in but obviously that was wrong Smile

i enabled logging on server and it was blocking nrecord.exe - i had only enabled nextpvr.exe to go through the firewall previously.
to tidy things up what ports i should allow here for the client and for my newa tv guide or is it better to just enable tcp and udp access for the exes as required?

src-ip = my client and dst-ip = the server

[TABLE="width: 50%"]
[TR]
[TD]action[/TD]
[TD]protocol[/TD]
[TD]src-ip[/TD]
[TD]dst-ip[/TD]
[TD]src-port[/TD]
[TD]dst-port[/TD]
[/TR]
[TR]
[TD]ALLOW [/TD]
[TD]TCP [/TD]
[TD]192.168.1.10[/TD]
[TD]192.168.1.100[/TD]
[TD]55932 [/TD]
[TD]445[/TD]
[/TR]
[TR]
[TD]ALLOW [/TD]
[TD]TCP [/TD]
[TD]192.168.1.10[/TD]
[TD]192.168.1.100[/TD]
[TD]55933 [/TD]
[TD]7969[/TD]
[/TR]
[TR]
[TD]ALLOW [/TD]
[TD]TCP [/TD]
[TD]192.168.1.10[/TD]
[TD]192.168.1.100[/TD]
[TD]55934[/TD]
[TD]7969[/TD]
[/TR]
[TR]
[TD]DENY[/TD]
[TD]UDP[/TD]
[TD]192.168.1.10[/TD]
[TD]192.168.1.100[/TD]
[TD]1900[/TD]
[TD]63124[/TD]
[/TR]
[/TABLE]

Cheers
Skip
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#18
2011-10-24, 03:07 PM
When I first setup a client the server Firewall was the main problem. People were advising me to use different port settings so was getting nowhere. Once someone mentioned that instead of setting ports it was far easier to just to add NRecord to the firewall exception list and immediatly got the client working. NextPVR is usually added as part of the install process.
Nistrod
Offline

Member

Posts: 243
Threads: 45
Joined: Jul 2010
#19
2011-10-25, 07:44 AM
If the recording service runs as a different user, the drive mapping may not exist for that user.
Recording directly to \\server\share should work, rather than T:\
[SIZE="1"]NPVR 2.6.2;Windows 7 Enterprise SP1;i5 750; 8GB mem;Geforce 210;Winfast DTV100 S, Winfast DTV Dongle Gold; 2 x Winfast DTV2000DS
[/SIZE]
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#20
2011-10-25, 08:00 AM
Thanks for the replies - i have it sorted out with the firewall rules - i might just look at cleaning up the rules a little to make the machine a little more secure.

nistrod - i tried changing the user that the service runs as to the logged in user so in theory it should have worked but still no go - im happy with having the firewall rules being changed to make the client work correctly.

cheers
« 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
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,526 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 983 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,062 2023-11-20, 03:42 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,181 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,731 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,265 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 2,033 2021-03-27, 03:23 PM
Last Post: Jean0987654321
Video Restrict Recording Space foucomm 1 1,323 2021-01-30, 09:25 PM
Last Post: mvallevand
  Directory dropdown on the recording edit dialog MicahMakenzie 1 1,496 2021-01-11, 04:37 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 1,882 2021-01-08, 12:03 AM
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