NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 17 18 19 20 21 … 34 Next »
Incomplete VOD Recordings from IPTV Streams

 
  • 0 Vote(s) - 0 Average
Incomplete VOD Recordings from IPTV Streams
nonuoha
Offline

Junior Member

United States
Posts: 40
Threads: 5
Joined: Aug 2021
#21
2021-08-06, 06:33 PM
(2021-08-05, 08:14 PM)sub Wrote:
(2021-08-05, 05:26 PM)nonuoha Wrote:
(2021-08-05, 04:57 PM)sub Wrote:
(2021-08-05, 02:46 PM)nonuoha Wrote:
(2021-08-04, 08:10 PM)sub Wrote: Just to confirm you're using it the way it was intended, are you going to the VOD page in the webapp, and clicking the 'download' button on the top-right of cover artwork?

Something must be wrong with my NextPVR server setup/configuration, I do not get the movie art or download button as shown in your screenshot. Hmmm!
If you can put your npvr.db3 file somewhere like onedrive or dropbox, and PM me a link, I'll check if it has VOD streams in the database.

If you don't it's possibly because something your IPTV provider was doing differently to most. I'll be able to check that, and hopefully fix for you.

I just sent you a PM with the link to my npvr.db3 file as requested.  Please let me know if you need additional information.  I also posted some updates with screenshots to this thread https://forums.nextpvr.com/showthread.ph...#pid558991
It is a case of your IPTV provider doing things differently to the other services i've seen. Usually they clearly identify vod content, with a url to the file, and url to the artwork etc. In your case, it just looks like a channel, and also has no artwork available.

With a change to the code, I was able to get the streams to show up as VOD, but there is no artwork, so the VOD screens look a lot more boring than the examples I posted. The download function does work though, and when you use that and try to view the recording in the Recordings page, it does try to find some artwork based on the name. I've attached an updated dlls you can install. You need to use the 'update channels' button to pull in the VOD again before they'll show up.
Hi Sub,

I applied the two dll files you provided and it did make the VOD menu option availabe but created another issue.  Only the movies VOD playlist is downloaded and parsed.  Other playlists coul no longer be download even my live TV playlist.  Unfortunately, I replace the files without backup.  I've decided to uninstall NextPVR, purge application system files, and do a fresh install.  I'll provide progress report on the new installation.

Thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#22
2021-08-06, 06:35 PM
(2021-08-06, 06:33 PM)nonuoha Wrote: I applied the two dll files you provided and it did make the VOD menu option availabe but created another issue.  Only the movies VOD playlist is downloaded and parsed.  Other playlists coul no longer be download even my live TV playlist.  Unfortunately, I replace the files without backup.  I've decided to uninstall NextPVR, purge application system files, and do a fresh install.  I'll provide progress report on the new installation.
I did find a bug in that updated .dll, which would account for the other m3u not loading. This fixes it.


Attached Files
.zip   NShared.zip (Size: 328.83 KB / Downloads: 3)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#23
2021-08-06, 06:37 PM
It's a little confusing in your case, because you have a separate m3u for the vod content. Most people have them mixed in with the channels, and when you import you get of pile of channels, and the VOD is updated behind the scenes. In your case, you import the vod m3u, and I think there was one channel? I'd import that, so the IPTV device is properly created.
nonuoha
Offline

Junior Member

United States
Posts: 40
Threads: 5
Joined: Aug 2021
#24
2021-08-06, 07:14 PM
(2021-08-06, 06:37 PM)sub Wrote: It's a little confusing in your case, because you have a separate m3u for the vod content. Most people have them mixed in with the channels, and when you import you get of pile of channels, and the VOD is updated behind the scenes. In your case, you import the vod m3u, and I think there was one channel? I'd import that, so the IPTV device is properly created.

I'll apply the new dll files as instructed.  Which of these locations would you say is the document root of NextPVR server /opt/nextpvr or /var/opt/nextpvr?
nonuoha
Offline

Junior Member

United States
Posts: 40
Threads: 5
Joined: Aug 2021
#25
2021-08-06, 07:24 PM
(2021-08-06, 07:14 PM)nonuoha Wrote:
(2021-08-06, 06:37 PM)sub Wrote: It's a little confusing in your case, because you have a separate m3u for the vod content. Most people have them mixed in with the channels, and when you import you get of pile of channels, and the VOD is updated behind the scenes. In your case, you import the vod m3u, and I think there was one channel? I'd import that, so the IPTV device is properly created.

