-
Notifications
You must be signed in to change notification settings - Fork 0
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
Airtango - 2019 - Get Stream URL fails #1
Comments
I just saw that the URL is corrupted (the placeholder has been suppressed ...). The correct URL with a sample id is looks like this: |
Hi. Mayba tomorrow during the evening I have time to check how airtango works this season. |
Hi! Did you have time to check that? |
It would be very nice if you could fix this addon in the next few days! Thanks! |
I'll Try to take a look to the addon Monday evening. Today I am on the road :-( |
Hi everyone, |
Version 1.0.1 runs if you open the stream with the context menu and "play from here" |
Thanks for your work! Is it possible to add a login function to activate the 1080p streams? |
I have to take a look on this. Maybe next week. I added to version 1.1.0 the possiblity to start relive-streams and you do not need any more go to the contextmenu to start a stream. |
On my system (Raspberry Pi 4 with LibreELEC 9.2 Beta) I got the 1080p Stream automatically (without any account). I wondered about this because of the new Freemium model of Airtango (they take 2,99 EUR per month for FullHD). I opened the same stream in Chrome and got only the 720p stream (as expected). MRLB: Another feature request: |
Thank you, great work! But, If the games are already started, you can not find them anymore. |
@makawi77 Really? I can find the streams from today in "Nächste Liveevents" and for example Schwenningen - Ehingen works there |
@indianahorst Please go to the inputstream setting and enter there 720p. Than the addon should use the 720p stream. I added the archive of the Pro A already. There you can find all relive-streams sorted by teamnames. In version 1.1.1 I added a separate ProA-Live-section and a folder with the latest relive-uploads |
Yes, I could also see this game next to Paderborn - Rostock in the section. The other games, which began half an hour earlier, were no longer available at 8 pm in the section "Next Livestreams". |
Ok. I have to Check ist during the next gameday. Maybe there is an api available only with live streams. |
Hi MRLB, here is an API documentation of the 2basketballiga page - a comprehensive wiki page explaining the usage of the API. Perhaps it helps in getting the list of live games? https://wiki.2basketballbundesliga.de/index.php/API |
Now I could not find any more problems (Version 1.1.1) |
The addon works like a charm! Would you please integrate a login to use the 1080p stream? |
Hi, thanks for your kodi-addon created so far. When trying it this year it seemed to me that the URLs and logic how they are exposed have been changed.
I did some research and found the following things - hoping to help you getting it up and running again ...
Where to get the stream URL from?
https://www.airtango.live/api/video//access?device_category_id=1
When this API is called with a proper player page it returns a file in M3U format - guess that this is already supported by Kodi - if not, it is a json format listing several streaming formats.
Where to get the from?
The homepage seems to be organised in channels now - they have a fixed name per team, e.g. for the MLP Academics it is:
https://www.airtango.live/de-int/page/mlp-academics-heidelberg
When hovering over the images representing the scheduled games, you see a URL like
https://www.airtango.live/de-int/playerpage/76136 - this number is the one to use for in step 1. So parsing the pages as you did in the current version should be able to extract it from the page.
Hope that this helps in getting it up and running for this season.
The text was updated successfully, but these errors were encountered: