Thomas Breitbach
Results
2
comments of
Thomas Breitbach
You want to delay the start? [setPlayWhenReady(boolean playWhenReady);](https://github.com/google/ExoPlayer/blob/master/library/src/main/java/com/google/android/exoplayer/ExoPlayer.java#L318) could be a good starting point.
Any news here? It's super annoying to set all the technical values (discimininator) in the client all the time. My workaround looks like this: I declare the discriminator values in...