NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 13 14 15 16 17 … 433 Next »
Local News M3U8 link doesn't play audio

Local News M3U8 link doesn't play audio
caseguy
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Nov 2019
#1
2019-11-24, 11:33 PM
Hey all! Great work on this EPG!

Anyway, our local news , News 12, has a link that plays through every EPG program we could find, except our favorite EPG, NextPVR. 

It plays A/V through Kodi, other EPGs (like MYIptv) , VLC, you name it. When we play it through NextPVR using every decoder recommended (Microsoft or LAV) it plays with no audio. 

Here's the link- http://hls.iptv.optimum.net/news12/nipad...N12LI_WEST

Is this expected behavior for this kind of content using this program? 

NextPVR plays everything else we have, so otherwise we're in love with your program. Thank you!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#2
2019-11-25, 12:36 AM
If you do a recording on this channel, do you get a file on disk? Does playing this file give audio in another player?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,892
Threads: 955
Joined: May 2006
#3
2019-11-25, 01:36 AM (This post was last modified: 2019-11-25, 03:34 AM by mvallevand.)
Does NextPVR support HLS files with separate audio and video channels? That is what this m3u8 has.

Code:
#EXTM3U
#EXT-X-VERSION:4
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group",NAME="eng",DEFAULT=YES,AUTOSELECT=YES,LANGUAGE="en",URI="http://hls.iptv.optimum.net/news12/nipadlive/06_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group",NAME="spa",DEFAULT=NO,AUTOSELECT=YES,LANGUAGE="en",URI="http://hls.iptv.optimum.net/news12/nipadlive/07_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=630176,RESOLUTION=320x180,CODECS="avc1.42c00d,mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/01_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1079872,RESOLUTION=480x270,CODECS="avc1.42c01e,mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/02_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2286080,RESOLUTION=960x540,CODECS="avc1.42c01f,mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/03_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3189984,RESOLUTION=1280x720,CODECS="avc1.42c01f,mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/04_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=121824,CODECS="mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/06_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST

It does work nicely as an extra in v5 and you can use the 720p url.

Martin
caseguy
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Nov 2019
#4
2019-11-25, 04:39 AM
(2019-11-25, 12:36 AM)sub Wrote: If you do a recording on this channel, do you get a file on disk? Does playing this file give audio in another player?
I havent tried a recording using this channel. 
Yes, using the link in another program - Kodi, MYIptv player, VLC, etc, playd audio and video as described in the original post. 

I'd love to use v5, it didnt seem functional when installing. I uninstalled it.
caseguy
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Nov 2019
#5
2019-11-25, 04:43 AM
(2019-11-25, 01:36 AM)mvallevand Wrote: Does NextPVR support HLS files with separate audio and video channels? That is what this m3u8 has.

Code:
#EXTM3U
#EXT-X-VERSION:4
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group",NAME="eng",DEFAULT=YES,AUTOSELECT=YES,LANGUAGE="en",URI="http://hls.iptv.optimum.net/news12/nipadlive/06_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group",NAME="spa",DEFAULT=NO,AUTOSELECT=YES,LANGUAGE="en",URI="http://hls.iptv.optimum.net/news12/nipadlive/07_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=630176,RESOLUTION=320x180,CODECS="avc1.42c00d,mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/01_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1079872,RESOLUTION=480x270,CODECS="avc1.42c01e,mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/02_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2286080,RESOLUTION=960x540,CODECS="avc1.42c01f,mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/03_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3189984,RESOLUTION=1280x720,CODECS="avc1.42c01f,mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/04_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=121824,CODECS="mp4a.40.2",AUDIO="group"
http://hls.iptv.optimum.net/news12/nipadlive/06_new.m3u8?cdnHost=167.206.237.150&callsign=N12LI_WEST

It does work nicely as an extra in v5 and you can use the 720p url.

Martin

Yeah during normal use of this link I just plug the link into an EPG/player or VLC or used as a favorite link in Kodi and it plays. 

When posting it here it autodownloads the m3u8 file when clicked in a browser, but copy that link and plug it into NextPVR and it plays with no audio. Any other player/epg and it plays with audio. 

