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 … 82 83 84 85 86 … 101 Next »
Extras device no longer works since upgrading to most recent NPVR build

 
  • 0 Vote(s) - 0 Average
Extras device no longer works since upgrading to most recent NPVR build
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#11
2020-06-08, 01:31 AM
It should yes. Don't kill the service though disable it as I posted above

Martin
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#12
2020-06-08, 10:15 AM
For the avoidance of doubt ...

When you start the NextPVR Server service from a command prompt ... the service runs in the account of the logged-on user and batch files and wotnot are visible in the user account ... Plus, folder names in scripts/batch files are relative to the home folder of the logged-on user.

When NextPVR Server is installed using the installer ... The NextPVR Server service runs in the System account and batch files and wotnot are not visible in the logged-on user window ... Plus, folder names in scripts/batch files are not relative to the home folder of the logged-on user ... it is recommended to use full path names in scripts and batch files.
gdogg371
Offline

Member

Posts: 149
Threads: 23
Joined: May 2018
#13
2020-06-08, 04:29 PM
Hi Graham - Here is the VLC command I am passing:

"G:\VLC\vlc" --ffmpeg-hw --avcodec-hw=any dshow:// :dshow-vdev="Video (00 Pro Capture HDMI 4K+)" :dshow-adev="Audio (2- 00 Pro Capture HDMI 4K+)" :dshow-threads=8 :dshow-aspect-ratio=16\:9 :dshow-size="3840x2160" :dshow-pixel_format=yuv444p16le :dshow-tune=film :dshow-preset=lossless :dshow-profile=main10 show-vcodec=x265 :dshow-fps=50 :dshow-crf=0 :dshow-acodec=mp4a :dshow-stereo-mode=5 :dshow-force-surround-sound=0 :dshow-ab=128 :dshow-samplerate=44100 :no-dshow-config :live-caching=300 --sout "#transcode{venc=ffmpeg,vcodec=mp2v,threads=8,aspect=16:9,width=3840,height=2160,fps=50,acodec=a52,ab=1500,channels=2,samplerate=48000,soverlay}Confusedtandard{access=file,dst=-,mux=ts}"

