SiteConfigurations / Flash players

Hi,

 

I'm new to Plex and have been reading the various documentation in order to develop a new channel plugin.  The site I'm trying to integrate has protected live content (I'm a paying subscriber) and I haven't been able to source a neat way to get to the raw stream data (its hidden behind a raft of JavaScript and Flash code).  

 

Reading through the Plex developer documentation it seems to suggest that a SiteConfiguration is the only way to build a channel for such content.  However, reading on the forums I've seen a few posts saying that support for SiteConfigurations has been removed?

 

So, to my question:  Is there any way with the current Plex framework to build a channel for such content?  Any pointers greatly appreciated (even if it's confirmation that I'm wasting my time!).

 

Thanks,

Lyndon

You cannot just pull the flash player out of a webpage with Plex. Webkit is no longer supported (honestly it was a pain, used too many resources, and did not work well on most platforms).

The short answer is that you are most likely wasting your time, especially if the website uses Flash to store the username and password info. And often these type of sites use DRM which will also not work with Plex. Usually with these types of websites, your only option is for them to offer a hardware based app. See https://support.plex.tv/hc/en-us/articles/201375873-Why-does-Plex-not-have-a-channel-for-a-particular-website- and https://support.plex.tv/hc/en-us/articles/201128288-Why-don-t-videos-from-iTunes-Amazon-etc-play-.  This is why you do not see Plex channels for websites that require TV provider info.

Unless the site offers some type of API for login authentication and accessing their content, you would need to find a way to send the username and password info along with the content request. Programs like Fiddler or Charles can help you look at the HTTP traffic, find the actual streams, and see how content is requested and returned. 

If DRM is not an issue and you can find a way to include the account info, the NFL channel is a good example  - https://github.com/plexinc-plugins/NFL.bundle

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.