NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 72 73 74 75 76 … 100 Next »
Recoding directory and Padding, Why ????

 
  • 0 Vote(s) - 0 Average
Recoding directory and Padding, Why ????
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#21
2020-10-23, 06:26 PM
(2020-10-23, 06:24 PM)pbelo Wrote: sub, but I dont have password for user....I have no password at all inside PC.
  any other way ?
Just put your recording folder somewhere else then.
pbelo
Offline

Junior Member

Posts: 44
Threads: 6
Joined: May 2018
#22
2020-10-23, 06:41 PM
On the Settings->General page, if you set pre/post padding to 15 minutes, then any time you schedule a new recording after that, "default" will mean 15 minutes.

I see, will check next recording and confirm that. many thanks
pbelo
Offline

Junior Member

Posts: 44
Threads: 6
Joined: May 2018
#23
2020-10-23, 06:45 PM
Just put your recording folder somewhere else then.

ok, then , or I just keep same way as now, after recording done, just click download to my download folder, many thanks for kind help
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#24
2020-10-23, 06:59 PM
(2020-10-23, 05:52 PM)pbelo Wrote: i use normally TVMosaic and recordings go fine into c:\users\pedrobelo\downloads  directory.

I record with TVMosaic without issues , waht u mean by 'language issue ' ? Normal recordings with Mosiac , no problem at all.

you say ' c:\users\public\videos' but is not same as c:\users\pedrobelo\downloads ? Why is diferent ?

NextPVR doesn't like the character set for the accented file names


    "file": "C:\\Users\\PedroBelo\\Downloads\\Une plan\u00E8te, deux mondes sauvages\\Une plan\u00E8te, deux mondes sauvages_20201022_20052140.ts",

and it is causing several errors that sub needs to look into.

Martin
pbelo
Offline

Junior Member

Posts: 44
Threads: 6
Joined: May 2018
#25
2020-10-23, 07:19 PM
thank you Martin for yr input , appreciated.
greetings from Portugal
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#26
2020-10-23, 07:58 PM
(2020-10-23, 06:59 PM)mvallevand Wrote: NextPVR doesn't like the character set for the accented file names


    "file": "C:\\Users\\PedroBelo\\Downloads\\Une plan\u00E8te, deux mondes sauvages\\Une plan\u00E8te, deux mondes sauvages_20201022_20052140.ts",
I can't see an obvious problem there. That escaping should be fine for json, and I'm not seeing any sign of it failing to create the file because of these characters. The actual file name it was attempting to create was:

C:\Users\PedroBelo\Downloads\Une planète, deux mondes sauvages\Une planète, deux mondes sauvages_20201022_20052140.ts

but this would have failed because he had set it to record to a directory where it didn't have permission to record.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#27
2020-10-23, 08:12 PM
The folder looks ok and no message about no data delivered

2020-10-22 21:50:00.236 [DEBUG][9] StopStream handle: 47
2020-10-22 21:50:00.236 [DEBUG][9] Closing TSWriter....: C:\Users\PedroBelo\Downloads\Une planète, deux mondes sauvages\Une planète, deux mondes sauvages_20201022_20052140.ts
2020-10-22 21:50:00.250 [ERROR][9] writer.Close() did not complete in a timely fashion
2020-10-22 21:50:00.250 [DEBUG][9] Close@2
2020-10-22 21:50:00.251 [DEBUG][9] Closing mapAccessor
2020-10-22 21:50:00.251 [DEBUG][9] Closing mapMMF
2020-10-22 21:50:00.251 [DEBUG][9] Closing mapFileStream
2020-10-22 21:50:00.251 [DEBUG][9] deleting C:\Users\PedroBelo\Downloads\Une planète, deux mondes sauvages\Une planète, deux mondes sauvages_20201022_20052140.ts.map
2020-10-22 21:50:00.252 [DEBUG][9] Close@exit

but if you look further down the logs.

2020-10-22 22:49:50.735 [ERROR][50] Error in /live: System.InvalidOperationException: Invalid non-ASCII or control character in header: 0x00E8
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpHeaders.ThrowInvalidHeaderCharacter(Char ch)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpHeaders.ValidateHeaderValueCharacters(StringValues headerValues)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseHeaders.SetValueFast(String key, StringValues value)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpHeaders.Microsoft.AspNetCore.Http.IHeaderDictionary.set_Item(String key, StringValues value)
at NextPVRServer.Controllers.StreamController.SetHeader(String header, String value)
at NShared.Streaming.StreamingHelper.DownloadRecording(ScheduledRecording recording, ServiceResponseStream responseStream, Dictionary`2 parameters)
at NShared.Streaming.StreamingHelper.StreamNativeRecording(ServiceResponseStream responseStream, Dictionary`2 parameters)
at NShared.Streaming.StreamingHelper.StreamNative(ServiceResponseStream responseStream, Dictionary`2 parameters)
at NextPVRServer.Controllers.StreamController.DoStream(Dictionary`2 parameters)
at NextPVRServer.Controllers.StreamController.Get()

2020-10-22 22:51:18.396 [ERROR][170] Unexpected error in WriteSafeReadAllLines: System.IO.FileNotFoundException: Could not find file 'C:\Users\Public\NPVR-data\web\temp\Une planète, deux mondes sauvages-4496d3d07cf34e85acc2a8df49f61dba.m3u8'.
File name: 'C:\Users\Public\NPVR-data\web\temp\Une planète, deux mondes sauvages-4496d3d07cf34e85acc2a8df49f61dba.m3u8'
at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at NShared.Extend.RequestHandlers.TranscoderHLS.WriteSafeReadAllLines(String path)

Martin
pbelo
Offline

Junior Member

Posts: 44
Threads: 6
Joined: May 2018
#28
2020-10-23, 08:20 PM
hi sub, just made a trial record.

Used same old dir  --- C:\Users\PedroBelo\Downloads\  --- where in past couldnot get the download file.
But now it was there....so it seems not an  issue on type of folders , personal -public.
So far , seems ok and same as Mosaic.

will keep testing and feedbacking you .
many tks for support
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  Directory not deleted after recording deleted Bobins 13 689 2025-03-08, 05:30 PM
Last Post: sub
  How is NextPVR using more than one recording directory? Kaloo_ 6 745 2024-10-10, 06:26 PM
Last Post: mvallevand
  Cannot change Recording Directory to a Local Network Directory fasteddy 6 1,214 2023-09-26, 08:38 AM
Last Post: cyrano
  Scheduler not always showing correct Directory pabaxt 3 553 2023-05-23, 06:56 AM
Last Post: pabaxt
  recorded show directory issue? eastavin 1 421 2023-05-20, 11:50 PM
Last Post: sub
  How to sort the Recurring, and change directory default Jakesty 13 1,758 2023-02-20, 11:58 AM
Last Post: jrockow
  pre, post padding settings for each channel koijh65 1 550 2023-01-10, 01:38 AM
Last Post: mvallevand
  Buffer and Recording Directory asw2012 2 716 2022-09-06, 07:28 PM
Last Post: asw2012
  Ignoring Post-Padding Setting jguarrasi 8 1,262 2022-05-06, 10:09 PM
Last Post: jguarrasi
  TVGuide program title padding Croftie 5 1,152 2021-11-29, 08:49 PM
Last Post: jcjefferies

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

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

Linear Mode
Threaded Mode