Using online-videos player in other plugin? (1 Viewer)

Shukuyen

Community Plugin Dev
  • Premium Supporter
  • May 8, 2008
    557
    300
    Lake of Constance
    Home Country
    Germany Germany
    Hi,

    I am putting together a proof of concept for an airplay process plugin. AirPlay allows iPhone/iPad users to stream video, audio and send pictures to other clients (MediaPortal in this case).

    What I get from AirPlay is a movie URL that should be buffered and then streamed. This isn't possible with the default g_Player implementation, so I thought I could take a look at how you do it in online videos. Could you please give me a hint how best to proceed? I already checked out the onlinevideos2 source, but I am a little lost at the moment.

    Thanks,
    Shukuyen.
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    You need the OnlineVideosPlayer class as well as the PlayerFactory. (remove anything you dont need).
    When calling an Url to be played it will have to go through your own factory. Check GUIOnlineVideos.Play_Step5.
     

    Users who are viewing this thread

    Top Bottom