1

私はYoutubeチャンネルからライブストリーミングをAndroidアプリに再生する必要があります。ここでAndroid | Youtubeライブストリーミング

は私のRTMP URLです - rtmp://a.rtmp.youtube.com/live2 私もStream Key を持っている誰かが私を助けたり、この上で私を導いてくださいすることができます。

誰かが私にこれを達成する方法を提案すれば本当に素晴らしいでしょう。

私は私のアプリでYouTubeに統合しましたが、私はその後、任意のライブチャネルを再生するとき、それは丸太の下に私を示し

EDIT - 私は、次のコードでこれを行っている

E/YouTubeAndroidPlayerAPI: fmt.noneavailable 
                  ouq: Video not supported/available 
                   at oun.a(SourceFile:217) 
                   at oqa.a(SourceFile:384) 
                   at oqa.a(SourceFile:710) 
                   at oqg.a(SourceFile:1143) 
                   at onp.onPostExecute(SourceFile:2102) 
                   at android.os.AsyncTask.finish(AsyncTask.java:636) 
                   at android.os.AsyncTask.access$500(AsyncTask.java:177) 
                   at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:653) 
                   at android.os.Handler.dispatchMessage(Handler.java:102) 
                   at android.os.Looper.loop(Looper.java:135) 
                   at android.app.ActivityThread.main(ActivityThread.java:5930) 
                   at java.lang.reflect.Method.invoke(Native Method) 
                   at java.lang.reflect.Method.invoke(Method.java:372) 
                   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405) 
                   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200) 

答えて

0

-

 //Opens in the StandAlonePlayer, defaults to fullscreen 
     startActivity(YouTubeStandalonePlayer.createVideoIntent(SplashScreen.this, 
       DEVELOPER_KEY, VIDEO_ID)); 
関連する問題