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 3 4 5 6 7 … 34 Next »
Lots of channels no TV and No EPG (Freesat over SAT>IP)

 
  • 0 Vote(s) - 0 Average
Lots of channels no TV and No EPG (Freesat over SAT>IP)
PaulMc
Offline

Member

UK
Posts: 67
Threads: 0
Joined: Sep 2023
#31
2023-12-21, 10:22 PM
So after messing about a little more and reading the ffmpeg docs a little it looks like the 'pids=all' doesn't work, at least on my system.

I couldn't find the correct info for BBC Lon HD but I did manage to find it for ITV HD (the information on the SatIP website is out of date).

Here's a link to the mux file from that channel https://drive.google.com/file/d/1rDtwCJo...drive_link

This is the command that I used to obtain it:

Quote:ffmpeg -rtsp_flags satip_raw -i "satip://192.168.0.199:554/?src=1&freq=11097&sr=23000&pol=v&fec=34&msys=dvbs2&mtype=8psk&ro=0.35&plts=on&pids=0,17,18,258,2305,2307" -map 0 -c copy -f data -y fullmuxITV.ts

Does this help?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,828
Threads: 954
Joined: May 2006
#32
2023-12-21, 10:38 PM (This post was last modified: 2023-12-21, 10:40 PM by mvallevand.)
Yes that is not going to be right. Sorry about leaving some xml encoding in there. I don't know what pid list to use for OTA epg sorry. Here is the pid list that NextPVR might be sending

0,267,5300,5305,5304,5302,5301,2321,2319,3851,3844,3843,3842,3841,3840,2307,3848,3846,3845

You can try that instead of pids=all, but I expect that will just be a normal stream but it confirms the command syntax is correct.

Edit: your link is protected but that looks like a standard without EIT

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,655
Threads: 767
Joined: Nov 2003
#33
2023-12-21, 11:28 PM
From memory, the bulk of the listings are on PID 0xBBA or 0xBBB
PaulMc
Offline

Member

UK
Posts: 67
Threads: 0
Joined: Sep 2023
#34
2023-12-21, 11:34 PM
(2023-12-21, 10:38 PM)mvallevand Wrote: Edit:  your link is protected but that looks like a standard without EIT

Sorry about that. Maybe this link will work better https://drive.google.com/file/d/1rDtwCJo...sp=sharing

After a bit more Googling I find that the 7-day Freesat EPG is only available on one transponder. All the others just do Now and Next. The PIDs are still a mystery though.
PaulMc
Offline

Member

UK
Posts: 67
Threads: 0
Joined: Sep 2023
#35
2023-12-21, 11:42 PM (This post was last modified: 2023-12-21, 11:45 PM by PaulMc.)
Here's another mux file from that EPG transponder with the PIDs that sub just posted.

https://drive.google.com/file/d/1bkieyIb...sp=sharing

Here's the ffmpeg command I used:

Quote:ffmpeg -rtsp_flags satip_raw -i "satip://192.168.0.199:554/?src=1&freq=11426&sr=27500&pol=h&fec=23&msys=dvbs&mtype=qpsk&ro=0.35&plts=on&pids=3002,3003" -map 0 -c copy -f data -y fullmuxEPG3.ts

Am I getting any closer?

[Update]
Here's a zipped version in case Google Drive tries to process the file as a video: https://drive.google.com/file/d/12QdMw-3...sp=sharing
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,828
Threads: 954
Joined: May 2006
#36
2023-12-22, 01:20 AM (This post was last modified: 2023-12-22, 01:27 AM by mvallevand.)
(2023-12-21, 11:34 PM)PaulMc Wrote: After a bit more Googling I find that the 7-day Freesat EPG is only available on one transponder. All the others just do Now and Next. The PIDs are still a mystery though.

Is it possible that you are talking the Freesat EPG and not the frequency based EPG?  It is not clear to me Freesat  EPG is supported on SAT>IP  

In another thread there was also confusion because someone mistook the Open TV EPG data as Freesat EPG and NextPVR doesn't as yet support that.

EPG23 doesn't look like the correct pids. Does TVHeadend or the SAT>IP server create logs of what is being requested for the EPG?

Martin
satforall
Offline

Member

