Hi, I am having problem with enabling RealRTMP for URL Service for plugin I am working on...
<?xml version="1.0" encoding="UTF-8"?>
CFBundleIdentifier
tv.weeb.plexapp.weebtv
PlexFrameworkVersion
2
PlexClientPlatforms
*
PlexPluginClass
Content
PlexFrameworkFlags
UseRealRTMP
PlexURLServices
WeebTV
Identifier
tv.weeb.plexapp.weebtv
URLPattern
^http://weeb.tv/channel/.*
Could someone tell me, where to put it? As you can see, I already enabled it in the plugin itself, but can't figure out where to insert it, to enable RealRTMP in service.
Ok, I notticed that the stream gets transcoded properly, and I can play media-*.ts files fine, but players do not display that transcoded file at all. All I can see is a spinning wheel... I must be missing some detail...
Is this a live stream by any chance? Only the Windows and Mac desktop clients can handle those at the moment.
Yes it is. Well... that sort of answers my question ;)
I guess that for Web Client, I could just redirect to the website, and use SiteConfiguration to login.
What about Android client then? Redirect wouldn't really work, would it?