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 2 3 4 5 … 34 Next »
complete scanning of channels not possible

 
  • 0 Vote(s) - 0 Average
complete scanning of channels not possible
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#61
2024-12-19, 04:24 AM
Yes, you're right.

The last couple of files I just checked now do not have the PMT pids included in the data, so it doesn't attempt to parse them. Possibly still just an ffmpeg satip command line issue.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,775
Threads: 954
Joined: May 2006
#62
2024-12-19, 04:28 AM
NextPVR failed to find the PMT from the internal SAT>IP reader https://forums.nextpvr.com/showthread.ph...#pid597437 I didn't think that was ffmpeg,

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#63
2024-12-19, 04:41 AM
This is the only pids in the most recent ts file. (ie, no PMT pids are included there)

I meant ffmpeg as in the command to capture a sample file.


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,775
Threads: 954
Joined: May 2006
#64
2024-12-19, 10:03 AM (This post was last modified: 2024-12-19, 05:25 PM by mvallevand.)
Right but with SAT>IP you aren't requesting them during the channel scan so I wouldn't be expecting any. I added 18 and 8191 for this test to what you ask for

Code:
2024-12-17 20:06:55.682    [DEBUG][25]    About to scan: rtsp://192.168.178.1:554/?freq=554&sr=6900&msys=dvbc&mtype=256qam&bw=8&pids=0,16,17

Is SAT>IP supposed to return the PMT when requested? I see these in the PAT with tsduck https://pastebin.com/bgj2ajrE but his m3u was only asking for few of those (the video). If you NextPVR needs them won't you need to add them?

@evil666 could you try this

Code:
ffmpeg -rtsp_flags satip_raw -i 'satip://192.168.178.1:554/?freq=554&msys=dvbc&sr=6900&mtype=256qam&bw=8&pids=0,16,17,18,20,5410,5420,5430,5440,8191' -map 0 -c copy -f data  -y muxwithpmt.ts

Martin
evil666
Offline

Junior Member

Deutschland
Posts: 39
Threads: 2
Joined: Nov 2024
#65
2024-12-19, 05:22 PM (This post was last modified: 2024-12-19, 05:25 PM by evil666.)
After that command, this is comming up:

https://www.dropbox.com/scl/fi/w6i9ap2ko...qo23l&dl=0
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,775
Threads: 954
Joined: May 2006
#66
2024-12-19, 05:37 PM (This post was last modified: 2024-12-19, 05:58 PM by mvallevand.)
Thanks that seems to have brought in the expected PMT info for your video stations, (I missed 5400 but that is no big deal)

https://imgur.com/a/AL9NwvB

Martin
evil666
Offline

Junior Member

Deutschland
Posts: 39
Threads: 2
Joined: Nov 2024
#67
2024-12-19, 06:14 PM
And what do I do now to solve my problem?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,775
Threads: 954
Joined: May 2006
#68
2024-12-19, 06:26 PM
You now just need to wait to see how sub (the NextPVR author) addresses this issue. You have confirmed the data is there.

Martin
evil666
Offline

Junior Member

Deutschland
Posts: 39
Threads: 2
Joined: Nov 2024
#69
2024-12-19, 06:40 PM
Oh cool, many thanks!!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#70
2024-12-20, 01:11 AM
It's still missing the bulk of the PMT data. Only 4 of the PMTs have data.

Code:
[1] PMT check
[1] pmt pid: 5400 hasData: False
[1] pmt pid: 5410 hasData: True
[1] pmt pid: 5420 hasData: True
[1] pmt pid: 5430 hasData: True
[1] pmt pid: 5440 hasData: True
[1] pmt pid: 5490 hasData: False
[1] pmt pid: 5491 hasData: False
[1] pmt pid: 100 hasData: False
[1] pmt pid: 110 hasData: False
[1] pmt pid: 120 hasData: False
[1] pmt pid: 130 hasData: False
[1] pmt pid: 140 hasData: False
[1] pmt pid: 150 hasData: False
[1] pmt pid: 160 hasData: False
[1] pmt pid: 170 hasData: False
[1] pmt pid: 180 hasData: False
[1] pmt pid: 200 hasData: False
[1] pmt pid: 210 hasData: False
[1] pmt pid: 220 hasData: False
[1] pmt pid: 230 hasData: False
[1] pmt pid: 240 hasData: False
[1] pmt pid: 250 hasData: False
[1] pmt pid: 260 hasData: False
[1] pmt pid: 270 hasData: False
[1] pmt pid: 280 hasData: False
[1] pmt pid: 290 hasData: False
[1] pmt pid: 295 hasData: False
[1] pmt pid: 300 hasData: False
[1] pmt pid: 310 hasData: False
[1] pmt pid: 320 hasData: False
[1] pmt pid: 330 hasData: False
[1] pmt pid: 400 hasData: False
[1] pmt pid: 410 hasData: False
[1] pmt pid: 420 hasData: False
[1] pmt pid: 500 hasData: False
[1] pmt pid: 510 hasData: False
[1] pmt pid: 520 hasData: False
[1] pmt pid: 530 hasData: False
[1] pmt pid: 540 hasData: False
[1] pmt pid: 550 hasData: False
[1] pmt pid: 560 hasData: False
[1] pmt pid: 570 hasData: False
[1] pmt pid: 580 hasData: False
[1] pmt pid: 600 hasData: False
[1] pmt pid: 610 hasData: False
[1] pmt pid: 620 hasData: False
[1] pmt pid: 630 hasData: False
[1] pmt pid: 640 hasData: False
[1] pmt pid: 650 hasData: False
[1] pmt pid: 660 hasData: False
[1] pmt pid: 670 hasData: False
[1] pmt pid: 680 hasData: False


Attached Files Thumbnail(s)
   
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  No DVB-T channels found Steu851 3 225 2025-05-03, 04:37 PM
Last Post: Steu851
  NextPVR can't open RAI (Italian main TV channels) links f2fg 17 2,900 2025-03-29, 10:15 AM
Last Post: alice_anto
  Server crash changing channels VCR58 7 506 2025-03-27, 03:17 PM
Last Post: VCR58
  deleting channels Linox 7 464 2024-12-01, 12:27 PM
Last Post: Linox
  no epg in many channels alda 20 1,323 2024-11-29, 03:14 AM
Last Post: sub
  Scanning Channels Failure how 13 951 2024-09-21, 11:44 PM
Last Post: how
  Lots of channels no TV and No EPG (Freesat over SAT>IP) Morrisimo 175 19,725 2024-02-21, 11:13 AM
Last Post: PaulMc
  One tuner gets fewer channels, will it get used first? WagMan 3 623 2023-12-09, 11:15 PM
Last Post: mvallevand
  NScriptHelper.dll amend and delete channels tucka20 1 629 2023-10-30, 01:57 AM
Last Post: siradlib
Photo Scan only picking up channels on 1 multiplex sy3misn 3 736 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