Ireland
Posts: 149
Threads: 3
Joined: Aug 2022
#37
2023-12-22, 01:40 AM
You’ll find 7 day EPG on Astra 28.2 at 11778 V which is Open TV Sky EPG. It will provide EPG for the Freesat channels. NPVR doesn’t support OpenTV apparently. I tried 11426 H in both Windows and Linux. NPVR will pick up the 7 day EPG in the Windows version but not in Linux.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,828
Threads: 954
Joined: May 2006
#38
2023-12-22, 01:50 AM (This post was last modified: 2023-12-22, 01:51 AM by mvallevand.)
(2023-12-22, 01:40 AM)satforall Wrote: You’ll find 7 day EPG on Astra 28.2 at 11778 V which is Open TV Sky EPG. It will provide EPG for the Freesat channels. NPVR doesn’t support OpenTV apparently. I tried 11426 H in both Windows and Linux. NPVR will pick up the 7 day EPG in the Windows version but not in Linux.

Did you try SAT>IP Freesat on Windows?  If so sub might be able to get that working on Linux too, and it would help to get a fullmux for 11426 and another fullmux for the a station frequency that might use it as discussed in another thread.

Martin
satforall
Offline

Member

Ireland
Posts: 149
Threads: 3
Joined: Aug 2022
#39
2023-12-22, 02:01 AM
Here’s the other thread Martin is referring to
https://forums.nextpvr.com/showthread.ph...744&page=3
PaulMc
Offline

Member

UK
Posts: 67
Threads: 0
Joined: Sep 2023
#40
2023-12-23, 12:33 PM
(2023-12-22, 01:20 AM)mvallevand Wrote:
(2023-12-21, 11:34 PM)PaulMc Wrote: After a bit more Googling I find that the 7-day Freesat EPG is only available on one transponder. All the others just do Now and Next. The PIDs are still a mystery though.

Is it possible that you are talking the Freesat EPG and not the frequency based EPG?  It is not clear to me Freesat  EPG is supported on SAT>IP  

In another thread there was also confusion because someone mistook the Open TV EPG data as Freesat EPG and NextPVR doesn't as yet support that.

EPG23 doesn't look like the correct pids.  Does TVHeadend or the SAT>IP server create logs of what is being requested for the EPG?

Martin

Sorry, Martin, I think we are getting close to the edge of my understanding of this stuff now. I know that there's a Sky (OpenTV) EPG and a Freesat EPG and I believe that the Sky data set is a superset of the Freesat one. Given what I know about Sat>IP I can't see any reason why any EPG wouldn't be supported as these are simply data streams. Isn't it down to the decoding app to decide if they are supported or not? For me, I don't have a preference for which I get as the channels I'm interested in are on both.

Yes, I've now read the other thread. It didn't look like confusion, more about trying to establish what NPVR supports and on which OS.

The EPG file I uploaded isn't a video stream so it is something else. I've no skills when it comes to decoding these data so will bow to your knowledge on this. As it is "something" i.e. not an empty tune, then I presume it is data of some sort. Clearly, knowledge of the PIDs is crucial to getting this right.

I will take a look at the debug stuff in TVHeadend to see if there are any clues as to how it is doing it.

One thing that puzzles me a bit is that when the EPG is updating in NPVR the settings page shows that it is tuning all the muxes in turn rather than going to the EPG mux. Is this expected or is this part of the problem? Won't the other muxes only give you the Now/Next information.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  No DVB-T channels found Steu851 3 244 2025-05-03, 04:37 PM
Last Post: Steu851
  NextPVR can't open RAI (Italian main TV channels) links f2fg 17 2,942 2025-03-29, 10:15 AM
Last Post: alice_anto
  Server crash changing channels VCR58 7 532 2025-03-27, 03:17 PM
Last Post: VCR58
  complete scanning of channels not possible evil666 84 3,480 2024-12-21, 05:58 PM
Last Post: mvallevand
  deleting channels Linox 7 481 2024-12-01, 12:27 PM
Last Post: Linox
  no epg in many channels alda 20 1,348 2024-11-29, 03:14 AM
Last Post: sub
  Scanning Channels Failure how 13 974 2024-09-21, 11:44 PM
Last Post: how
  One tuner gets fewer channels, will it get used first? WagMan 3 629 2023-12-09, 11:15 PM
Last Post: mvallevand
  NScriptHelper.dll amend and delete channels tucka20 1 636 2023-10-30, 01:57 AM
Last Post: siradlib
Photo Scan only picking up channels on 1 multiplex sy3misn 3 749 2023-10-02, 09:15 AM
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