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

Fix Youtube streaming #149 #153

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

jasper-d
Copy link

@jasper-d jasper-d commented Aug 1, 2016

Changes concerning #149

  • Katana host as a local proxy, providing MediaElement with a HTTP stream. For the time beeing it is only used for Youtube but could be used for Soundcloud as well if they decide to enforce transport encryption too.
  • Updated Youtube API libs.
  • Removed Youtube rating as ratings are no longer provided by the Youtube API.
  • Changed the way URLs are customized. Each sub type of Song is responsible for customising it's own URL while only the proxy can create proxy URLs.

Minor changes concerning the Soundcloud API

  • Set the limit for the Soundcloud API search to 200. This is the maximum Soundcloud allows. If the limit is omitted, results are truncated after the 10th hit.
  • Soundcloud API changed from HTTP to HTTPS as the secure version is orders of magnitudes faster for me

Known issues

private const string ApiKey =
"AI39si5_zcffmO_ErRSZ9xUkfy_XxPZLWuxTOzI_1RH9HhXDI-GaaQ-j6MONkl2JiF01yBDgBFPbC8-mn6U9Qo4Ek50nKcqH5g";
private const string ApiAppName = "Espera";
private const string ApiKey = "abc123 ";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API Key...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant