Git Product home page Git Product logo

Comments (4)

sebastiansibelle avatar sebastiansibelle commented on July 18, 2024

Hey Sean, thanks for all the great work you've done on Streamus so far!

Just wondering if you needed any help with this. I should have a little bit of time to spare in a couple weeks and would love to see this feature implemented!

Cheers,

Sebastian.

from streamuschromeextension.

MeoMix avatar MeoMix commented on July 18, 2024

Hey,

A couple of things:

  • Help would definitely be appreciated. I played with SoundCloud's API for a bit and it was sort of a nightmare to use it for streaming playback in extensions. If you check out https://github.com/MeoMix/StreamusChromeExtension/blob/master/src/js/background/model/soundCloudAPI.js you can see I really tore things up. SoundCloud's API + an API they depend on, SoundManager2, both needed to be inlined into Streamus because of their dependencies on '//url' resolving to either 'http://' or 'https://'. This is not the case in extensions as they resolve to chrome-extension://.
  • Furthermore, SoundManager2 has a tendency to want to provide a Flash player which is not really acceptable IMO. HTML5 or bust.

So, I hacked both of those out, got a song playing, and then realized that it's literally just where the URL is easily derived from the track ID... a bit nicer than hacking at 8K LOC for the same effect.

So, I'm up in the air on that. Obviously need to use their API for everything other than streaming, but I'm thinking it would be easier to just do the streaming part internally?

The other thing on my mind, which I'll know soon, is how YouTube feels about SoundCloud. Streamus has finally caught their eye and I'm meeting with their BizDev/Partnerships teams over Skype next week. They might have opinions about coupling their API with SoundCloud, but I suspect they'll be OK with it. :) That said, they're the gate keeper, so gotta respect them.

from streamuschromeextension.

jimthedev avatar jimthedev commented on July 18, 2024

@MeoMix How'd the discussions go. Would you still consider this?

from streamuschromeextension.

MeoMix avatar MeoMix commented on July 18, 2024

Turns out this isn't possible. SoundCloud's TOS forbids using their API as an on-demand music service + forbids integrating it with YouTube.

from streamuschromeextension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.