[Helix-client-dev] RE: [Player-dev] Is there any Player based on hxclientkit hxclient_3_1_0_atlas works?
Zhao, Halley halley.zhao at intel.com=A1=A1=A1=A1Splay works well for the following configuration: =A1=A1=A1=A1 =A1=A1=A1=A1target: splay =A1=A1=A1=A1profile: helix-client-all-defines =A1=A1=A1=A1branch: hxclient_3_1_0_atlas =A1=A1=A1=A1 =A1=A1=A1=A1>-----Original Message----- =A1=A1=A1=A1>From: Greg Wright [mailto:gwright at real.com] =A1=A1=A1=A1>Sent: 2007=C4=EA9=D4=C228=C8=D5 2:28 =A1=A1=A1=A1>To: Zhao, Halley =A1=A1=A1=A1>Cc: helix-client-dev at helixcommunity.org; Helix Player Dev =A1=A1=A1=A1>Subject: Re: [Player-dev] Is there any Player based on = hxclientkit =A1=A1=A1=A1>hxclient_3_1_0_atlas works? =A1=A1=A1=A1> =A1=A1=A1=A1>Zhao, Halley wrote: =A1=A1=A1=A1>> =A1=A1=A1=A1Thanks Greg: =A1=A1=A1=A1>> =A1=A1=A1=A1>> =A1=A1=A1=A11 =A1=A1=A1=A1>> =A1=A1=A1=A1I have compared = clientapps/simpleplayer/main.cpp of 150Cay and =A1=A1=A1=A1>310Atlas. And seems all the modifications have been merged = to hxclient =A1=A1=A1=A1>module. =A1=A1=A1=A1>> =A1=A1=A1=A1A difference I noticed is: =A1=A1=A1=A1>> =A1=A1=A1=A1In splay, it add plugin path with name " = HelixSimplePlayer " =A1=A1=A1=A1>> = =A1=A1=A1=A1pMediaPlatform->AddPluginPath("HelixSimplePlayer", dllhome) =A1=A1=A1=A1>> =A1=A1=A1=A1while in hxclient, it add plugin with name " = HXClientKitFramework " =A1=A1=A1=A1>> = =A1=A1=A1=A1m_pIMediaPlatform->AddPluginPath("HXClientKitFramework", = dllhome) =A1=A1=A1=A1>> =A1=A1=A1=A1>> =A1=A1=A1=A12. =A1=A1=A1=A1>> =A1=A1=A1=A1Now, I can create the engine/player and call = the ClientPlayerOpenURL, =A1=A1=A1=A1>ClientPlayerPlay with no error report, =A1=A1=A1=A1>> =A1=A1=A1=A1however, no output, either audio or video. =A1=A1=A1=A1>> =A1=A1=A1=A1Could you give me some suggestion to debug = it? Thanks. =A1=A1=A1=A1>> =A1=A1=A1=A1>> =A1=A1=A1=A13. =A1=A1=A1=A1>> =A1=A1=A1=A1Can you point me the configuration to build a = player based on =A1=A1=A1=A1>hxclientkit 310Atlas? =A1=A1=A1=A1> =A1=A1=A1=A1>Before we do anything else, try building this well tested =A1=A1=A1=A1>combination: =A1=A1=A1=A1> =A1=A1=A1=A1>target: splay =A1=A1=A1=A1>profile: helix-client-all-defines =A1=A1=A1=A1>branch: hxclient_3_1_0_atlas =A1=A1=A1=A1> =A1=A1=A1=A1>Make sure that that will run and you see video and hear =A1=A1=A1=A1>audio. Once we know that works, we can worry about =A1=A1=A1=A1>hxclientkit. =A1=A1=A1=A1> =A1=A1=A1=A1>--greg. =A1=A1=A1=A1> =A1=A1=A1=A1>> =A1=A1=A1=A1>> =A1=A1=A1=A1Thanks.