NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR v5 Support Linux v
« Previous 1 2 3 4 5 … 13 Next »
Had comskip working, now it's not.

 
  • 0 Vote(s) - 0 Average
Had comskip working, now it's not.
baj1
Offline

Senior Member

Posts: 513
Threads: 88
Joined: Jan 2006
#1
2020-11-01, 05:36 AM
So I had comskip working for at least a few days, now it's not.  I created /opt/var/nextpvr/scripts/PostProcessing.sh from Martin's post here:
https://forums.nextpvr.com/showthread.ph...#pid527373

My comskip folder appears to be intact in my home folder.

I'm not finding Comskip, comskip or "PostProcessing" in the log files either, attached.


Attached Files
.zip   logs-20201101-0035.zip (Size: 1.26 MB / Downloads: 4)
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Ubuntu v20, NPVR v5.1.0.201216
Tuners: Hauppauge WinTV PVR-2250-MC Dual Tuner, HDHR Prime ATSC Dual Tuner
Clients: CoreElec-ODroid N2 x2, N2+, LibreElec-RPi4, Kodi-Samsung Tab2, Kodi-Linux PCs x2
CDinger
Offline

Member

Posts: 97
Threads: 23
Joined: Aug 2016
#2
2020-11-01, 03:50 PM
I'm no expert but searching your logs for "PostProcessing" reveals that permission is denied. I would look at your permissions and ownership for the PostProcessing.sh
Code:
2020-10-31 22:31:01.063 [DEBUG][14]     Starting: bash -c "'/var/opt/nextpvr/scripts/PostProcessing.sh' '/home/bmserver/Video_HD/Video_HD/KARE 11 News at 10/KARE 11 News at 10_20201031_22002229.ts' 11.1 1200 21 'KARE 11 News at 10'"
2020-10-31 22:31:01.065 [DEBUG][63]     > bash: /var/opt/nextpvr/scripts/PostProcessing.sh: Permission denied


Craig
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 36,339
Threads: 722
Joined: May 2006
#3
2020-11-01, 03:53 PM
And of course the oft-noted chmod +x on sh files which also gives permission denied.

Martin
baj1
Offline

Senior Member

Posts: 513
Threads: 88
Joined: Jan 2006
#4
2020-11-01, 04:48 PM
Thanks.  You were both right.

Code:
/var/opt/nextpvr/scripts$ ls -latr
total 16
-rwxr-xr-x 1 nextpvr nextpvr  135 Oct 26 13:04 PreStartup.sh
-rw-r--r-- 1 root    root      77 Oct 26 23:30 PostProcessing.sh
drwxr-xr-x 2 nextpvr nextpvr 4096 Oct 31 23:41 .
drwxr-xr-x 8 nextpvr root    4096 Nov  1 07:03 ..
I swear I had done that, it's in the how-to doc I was writing for myself in case I need to rebuild.  Plus PostProcessing.sh was working at least initially, I tested it right after I set it up last weekend.  Makes me wonder if I lost something on a reboot (shouldn't have).  I will test again and try a reboot as well.

-Brad
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Ubuntu v20, NPVR v5.1.0.201216
Tuners: Hauppauge WinTV PVR-2250-MC Dual Tuner, HDHR Prime ATSC Dual Tuner
Clients: CoreElec-ODroid N2 x2, N2+, LibreElec-RPi4, Kodi-Samsung Tab2, Kodi-Linux PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 36,339
Threads: 722
Joined: May 2006
#5
2020-11-01, 05:00 PM
That read-only permission is ok, nextpvr won't write or delete this file.

Martin
baj1
Offline

Senior Member

Posts: 513
Threads: 88
Joined: Jan 2006
#6
2020-11-01, 05:49 PM
Interesting, now the logs indicate that comskip can't be found.

2020-11-01 11:02:01.300 [DEBUG][92] > nice: ‘comskip’: No such file or directory

The Comskip folder exists my my home folder though, as does the comskip binary.  I followed the directions on comskip github to make it, and it had worked before.

trying to run it from the terminal doesn't work either:

Code:
~/Comskip$ comskip
comskip: command not found
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Ubuntu v20, NPVR v5.1.0.201216
Tuners: Hauppauge WinTV PVR-2250-MC Dual Tuner, HDHR Prime ATSC Dual Tuner
Clients: CoreElec-ODroid N2 x2, N2+, LibreElec-RPi4, Kodi-Samsung Tab2, Kodi-Linux PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 36,339
Threads: 722
Joined: May 2006
#7
2020-11-01, 05:55 PM
When you built comskip did you do the make install?

Martin
baj1
Offline

Senior Member

Posts: 513
Threads: 88
Joined: Jan 2006
#8
2020-11-01, 06:03 PM
I took this right out of the readme.md on github.

$ git clone git://github.com/erikkaashoek/Comskip
$ cd Comskip
$ ./autogen.sh
$ ./configure
$ make

I renamed my Comskip folder and repeated the steps. There are pages and pages of output from the make instruction, but nothing that said "error".
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Ubuntu v20, NPVR v5.1.0.201216
Tuners: Hauppauge WinTV PVR-2250-MC Dual Tuner, HDHR Prime ATSC Dual Tuner
Clients: CoreElec-ODroid N2 x2, N2+, LibreElec-RPi4, Kodi-Samsung Tab2, Kodi-Linux PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 36,339
Threads: 722
Joined: May 2006
#9
2020-11-01, 06:15 PM
Did you even try "make install" that I suggested You might need "sudo make install"

Martin
baj1
Offline

Senior Member

Posts: 513
Threads: 88
Joined: Jan 2006
#10
2020-11-01, 07:08 PM
Not yet, I got booted off by the boss and was banished by my office. Although I guess I could ssh in and try it.
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Ubuntu v20, NPVR v5.1.0.201216
Tuners: Hauppauge WinTV PVR-2250-MC Dual Tuner, HDHR Prime ATSC Dual Tuner
Clients: CoreElec-ODroid N2 x2, N2+, LibreElec-RPi4, Kodi-Samsung Tab2, Kodi-Linux PCs x2
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Streaming stops working after changing channels a few times Syler 9 162 2020-12-10, 08:32 PM
Last Post: sub
  bulk comskip processing script baj1 7 259 2020-11-21, 08:44 PM
Last Post: baj1
  Can't get VAAPI working for recording auto transcode patstr 7 477 2020-07-19, 06:22 PM
Last Post: mvallevand
  Lost EPG (was working) - possibly since upgrade hawkeye100 21 1,071 2020-07-06, 09:57 AM
Last Post: Graham
  Raspberry pi comskip DavidD 11 726 2020-06-29, 08:54 PM
Last Post: mvallevand
  Environment variable "SATIP_DEVICES" not working @Ubuntu, my Minisatip is not discove netmax 9 524 2020-05-27, 08:08 PM
Last Post: netmax
  Device Afatech stop working after few mins agarbato 10 603 2020-04-26, 06:12 PM
Last Post: agarbato
  Back Button Not Working MacOS Browser mcragoe 1 251 2020-04-01, 05:23 AM
Last Post: sub
  List of TV Tuner that are working shspvr 11 2,930 2020-01-08, 01:42 AM
Last Post: adwsail
  Ubuntu Installation Not working wildbillpdx 7 1,276 2019-11-06, 01:43 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