Is the solution just add a link in the m3u8 into the channel list in NextPVR?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,892
Threads: 955
Joined: May 2006
#6
2019-11-25, 07:55 AM (This post was last modified: 2019-11-25, 01:27 PM by mvallevand.)
NextPVR needs to chose both an audio and video URL and then have have ffmpeg sync them for proper playback.

As for the v5 not working for you it likely is something quite simple. v4 will only get basic support some I don't expect too many improvements that aren't significant bug fixes to make its way. I am very happy with how v5 is working for me.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#7
2019-11-25, 04:34 PM
(2019-11-25, 01:36 AM)mvallevand Wrote: Does NextPVR support HLS files with separate audio and video channels? That is what this m3u8 has.
It should, but it does this type of stream by falling back to using ffmpeg. I'll check the stream soon.
caseguy
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Nov 2019
#8
2019-11-25, 09:26 PM
(2019-11-25, 07:55 AM)mvallevand Wrote: NextPVR needs to chose both an audio and video URL and then have have ffmpeg sync them for proper playback.

As for the v5 not working for you it likely is something quite simple.  v4 will only get basic support some I don't expect too many improvements that aren't significant bug fixes to make its way.  I am very happy with how v5 is working for me.

Martin
v5 was not functional for me. 
Windows 10 PC, v4 easily installs. I set it up, input my IPTV url and XML , the channels map nicely and the EPG works great. 
Using v5 - I follow the instructions, set up the NPVR server, get everything running, start NPVR and then click Devices And Settings to enter url and XML- this brings me to the http server which doesnt launch. 

When looking at the v5 post stickies, it directly states that this version isnt quite done yet. 
Changing to a broken v5 from v4 for just 2 News channel links doesn't seem reasonable until v5 is fully ready, but if you have direction as to how I can get v5 running i'd be grateful
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#9
2019-11-25, 09:31 PM
I have taken a look at the stream, and tried a few things. It is a particularly unusual type of stream. Unfortunately I don't yet have a solution.

For my test I focused on v4, since that what you're using. I did find an fix one bug that was stopping it from falling back to using ffmpeg (instead of accessing the stream directly), but that wasn't enough to get it working. The remaining issue is that ffmpeg is very slow to start producing data for this stream, because it connects to and looks at each of the multiple separate streams, before deciding what streams to use, and in this time some other logic times out.
caseguy
Offline

Junior Member

Posts: 29
Threads: 1
Joined: Nov 2019
#10
2019-11-25, 09:32 PM
(2019-11-25, 07:55 AM)mvallevand Wrote: NextPVR needs to chose both an audio and video URL and then have have ffmpeg sync them for proper playback.

As for the v5 not working for you it likely is something quite simple.  v4 will only get basic support some I don't expect too many improvements that aren't significant bug fixes to make its way.  I am very happy with how v5 is working for me.

Martin
Ok so I got it to launch, but then another problem pops up- if I close the command window after starting the service, the entire program shuts down. 
With v4 this wasn't the case. This makes it usable on my home theater pc. 
Does v5 require the command window remain open?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  decoder issue? some channels don't play Donsch 10 5,065 2023-12-04, 10:19 PM
Last Post: turkeypets
  Missing Audio NND 39 8,119 2023-06-24, 01:42 PM
Last Post: mvallevand
Information Audio Video Sync Fixed with AC3Filter! gearsofwoe 0 1,061 2022-11-18, 04:36 AM
Last Post: gearsofwoe
  Missing Audio - Switching from MPEG-1 to AC3 and vice versa NumberFive 15 4,275 2021-05-06, 01:57 AM
Last Post: raymondjpg
  Colossus 2 Audio issue artmetz 15 4,272 2021-02-10, 07:02 PM
Last Post: shspvr
  DVB-T and selecting audio stream three6zerocool 17 4,910 2021-02-06, 04:22 PM
Last Post: artmetz
  digital audio out Dale Dewing 1 1,393 2020-10-25, 05:24 PM
Last Post: Dale Dewing
  black play and zero recording sebjoan 5 2,414 2020-10-13, 05:16 PM
Last Post: sebjoan
  Black screen, no audio, & zero bit recordings mattman1968 1 1,536 2020-09-15, 12:19 AM
Last Post: mattman1968
  Audio Scratch Jzzhn 5 2,277 2020-08-07, 12:57 AM
Last Post: Jzzhn

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

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

Linear Mode
Threaded Mode