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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,828
Threads: 954
Joined: May 2006
#31
2024-12-17, 08:10 PM
Did you enable verbose logging?

Martin
evil666
Offline

Junior Member

Deutschland
Posts: 39
Threads: 2
Joined: Nov 2024
#32
2024-12-17, 08:15 PM (This post was last modified: 2024-12-17, 08:16 PM by evil666.)
Yes, but the interface sad i have to restart, then i restart...i do it once again

Edit: ah ok, i misunderstood...
evil666
Offline

Junior Member

Deutschland
Posts: 39
Threads: 2
Joined: Nov 2024
#33
2024-12-17, 08:17 PM
I hope, now it's correct


Attached Files
.zip   logs-20241217-2016.zip (Size: 668.65 KB / Downloads: 6)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,828
Threads: 954
Joined: May 2006
#34
2024-12-17, 08:27 PM (This post was last modified: 2024-12-17, 08:28 PM by mvallevand.)
Thanks I see what I expected in the verbose logs, no PMT over the 30+ seconds but now it is up to sub to triage this. If you want I can show you how to get a full mux to see if there is one.

Code:
2024-12-17 20:16:29.040    [VERBOSE][72]    Processing section (table_id=2). length=75
2024-12-17 20:16:29.140    [VERBOSE][69]    PAT: True
2024-12-17 20:16:29.140    [VERBOSE][69]    SDT: True
2024-12-17 20:16:29.140    [VERBOSE][69]    PMT: False
2024-12-17 20:16:29.140    [VERBOSE][69]    NIT: True (True)
2024-12-17 20:16:29.140    [VERBOSE][69]    BAT: True (False)
2024-12-17 20:16:29.140    [VERBOSE][69]    VCT: False (False)
2024-12-17 20:16:29.140    [VERBOSE][69]    
TEARDOWN  rtsp://192.168.178.1:554/stream=1939//stream=1939 RTSP/1.0

Martin
evil666
Offline

Junior Member

Deutschland
Posts: 39
Threads: 2
Joined: Nov 2024
#35
2024-12-17, 08:42 PM
sorry, but i don't understand, what i can do or what can you do for me?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,828
Threads: 954
Joined: May 2006
#36
2024-12-17, 08:57 PM (This post was last modified: 2024-12-17, 08:58 PM by mvallevand.)
If you want you can manually capture the info to see the PMT and a few other tables (ffmpeg 6 or 7)

Code:
ffmpeg -rtsp_flags satip_raw -i "rtsp://192.168.178.1:554/?freq=554&msys=dvbc&sr=6900&mtype=256qam&pids=0,16,17,18,20" -map 0 -c copy -f data  -y testdata.ts

Then place testdata.ts on an external source like GoogleDrive OneDrive, Dropbox and give us the link

Martin
evil666
Offline

Junior Member

Deutschland
Posts: 39
Threads: 2
Joined: Nov 2024
#37
2024-12-17, 09:21 PM (This post was last modified: 2024-12-17, 09:31 PM by evil666.)
Ok, but this for the next day...thanks

Ok, where i can found this testdata.ts? .... I found the file....

Here the link: https://www.dropbox.com/scl/fi/hhexupiub...my6ia&dl=0
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,828
Threads: 954
Joined: May 2006
#38
2024-12-17, 09:25 PM
Thanks for your help sub may have a better idea.

BTW I found complaints about the UnityMedia scan file on TVHeadend https://github.com/tvheadend/tvheadend/i...ssues/1676 too It is really hard to find good data and TVHeadend have made everything much worse by forcing users upstream. What that means is updates are by Linux mailing lists.

Martin
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,655
Threads: 767
Joined: Nov 2003
#39
2024-12-18, 06:06 AM
(2024-12-17, 09:21 PM)evil666 Wrote: Ok, where i can found this testdata.ts? .... I found the file....

Here the link: https://www.dropbox.com/scl/fi/hhexupiub...my6ia&dl=0
Unfortunately this just looks like garbage. There is no real data in it.

I can't tell if that is because something went wrong capturing that testdata.ts, or if that is what is on that frequency. If this is what is on that frequency, then NextPVR will not find any channels in that.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,828
Threads: 954
Joined: May 2006
#40
2024-12-18, 12:52 PM
I missed the bw parameter, try

Code:
ffmpeg -rtsp_flags satip_raw -i "rtsp://192.168.178.1:554/?freq=554&msys=dvbc&sr=6900&mtype=256qam&bw=8&pids=0,16,17,18,20" -map 0 -c copy -f data  -y testdata.ts

that isn't a fullmux so if this command works it would be better.

Code:
ffmpeg -rtsp_flags satip_raw -i "rtsp://192.168.178.1:554/?freq=554&msys=dvbc&sr=6900&mtype=256qam&bw=8&pids=all" -map 0 -c copy -f data  -y fullmux.ts
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 2 3 4 5 6 … 9 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 531 2025-03-27, 03:17 PM
Last Post: VCR58
  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
  Lots of channels no TV and No EPG (Freesat over SAT>IP) Morrisimo 175 20,038 2024-02-21, 11:13 AM
Last Post: PaulMc
  One tuner gets fewer channels, will it get used first? WagMan 3 628 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 748 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