2020-06-27, 08:33 PM
From another thread I noted there are two streams from NASA but right now the public link I posted earlier seems to have no audio. This updated extra adds the media link
You need to rescan channels and then exclude the old one to add it
Martin
Code:
<extras>
<channel name="NASA TV">
<command>c:/Program Files/NextPVR/Other/ffmpeg.exe</command>
<args>-user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0" -referer "https://www.nasa.gov/" -headers "Cookie: domain: nasa-i.akamaihd.net\r\nOrigin: https://www.nasa.gov" -i https://nasa-i.akamaihd.net/hls/live/253565/NASA-NTV1-Public/master_2000.m3u8 -codec copy -f mpegts -</args>
</channel>
<channel name="NASA TV Media">
<command>c:/Program Files/NextPVR/Other/ffmpeg.exe</command>
<args>-user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0" -referer "https://www.nasa.gov/" -headers "Cookie: domain: nasa-i.akamaihd.net\r\nOrigin: https://www.nasa.gov" -i https://nasa-i.akamaihd.net/hls/live/253566/NASA-NTV2-Media/master_2000.m3u8 -codec copy -f mpegts -</args>
</channel>
</extras>
You need to rescan channels and then exclude the old one to add it
Martin