Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating NASA public/media streams #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,20 @@

STATIC_STREAMS = (
{
'title': 'Nasa TV HD',
'title': 'Public-Education Channel HD',
'logo': 'public.jpg',
'stream_url': ('http://nasatv-lh.akamaihd.net/i/'
'NASA_101@319270/master.m3u8'),
'stream_url': ('https://nasa-i.akamaihd.net/hls/'
'live/253565/NTV-Public/master.m3u8'),
}, {
'title': 'ISS Live Stream',
'logo': 'iss.jpg',
'stream_url': ('http://iphone-streaming.ustream.tv/ustreamVideo/'
'9408562/streams/live/playlist.m3u8'),
}, {
'title': 'Educational Channel HD',
'logo': 'edu.jpg',
'stream_url': ('http://nasatv-lh.akamaihd.net/i/'
'NASA_102@319272/master.m3u8'),
}, {
'title': 'Media Channel HD',
'logo': 'media.jpg',
'stream_url': ('http://nasatv-lh.akamaihd.net/i/'
'NASA_103@319271/master.m3u8'),
'stream_url': ('https://nasa-i.akamaihd.net/hls/'
'live/253566/NTV-Media/master.m3u8'),
},{
'title': 'ISS HD Earth Viewing - ustream',
'logo': 'isshd.jpg',
Expand Down