Just to add to the complications of this to keep in mind:
-
Stream Links have their own special sub-routine in the real app that you'd have to be on top of. In Windows, I'd say the best bet would be to just open a webpage since there aren't a lot of native Windows apps for these services, and I don't think any of them can handle deep linking at all. Or, maybe borrow from PrismCast and have it automatically go full page while playing.
-
Stream Files are processed directly by the app, not the server. This is unlike streaming stations, so you'd actually have to deal with the playback processing. That said, this might actually be simpler than most because the content of a Stream File would just play directly in something like VLC perfectly fine anyway.














