File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
app/src/main/java/com/theoplayer/android/connector Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import com.theoplayer.android.api.source.SourceType
77import com.theoplayer.android.api.source.TypedSource
88import com.theoplayer.android.api.source.addescription.GoogleImaAdDescription
99import com.theoplayer.android.api.source.metadata.MetadataDescription
10+ import com.theoplayer.android.api.theolive.TheoLiveSource
1011import com.theoplayer.android.connector.uplynk.UplynkAssetType
1112import com.theoplayer.android.connector.uplynk.UplynkPingConfiguration
1213import com.theoplayer.android.connector.uplynk.UplynkSsaiDescription
@@ -40,6 +41,12 @@ val sources: List<Source> by lazy {
4041 " program" to " BigBuckBunny with Google IMA ads"
4142 )
4243 ),
44+ Source (
45+ name = " THEOlive demo" ,
46+ sourceDescription = SourceDescription .Builder (TheoLiveSource (src = " 9lwkudxeyjwwm132pukwwhhtk" ))
47+ .metadata(MetadataDescription (mutableMapOf (" title" to " THEOlive demo" )))
48+ .build()
49+ ),
4350 Source (
4451 name = " Yospace HLS VOD" ,
4552 sourceDescription = SourceDescription
You can’t perform that action at this time.
0 commit comments