I'll apply the new dll files as instructed.  Which of these locations would you say is the document root of NextPVR server /opt/nextpvr or /var/opt/nextpvr?

I forgot to explain why I asked the document root question.  Although my virtual host configuration is working, I would like to add the "DocumentRoot" tag to the virtual host file and see if it will improve performance. I've seen lots of questions on this topic and I would like to post my solution on linux server running apache.  This may help others who're interested.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#26
2021-08-06, 07:59 PM
I think Martin mentioned it's in /opt/nextpvr/system. I manually install in my test system, and things are are in different places for my development machine
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#27
2021-08-06, 08:36 PM
Document root for a web server is completely different though this is more a nginx or apache setting and nextpvr will just append to the root you set in in /www/data or however you set this up.

Martin
nonuoha
Offline

Junior Member

United States
Posts: 40
Threads: 5
Joined: Aug 2021
#28
2021-08-07, 08:08 PM
(2021-08-06, 06:37 PM)sub Wrote: It's a little confusing in your case, because you have a separate m3u for the vod content. Most people have them mixed in with the channels, and when you import you get of pile of channels, and the VOD is updated behind the scenes. In your case, you import the vod m3u, and I think there was one channel? I'd import that, so the IPTV device is properly created.

Hi Sub,

I uninstall NextPVR server and purged system files and dependencies to see if the VOD will work as implemented after applying the modified dll files.  Unfortunately, it's not working for me.  Movies are stuck in "Sarting the device" and doesn't play.  I've also noticed significant slowness as soon as I applied the new dll files.  Thanks for looking into this.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#29
2021-08-07, 08:11 PM
(2021-08-07, 08:08 PM)nonuoha Wrote: I uninstall NextPVR server and purged system files and dependencies to see if the VOD will work as implemented after applying the modified dll files.  Unfortunately, it's not working for me.  Movies are stuck in "Sarting the device" and doesn't play.  I've also noticed significant slowness as soon as I applied the new dll files.  Thanks for looking into this.
Do they now at least show up in the VOD section for you? That was the key change in this updated dll.

If they do show up in VOD, but you aren't able to just click on a show and watch it, does it let you click the download button, wait 20 seconds or so, then see it listed as recording in the Recordings page? Can you then watch it from there?
nonuoha
Offline

Junior Member

United States
Posts: 40
Threads: 5
Joined: Aug 2021
#30
2021-08-07, 08:28 PM
(2021-08-07, 08:11 PM)sub Wrote:
(2021-08-07, 08:08 PM)nonuoha Wrote: I uninstall NextPVR server and purged system files and dependencies to see if the VOD will work as implemented after applying the modified dll files.  Unfortunately, it's not working for me.  Movies are stuck in "Sarting the device" and doesn't play.  I've also noticed significant slowness as soon as I applied the new dll files.  Thanks for looking into this.
Do they now at least show up in the VOD section for you? That was the key change in this updated dll.

If they do show up in VOD, but you aren't able to just click on a show and watch it, does it let you click the download button, wait 20 seconds or so, then see it listed as recording in the Recordings page? Can you then watch it from there?

Unfortunately, the VOD menu disappeared completely before and after I applied the modified dll files to the new installation.
« Next Oldest | Next Newest »

Users browsing this thread: 4 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Direct access to recordings TugboatBill 1 129 2025-05-05, 11:04 PM
Last Post: mvallevand
  IPTV stops often SysAdminZ 17 526 2025-04-08, 01:04 AM
Last Post: mvallevand
  NextPVR 7 looses recordings after post processing ballfam 15 812 2024-12-20, 03:23 AM
Last Post: ballfam
  Recordings fail, sometimes while playing WagMan 9 545 2024-11-07, 12:46 PM
Last Post: mvallevand
  recordings fail, somtimes while playing WagMan 0 210 2024-11-02, 03:00 AM
Last Post: WagMan
  Random skipping in recordings ballfam 25 2,361 2024-04-29, 07:58 PM
Last Post: ballfam
  Failed Recordings sgar75 13 1,172 2024-04-23, 09:16 PM
Last Post: mvallevand
  failed recordings CDinger 11 1,072 2024-04-21, 03:29 AM
Last Post: CDinger
  Streams stopping intermittently Langelus 28 2,965 2024-03-22, 09:18 AM
Last Post: Langelus
  No NVENC option in settings/transcoder and subtitles missing from ts recordings AWellesley 6 1,054 2024-03-04, 03:19 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