• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
[RELEASE] Nasa Videos, TV and Vodcasts plugin
#61
Thumbs Up 
ok.
Yeah, zips from github have that behaviour with kodi Undecided
Reply
#62
Attached is the fixed version, works in helix (basically the last 2 pull request on github, with a new fanart.jpg and updated changelog.txt

v2.0.1


(just until sphere gets some time to properly release this)
Reply
#63
Hi,

I released a new version!

have fun,
sphere
My GitHub. My Add-ons:
Image
Reply
#64
Hi! The plugin stopped working last week. Any ideas on what might be happening?? I am at 2.0.1
Any help appreciated, this is my favorite plug in!

AG
Reply
#65
My best regards for all.
I'm using (and like so much) NASA add on 2.0.1 (downloaded from Github and installed as zip) on my Kodi that is in D-Link Boxee Box.
I`m writing this to ask for some help only about problem on Live HD Videos as "Nasa TV HD, Educational Channel and Media Channel". I don't have problems on " ISS Live Stream".

My problem is the live video stops show (shows that is paused) and when I can see that streaming is in download, in a progress bar. The live video go back to play when the streaming bar go to end and so I can see again the video for some seconds and problems backs.
I don't have any other problems to see other types of live videos as Youtube, Genesis or Ices.

I appreciate If any can help me.
Thanks and Greetings from Brazil.

Lucio
Reply
#66
Hello Tristan

Great Nasa App , has not been working for the last few weeks , Any idea if it will be fixed its just the Live Feeds , Nasa Live and the ISS Live Feed not working , all the content is still there , and works fine , just the live feeds are down a while now .

Any news on this or anyone else having the same trouble ??

Cheers

Dots Smile
Reply
#67
(2015-06-27, 16:52)Dotstoast Wrote: ... anyone else having the same trouble ??
Same problem for me with the live feeds.
Reply
#68
Same problem here for me too.
Tanks for Amazing Nasa Addon!!!

Lucio
Rio de Janeiro - Brazil
Reply
#69
Same for me... Sad

Please restore this fantastic plug-in!

I am missing NASA TV!

Thank you!

Sneezie
Reply
#70
I have come up with a temporary workaround until the author updates this addon.

There seem to be two options for streaming the main HD channel: from the NASA site directly, and the Ustream channel. I was able to get Ustream playing in Kodi, however there seems to be no way to get an HD stream...just low iphone quality crap. Google failed me in discovering a solution to scrape a reliable HD playlist from Ustream.

So I moved my efforts to the NASA channel directly. I was able to scrape an HD feed in the form of an .f4m playlist. Using the addon, F4MTester, I now have high-res video the main NASA channel on Kodi. It's not perfect (~1-2 sec buffer every minute or so at any bitrate), but it's a hell of lot more watchable than smooth 320x240.


I HAVE NO IDEA HOW LONG THIS WILL KEEP WORKING, but here's what ya do:

1. Install SuperRepo repository if you don't have it already (https://superrepo.org/)
2. Download and Install f4mTest addon
2a. (Optional) Addon has a max-bit rate configuration...no idea if it works
3. SSH or directly edit the following file: ~/.kodi/addons/plugin.video.f4mTester/default.py
3a. Somewhere near the bottom there is a large list of video streams, remove all of that
Code:
videos=[[...],
[...]]
3b. Add this one line:
Code:
videos = [['http://nasatv-lh.akamaihd.net/z/NASA_101@319270/manifest.f4m?g=SUSHDCJRBITU&hdcore=3.7.0&plugin=aasp-3.7.0.39.44','NASA HD','',0,'',False]]
3c. Save file back out
4. Rejoice
Reply
#71
Or you could just use:
Code:
http://nasatv-lh.akamaihd.net/i/NASA_101@319270/master.m3u8
which is 720p from the website and skip fooling around with the .f4m stuff
Reply
#72
(2015-07-12, 03:55)learningit Wrote: Or you could just use:
Code:
http://nasatv-lh.akamaihd.net/i/NASA_101@319270/master.m3u8
which is 720p from the website and skip fooling around with the .f4m stuff

Thanks, you're totally right. I didn't know where to find the .m3u8 file, you're a savior.

For anyone wondering, you can modify: ~/.kodi/addons/plugin.video.nasa/addon.py

Code:
STATIC_STREAMS = (
    {
        'title': 'Nasa TV HD',
        'logo': 'public.jpg',
        'stream_url': ('http://nasatv-lh.akamaihd.net/i/NASA_101@319270/master.m3u8'),
    },
    ...
Reply
#73
Great!
It works really fine!

Welcome NASA again!

Thank you thank you thank you!!!
Reply
#74
Thank you learningit and hoodles!! Just in time for Pluto
Reply
#75
(2015-07-14, 02:48)pdops Wrote: Thank you learningit and hoodles!! Just in time for Pluto

No highjack intended, but for folks that would like to have an EPG for the Nasa TV channel, you can load my script.USChannels and page to the last entry to see the current 3 hr EPG listing for Nasa TV, as well as play the channel.
https://github.com/learningit/repository...master.zip
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Nasa Videos, TV and Vodcasts plugin1