NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Extras v
1 2 3 4 Next »
Getting Pluto extra to work

 
  • 0 Vote(s) - 0 Average
Getting Pluto extra to work
ballfam
Offline

Member

Australia
Posts: 132
Threads: 11
Joined: Jul 2020
#11
2024-02-19, 03:18 AM
Actually, it looks like the line I added to config.xml is actually working....I just checked and the schedule has been updated....I'll keep an eye on it.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#12
2024-02-19, 06:29 AM
Good luck I don't recall sub adding anything similar make sure the python xmltv wake up is disabled to avoid extra calls
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#13
2024-02-19, 06:57 AM
There is no setting called <xmltv_update> so it'll just be ignoring it.

On the Settings->Guide page, you can specify multiple times in the 'Times' field. Use a comma to separate multiple times. No spaces.
ballfam
Offline

Member

Australia
Posts: 132
Threads: 11
Joined: Jul 2020
#14
2024-02-19, 02:00 PM
Thanks Sub, that's exactly what I need. This instance of NextPVR is dedicated to Pluto, so I just need some way to update the entire EPG several times a day to cope with the fact that the Pluto EPG only keeps around 3 hours of programming.
ballfam
Offline

Member

Australia
Posts: 132
Threads: 11
Joined: Jul 2020
#15
2024-02-20, 03:02 PM (This post was last modified: 2024-02-20, 03:07 PM by ballfam.)
@Prsa01. So, what I'm seeing with recordings are that issues are specific to the channel. I suspect Pluto just collects rag-tag set of streams from all over the place and re-streams them on their platform, and throws in a few channels of their own, so everyone has a different take on what the stream looks like. Some channels are completely flawless, they stream perfectly and are searchable, while others are really messed up, and there doesn't appear to be any sane timecode in them.

I'm recording a bunch of stuff from a number of the live news channels such as "CBS News", "ABC New Live", and "NBC News NOW", and they all work perfectly. Since these channels are available on several platforms, I assume they are just a re-stream of a professionally generated live stream with correct indexing and searching.

PBR Ride Pass, on the other hand, is something exclusive to Pluto, and it is totally messed up. Even watching it from the start without jumping doesn't always work properly; occasionally, the video freezes, but the audio keeps on going. I'm experimenting with some ffmpeg remuxing in PostProcessing.sh to see if it helps. This is my first attempt:

Code:
ffmpeg -fflags +genpts -i "$1" -vcodec copy -acodec copy -c:s copy  -movflags faststart "${1%.*}.mp4"

But I have a feeling I'll have to end up doing a full recode.

If anyone has any suggestions for ffmpeg syntax that might produce a good result, please post.

Martin, Sub,

Is there any way of having PostProcessing do something based on the channel? I would want to leave some channels alone, while others may need a complete recode. Currently, I'm just running ffmpeg on every channel, while it's just copying it's not a big deal, but if it has to do a full recode, I want to limit the scope if I can.
ballfam
Offline

Member

Australia
Posts: 132
Threads: 11
Joined: Jul 2020
#16
2024-02-20, 04:14 PM
It would be really handy if the parameters passed in to PostProcessing.sh were:
  • $1 := The full pathname for the recorded file (this is currently the case)
  • $2 := The name of the channel or the channel number that the file was recorded on

This way I can use some shell magic to filter post processing based on channel.

I don't suppose there is any doc on the parameters passed to PostProcessing.sh, is there? Anything other than the filename passed in?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#17
2024-02-20, 11:58 PM
As I said for many streams a simple remux won't work and even a transcode won't work. You need to remove the timing and thumbnail files as the cause bad seeking too they don't work with these crappy streams

I guess you didn't even look at the parameters on the wiki which is the official documentation
ballfam
Offline

Member

Australia
Posts: 132
Threads: 11
Joined: Jul 2020
#18
2024-02-21, 12:25 AM
Oops, sorry, I completely forgot there was a wiki with all the doc....of course it's in there, and no surprise, the channel number is in fact parameter 2. My bad.

I'm actually moving the recording file out of the original location as part of the PostProcessing, and I leave all the other files in the original location, so the playback (which is Plex) doesn't know that the timing and thumbnail files even exist, all it sees is the .mp4 file I make. I'm not sure, but I suspect Plex won't even look at those other files anyway. Most streamed recordings from other sources seem to playback without any issues without those other files.

It's a little early to tell, but at least one recording came out OK after running it through ffmpeg. I have a feeling generating the PTS with +genpts when passing through ffmpeg may have solved the issue, but I want t wait for a few more recordings before I declare victory.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#19
2024-02-21, 01:25 AM
It is not just a pts issue https://forums.nextpvr.com/showthread.ph...#pid589457 is pretty clear you need to make sure all ads are removed and then rebuild the timestamps testing 2:or 3 times won't help confirm anything but at least If you are still using the obsolete addon your distro provides that won't help
ballfam
Offline

Member

Australia
Posts: 132
Threads: 11
Joined: Jul 2020
#20
2024-02-21, 02:42 PM
Yup, it didn't fix the issue, at least not for everything. This channel is a little strange, some recordings are fine, while others have a completely messed up timecode, and it seems to come down to the actual series being recorded (one series is always good, another is always messed up). Pluto really is hit or miss with recordings.

Martin, that link you posted connects to a thread about how to change the recording directory, and it only contains 2 posts (Sub answers the question in the second). Was that the link you intended?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (17): « Previous 1 2 3 4 5 … 17 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  TabloTV Extra mvallevand 17 5,520 2025-03-13, 10:55 PM
Last Post: mvallevand
  Reminder Pluto TV Extra removed mvallevand 0 567 2025-01-04, 06:32 PM
Last Post: mvallevand
  help requested with sending IR Blast command with extra _Dam0_ 3 709 2024-10-11, 12:53 PM
Last Post: mvallevand
  Is 'TabloTv Extra' Compatible with Gen 4 Devices? POWerSUrgeSW3 4 1,363 2024-06-23, 01:23 PM
Last Post: mvallevand
  Pluto TV. mvallevand 93 35,156 2024-05-16, 08:46 PM
Last Post: mvallevand
  Pluto/iptv epg expected actions Prsa01 3 1,462 2024-01-20, 03:37 PM
Last Post: mvallevand
  windows media player extra buntay20 4 1,198 2023-12-17, 06:48 PM
Last Post: Jaggy
  PlutoTV Extra Commerical Exit freezing bisonfan 13 3,039 2023-12-16, 07:42 PM
Last Post: mvallevand
  Extra donation access -plutotv bisonfan 3 1,110 2023-09-04, 07:26 PM
Last Post: mvallevand
  PlutoTV Extra Problem Metroid 3 1,104 2023-07-23, 06:41 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