I am interested in having a go at coding a new plugin for the BBC iPlayer service for UK users.
(and potentially other on-demand/catch-up TV services if I am successful)
I've not done much C++ before, but have done development in other languages (C#.NET, Java, a bit of python and ruby), so feel reasonably confident I will get there eventually, once I've had a play with the SDK.
But, as I can see that the plugin(s) I am trying to write would work in a very similar fashion to the YouTube and Hulu ones for theater view (but obviously scraping another site or querying a different API), I was wondering if its possible to get the source for one of these as a starting point, or maybe some guidance as to where to start if not?
I know the BBC provides an API that allows me to query for available content in json or xml, and provides episode data, links to screenshots and RTMP urls etc, that could be used to construct media items in JRiver and I assume added to a playlist of sorts, so it seems that what I am trying to achieve is more than do-able and in fact could be reasonably simple?