amazon web services - video cdn for android app -


goal - watch top-ten videos back without delay in android app

i read adaptive streaming(hls/dash) cdn amazon cloudfront, hola, streamable.

unfortunately, none of given examples work. each throws unique error unable resolve. amazon & streamable, support staff not respond.

when using amazon cloudfront tutorial sample app, getting following error - "no viewing app exists content type - application/octeam-stream", created videoplayeractivity uses exomedia play videos.

i following error

caused by: java.lang.illegalargumentexception: unable find configured root content://com.mysampleapp.fileprovider/s3_lolwow-contentdelivery-mobilehub-2118977425/content/hls/popeye_forpresident_512kb-1490367405276/output/2m_v4.m3u8

i modified 'name' attribute in content_delivery_paths.xml because changing name should not make difference

original

<paths xmlns:android="http://schemas.android.com/apk/res/android">     <files-path name="." path="/"/>  </paths> 

modified

<paths xmlns:android="http://schemas.android.com/apk/res/android">     <files-path name="videos" path="/"/>  </paths> 

now i'm getting following error

com.amazon.mysampleapp e/exoplayerimplinternal: internal track renderer error. com.google.android.exoplayer.exoplaybackexception: com.google.android.exoplayer.upstream.contentdatasource$contentdatasourceexception: java.io.filenotfoundexception: no such file or directory

multiple attempts later decided switch , try streamable.com encountered error, support team not respond queries.

can guide me through this?

i switched streamable.com, figured problem , resolved https://github.com/adrielcafe/androidstreamable/issues/2#issuecomment-292454278


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -