NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
1 2 3 4 5 34 Next »
Downloaded VOD cannot skip ahead/FF/RW/RESUME

 
  • 0 Vote(s) - 0 Average
Downloaded VOD cannot skip ahead/FF/RW/RESUME
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,832
Threads: 954
Joined: May 2006
#61
2025-03-23, 03:20 PM
This update doesn't use the API, is uses a sqlite call.  There is also before and after logging of the XML that should be going to Kodi so you can see any durations changes.  The original VOD files your were testing should still work.

I didn't stop the download since I still would like you to test if you think mp4 playback was better.  It seems to be.

Martin


Attached Files
.zip   NextTool-2.6.0.zip (Size: 174.61 KB / Downloads: 1)
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#62
2025-03-23, 04:07 PM
Testing the new build now on another title I had recorded.

Afterwards I will circle back around to feeding the mp4 file to NextTool and verify if that has a seeking issue. Sorry I did not test that sooner.. Correct me if that is not what you meant.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,832
Threads: 954
Joined: May 2006
#63
2025-03-23, 04:15 PM
Actually once/if the duration isn't zero I want to test the mp4 in Kodi. Just renaming the ts file normally is enough.

Martin
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#64
2025-03-23, 04:33 PM
So rename the original ts file to something else, and rename the mp4 file to "movietitle.ts" ? I will try. I believe I tried renaming a previous recording after feeding it through ffmpeg to match an original ts recording in the past that resulted in the m3u8 file disappearing.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,832
Threads: 954
Joined: May 2006
#65
2025-03-23, 04:37 PM
The MP4 file will have the correct name but it still needs a good duration if you play via pvr

Martin
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#66
2025-03-23, 05:09 PM
So I should renaming the ts file for example, movietitleOLD.ts, and keep the mp4 file named as is and the PVR should recognize the mp4 as the replacement?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,832
Threads: 954
Joined: May 2006
#67
2025-03-23, 05:18 PM
Right. However it is one way so it can go ts to MP4 or mkv but not back so do any ts skip testing first.

Martin
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#68
2025-03-23, 05:30 PM (This post was last modified: 2025-03-23, 05:32 PM by SysAdminZ.)
Tested on two titles.  TS files confirmed still not working with the skip/ff/rw test.  Buttons do not appear, duration still 0 in NextPVR.  Same goes for the mp4 files.  I tested renaming the ts files as well as removing them altogether.  Kodi plays them just fine but there is no ff/rw buttons or the ability to move the slider manually to skip ahead or backwards.

shall I try removing the m3u8 files?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,832
Threads: 954
Joined: May 2006
#69
2025-03-23, 05:39 PM (This post was last modified: 2025-03-23, 05:39 PM by mvallevand.)
In the new log what is showing for the duration after change?

Martin
SysAdminZ
Offline

Member

US
Posts: 64
Threads: 3
Joined: Mar 2025
#70
2025-03-23, 06:54 PM
still <duration>00:00</duration> :


[...startup]
2025-03-23 10:44:53.237 [DEBUG][1] NextTool, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null
2025-03-23 10:44:53.249 [INFO][1] Using remote RecordingService
2025-03-23 10:44:53.250 [DEBUG][1] Database: /var/opt/nextpvr/npvr.db3
2025-03-23 10:44:53.296 [INFO][1] --vod /media/recordings/movietitle/movietitle.ts
2025-03-23 10:44:53.546 [DEBUG][9] Before translation\n <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
<recordings>
<recording>
<id>859</id>
<name>movietitle</name>
<group>movietitle</group>
<desc></desc>
<subtitle></subtitle>
<start_time>3/22/2025 7:52:07 AM</start_time>
<start_time_ticks>1742647927</start_time_ticks>
<duration>00:00</duration>
<duration_seconds>0</duration_seconds>
<status>Ready</status>
<reason></reason>
<quality>QUALITY_DEFAULT</quality>
<size>0</size>
<firstrun>true</firstrun>
<m3u8>true</m3u8>
<significance></significance>
<pre_padding>1</pre_padding>
<post_padding>2</post_padding>
<red>False</red>
<blue>False</blue>
<green>False</green>
<yellow>False</yellow>
<epg_end_time_ticks>1742665927</epg_end_time_ticks>
<channel>VOD</channel>
<channel_id>0</channel_id>
<file>/media/recordings/movietitle/movietitle.ts</file>
<recurring>false</recurring>
<recurring_parent>0</recurring_parent>
</recording>
</recordings>
</rsp>

2025-03-23 10:44:53.571 [DEBUG][9] Reset start time 3/22/2025 12:52:07 PM 0 3/22/2025 12:52:07 PM
2025-03-23 10:44:53.622 [DEBUG][9] After convertion\n <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
<recordings>
<recording>
<id>859</id>
<name>movietitle</name>
<group>movietitle</group>
<desc>Description Description Description.</desc>
<subtitle></subtitle>
<start_time>3/22/2025 7:52:07 AM</start_time>
<start_time_ticks>1742647927</start_time_ticks>
<duration>00:00</duration>
<duration_seconds>0</duration_seconds>
<status>Ready</status>
<reason></reason>
<quality>QUALITY_DEFAULT</quality>
<size>0</size>
<firstrun>true</firstrun>
<m3u8>true</m3u8>
<significance></significance>
<genres>
<genre>Movie</genre>
</genres>
<pre_padding>1</pre_padding>
<post_padding>2</post_padding>
<red>False</red>
<blue>False</blue>
<green>False</green>
<yellow>False</yellow>
<epg_end_time_ticks>1742665927</epg_end_time_ticks>
<year>1985</year>
<channel>VOD</channel>
<channel_id>0</channel_id>
<file>/media/recordings/movietitle/movietitle.ts</file>
<recurring>false</recurring>
<recurring_parent>0</recurring_parent>
</recording>
</recordings>
</rsp>

2025-03-23 10:44:57.817 [DEBUG][9] Download /media/recordings/movietitle/movietitle.mp4 started\n Content-Typ>
Content-Length: 3723744241
Content-Range: bytes 0-3723744240/3723744241

2025-03-23 11:44:08.153 [DEBUG][42] Download ended
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (10): « Previous 1 … 5 6 7 8 9 10 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skip ParallelProcessing.sh on all BBC channels TokenVideo22 2 736 2022-12-03, 05:40 PM
Last Post: TokenVideo22

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

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

Linear Mode
Threaded Mode