NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 4 5 6 7 8 … 101 Next »
Help. IPTV audio. 1ch works. 1ch doesn't. w/examples+logs

 
  • 0 Vote(s) - 0 Average
Help. IPTV audio. 1ch works. 1ch doesn't. w/examples+logs
snard
Offline

Junior Member

denmark
Posts: 4
Threads: 1
Joined: Jan 2025
#1
2025-01-31, 09:48 AM
Hi NextPVR.

I installed NextPVR on windows 10 for the first time the other day. I would want to use NPVR with a simple IPTV m3u playlist setup. For public channels only.

I had trouble with getting audio to work (no sound) on some of my channels. Read up the best I could and installed LAV. Set all decoder settings to LAV.
That helped. I now got sound on some channels, on others still don't.

To test this further and make it simpler, I made a playlist with 1 working channel and 1ch not working. 
See the enclosed playlist de-nextpvr.m3u. It contains:

Working. The "SR fernsehen" channel stream from playlist: https://srfs.akamaized.net/hls/live/6896...index.m3u8
Not working. The "HR fernsehen" channel stream from playlist: https://hrhls.akamaized.net/hls/live/202...index.m3u8

Test cases:
-----------

1.
Start the NextPVR Client windows program.
Start watching Live TV channel "SR fernsehen". VIDEO WORKS. AUDIO WORKS.
Exit the NextPVR Client windows program.
See enclosed log file: (SR Fernsehen HD).Watch-WITH-SOUND.NPVR.log.1.txt

2.
Start the NextPVR Client windows program.
Start watching Live TV channel "HR fernsehen". VIDEO WORKS. ***Audio DOES NOT WORK***.
Exit the NextPVR Client windows program.
See enclosed log file: (HR Fernsehen HD).Watch-WITHOUT-SOUND.NPVR.log.1.txt

All decoder settings set to LAV.

Would it be possible to get audio to work in example 2.
That's for the channel "HR fernsehen" channel stream from playlist: https://hrhls.akamaized.net/hls/live/202...index.m3u8





- mike
.zip   NPVR-attachment.zip (Size: 4.93 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,902
Threads: 955
Joined: May 2006
#2
2025-01-31, 02:16 PM (This post was last modified: 2025-05-22, 01:02 PM by mvallevand.)
I've seen those streams before and they are interesting playlists because of their 2 use of catchup TV. In NextPVR I have always been curious can you tell me if they play at the current time or two hours in the past?

In any case these URLs are sent to ffmpeg for capture because NextPVR doesn't natively support separate audio and video streams. NextPVR is requesting an audio stream -map 0:a:0 that doesn't exist. It is actually difficult to get ffmpeg to detect the correct stream automatically on that complex m3u8.

You could do it with extra if need be since it allows you to pick the streams yourself.

Code:
<extras>
  <channel name="HR fernsehen">
    <command>ffmpeg.exe</command>
    <args>-v panic -i https://hrhls.akamaized.net/hls/live/2024525-b/hrhls/master-1080p-5000.m3u8 -i https://hrhls.akamaized.net/hls/live/2024525/hrhls/master-audio1-1328.m3u8  -codec copy -f mpegts -</args>
  </channel>
</extras>

Martin
snard
Offline

Junior Member

denmark
Posts: 4
Threads: 1
Joined: Jan 2025
#3
2025-01-31, 11:45 PM
Quote:In any case these URLs are sent to ffmpeg for capture because NextPVR doesn't natively support separate audio and video streams. NextPVR is requesting an audio stream -map 0:a:0 that doesn't exist. It is actually difficult to get ffmpeg to detect the correct stream automatically on that complex m3u8.

Aha, that's what's going on. This IPTV world of possibilities is new land for me. Thanks for the explanation.

Quote:You could do it with extra if need be since it allows you to pick the streams yourself.

Ok, I understand. I just skimmed the extra option in the wiki. I will spend some time reading up on the extra option and try using it in the future. Also for the other channels I am having problems with. Will try to follow the procedure you suggest.

Thanks for the help.

-mike
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,902
Threads: 955
Joined: May 2006
#4
2025-02-01, 12:21 AM (This post was last modified: 2025-02-01, 12:23 AM by mvallevand.)
You can multiple channels in one extra too. It might be better to pass everything to a batch file since NextPVR does not update extras on a rescan which could be necessary if the CDN address changes.

Did you see my question on whether these channels start live in the past?

Martin
snard
Offline

Junior Member

denmark
Posts: 4
Threads: 1
Joined: Jan 2025
#5
2025-02-02, 07:56 AM
Super, I got it to work perfectly with the 'extra'. I'll not be refining this Windows setup.
I'm very satisfied with the results as it is now. 

Quote:Did you see my question on whether these channels start live in the past?

I'm not sure I understand the question. Can you elaborate with an example? I'll try and answer that question.

Apart from that, I'll now withdraw from posting to this forum, as I have other projects needing attention.

Thanks again. Much appreciated.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,902
Threads: 955
Joined: May 2006
#6
2025-02-02, 02:07 PM (This post was last modified: 2025-02-02, 02:10 PM by mvallevand.)
Glad to hear an extra can help.

My question is based on the playlist. If you check one those URL's you put in the extra with curl you will see they include 3600 twoi second mpeg-ts segments. It is normal to have a few to allow buffering etc and NextPVR will typically discard a few but there are 2 hours there that allow catchup. I was wondering where ffmpeg was starting you, with the current show or two hours in the past.

Martin
snard
Offline

Junior Member

denmark
Posts: 4
Threads: 1
Joined: Jan 2025
#7
2025-02-02, 10:11 PM
Quote:I was wondering where ffmpeg was starting you, with the current show or two hours in the past

Ok. Just checked. ffmpeg starts with the current show. I'll be off the thread.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  No Audio Stream on most IPTV Channels pascholnahui 15 706 2025-05-24, 09:35 PM
Last Post: mvallevand
  Audio out of synch with nextPVR.exe Higgo 6 301 2025-05-19, 12:11 AM
Last Post: Higgo
  NextPVR client no longer works Rich A 13 690 2025-03-30, 10:04 PM
Last Post: mvallevand
  IPTV how to johnm0101 22 1,335 2025-03-27, 06:13 PM
Last Post: jimil
  How many IPTV streams should i be able to record at the same time? sharkbite 6 484 2025-03-27, 01:26 AM
Last Post: sharkbite
  Synchronization of video and audio still an issue Ricknextpvr 21 1,093 2025-03-08, 04:36 PM
Last Post: mvallevand
  No audio tms87 6 449 2025-03-02, 06:53 PM
Last Post: tms87
  Recording IPTV lemmy999 8 622 2025-03-02, 06:13 PM
Last Post: lemmy999
  Series recording doesn't have cancel series markn62 9 2,277 2025-02-22, 09:24 PM
Last Post: jcole998
  IPTV EGP not loading automatically, only manually gaburko 3 408 2025-02-14, 11:45 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode