FLV Playlist

Hi,



I’m attempting to develop a plugin for a site that has webisodes split up into 3 separate .flv files (their flash player then plays them one after the other in a playlist). Is there anyway to have my channel create a queue and play it? I’d rather not have to do site-configuration and just use their flash player because it needs to work on windows too

Direct play of the flvs is definitely preferable. As a note, it’s my understanding that webkit plugins (using site config) play on Windows PMS v9.5.x. If you’re using v2.1 of the plugin framework, as described in the docs (Dev.plexapp.com/docs), you might be able to create a MediaObject with multiple Parts where each part is one of the sequential flv files. If that works (I haven’t tried anything like that myself), it would probably be better to handle it separately in an URL Service. See the docs for more details.

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