Migrated to https://github.coupang.net/coupang/couplay-sample_playback
Please set parameters needed before using this sample app.
-
API KEY -> tv.hooq.sampleapp.commons.Config.java:API_KEY
-
Shared Keys -> tv.hooq.sampleapp.commons.Config.java:getSharedKeysHmac()
-
Conviva API Key -> tv.hooq.sampleapp.commons.Config.java:CONVIVA_API_KEY
-
Conviva Gateway URL -> tv.hooq.sampleapp.commons.Config.java:CONVIVA_GATEWAY_URL
-
COUNTRY CODE -> tv.hooq.sampleapp.commons.Config.java:COUNTRY_CODE
Available country code : ID, IN, PH, SG, TH
-
IP ADDRESS -> tv.hooq.sampleapp.commons.Config.java:IP_ADDRESS
Send the client IP Address, do not hard code the IP Address on real implementation
If you want to activate the user directly after registering, please update the config :
- WITH_ACTIVATE (tv.hooq.sampleapp.commons.Config.java:WITH_ACTIVATE) must be
true
- SKU (tv.hooq.sampleapp.commons.Config.java:SKU) : update with suitable SKU
- Update TVOD data structure, currently not support Parcelable
- Update TVSHOW flow, currently cannot play TVSHOW because there is no episode selector