0

I am facing a real problem, after I finish the development of TV android app and test it on emulator, when install the app on real device, all video files is working but all live video show white screen and none of the video or the audio running

I am using the same code in the demo that provide in github

this is the link of the code : https://github.com/google/ExoPlayer/tree/release-v2/demos/main/src/main/java/com/google/android/exoplayer2/demo

can you please advice as soon as you can ?

Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
  • Do you get any errors in Logcat? – Ge3ng Mar 12 '19 at 21:46
  • it is working in emulator with no error, how can I get logcat from TV device ? – Amira Elsayed Ismail Mar 12 '19 at 21:47
  • Depending on the android tv you are using there are steps to enable debugging. Generally they all support Connecting ADB over wifi - https://developer.android.com/studio/command-line/adb#wireless – Ge3ng Mar 12 '19 at 21:50
  • the problem that I do not have TV device, I write code and test it on emulator and send it to the client to test, do you have any idea how to get the log from the client ? – Amira Elsayed Ismail Mar 12 '19 at 21:52
  • You could implement an error listener that collects the errors and sends them to you or writes them to a file that your client could pull off and send to you- https://stackoverflow.com/questions/42948036/how-to-catch-all-errors-for-exoplayer – Ge3ng Mar 12 '19 at 21:59
  • @Ge3ng ok thanks I will try and get back to you – Amira Elsayed Ismail Mar 12 '19 at 22:22
  • You need to create an on-site [mre] – Zoe Jun 19 '19 at 14:46

0 Answers0