Would this cause issues running as a service?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#14
2020-06-08, 04:41 PM
(2020-06-08, 04:29 PM)gdogg371 Wrote: Would this cause issues running as a service?
Who knows - maybe? VLC may be popping up a window to ask the user something. (since it might think it's first run for a new user or something like that)

You could try setting the service to run as your account (instead of the default 'localsystem' account).
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#15
2020-06-08, 04:50 PM
Graham/sub to save some time VLC is actually running ok although it is transcoding to the wrong format. I suspect the issue is the interact with desktop setting. Again for third time, if you want to see VLC for whatever reason disable the service and run NextPVRServer.exe manually.

For other that might consider vlc in an extra you really don't want to see the VLC UI anyway and the option you would use is -I dummy.

Martin.
gdogg371
Offline

Member

Posts: 149
Threads: 23
Joined: May 2018
#16
2020-06-08, 05:18 PM
(2020-06-08, 04:50 PM)mvallevand Wrote: Graham/sub to save some time VLC is actually running ok although it is transcoding to the wrong format.  I suspect the issue is the interact with desktop setting.  Again for third time, if you want to see VLC for whatever reason disable the service and run NextPVRServer.exe manually.

For other that might consider vlc in an extra you really don't want to see the VLC UI anyway and the option you would use is -I dummy.

Martin.

In what way is the format wrong? I've transcoded it to a transport stream. I thought that was what NPVR needed?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#17
2020-06-08, 05:21 PM
This is why I am dropping out I keep having to repeat myseflt. I already told you it should be h264/aac. Certainly mpeg2video for 4k 2160p resolution is ridiculous

Martin
gdogg371
Offline

Member

Posts: 149
Threads: 23
Joined: May 2018
#18
2020-06-08, 05:27 PM
(2020-06-08, 05:21 PM)mvallevand Wrote: This is why I am dropping out I keep having to repeat myseflt.  I already told you it should be h264/aac.  Certainly mpeg2video for 4k 2160p resolution is ridiculous

Martin


Apologies for not having your masterly command of these matters. However the below for me fails to produce a valid transport stream:

"G:\VLC\vlc" --ffmpeg-hw --avcodec-hw=any dshow:// :dshow-vdev="Video (00 Pro Capture HDMI 4K+)" :dshow-adev="Audio (2- 00 Pro Capture HDMI 4K+)" :dshow-threads=8 :dshow-aspect-ratio=16\:9 :dshow-size="3840x2160" :dshow-pixel_format=yuv444p16le :dshow-tune=film :dshow-preset=lossless :dshow-profile=main10 show-vcodec=h264 :dshow-fps=50 :dshow-crf=0 :dshow-acodec=mp4a :dshow-stereo-mode=5 :dshow-force-surround-sound=0 :dshow-ab=128 :dshow-samplerate=44100 :no-dshow-config :live-caching=300 --sout "#transcode{venc=ffmpeg,vcodec=h264,threads=8,aspect=16:9,width=3840,height=2160,fps=50,acodec=a52,ab=1500,channels=2,samplerate=48000,soverlay}Confusedtandard{access=file,dst=-,mux=ts}"
gdogg371
Offline

Member

Posts: 149
Threads: 23
Joined: May 2018
#19
2020-06-08, 05:35 PM
Actually - this now works:

"G:\VLC\vlc" --ffmpeg-hw --avcodec-hw=any dshow:// :dshow-vdev="Video (00 Pro Capture HDMI 4K+)" :dshow-adev="Audio (2- 00 Pro Capture HDMI 4K+)" :dshow-threads=8 :dshow-aspect-ratio=16\:9 :dshow-size="3840x2160" :dshow-pixel_format=yuv444p16le :dshow-tune=film :dshow-preset=lossless :dshow-profile=main10 show-vcodec=x265 :dshow-fps=50 :dshow-crf=0 :dshow-acodec=mp4a :dshow-stereo-mode=5 :dshow-force-surround-sound=0 :dshow-ab=128 :dshow-samplerate=44100 :no-dshow-config :live-caching=300 --sout "#transcode{vcodec=h264,threads=8,aspect=16:9,width=3840,height=2160,fps=50,acodec=a52,ab=1500,channels=2,samplerate=48000,soverlay}Confusedtandard{access=file,dst=-,mux=ts}"
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,839
Threads: 954
Joined: May 2006
#20
2020-06-08, 05:47 PM
If you use aac instead of a52 the web server won't need to transcode. You are only using 2 channels so no need for a52.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NPVR Windows recordings folder cleanup.... Colincam 21 2,874 2025-04-16, 07:38 PM
Last Post: mvallevand
  NextPVR client no longer works Rich A 13 623 2025-03-30, 10:04 PM
Last Post: mvallevand
  Freezing/Buffering on Windows 11 (NPVR app only) nextpvrnoob 64 7,667 2025-02-21, 07:52 PM
Last Post: mvallevand
  EPG No Longer Working - zap2xml SamM 11 1,490 2025-02-13, 11:00 PM
Last Post: SamM
  Help. IPTV audio. 1ch works. 1ch doesn't. w/examples+logs snard 6 446 2025-02-02, 10:11 PM
Last Post: snard
  NPVR No Longer Acessible From LAN 4zm4r3d02 2 275 2025-01-26, 04:35 PM
Last Post: 4zm4r3d02
  Starting Device:please wait JohnMark 14 826 2025-01-19, 02:24 PM
Last Post: mvallevand
  NPVR NOT in system tray now RichU 4 391 2025-01-05, 10:20 PM
Last Post: RichU
  Device does not start kevin939 2 496 2024-12-29, 05:52 PM
Last Post: kevin939
  cannot add new device sebjoan 13 871 2024-12-20, 09:05 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode