Nataliia.dev
Nataliia.dev

Reputation: 2972

Streaming audio on Google TV

Does anyone know how to play streaming audio on Google TV device? MediaPlayer and VideoView can't do this.

Thanks for any solution.

Upvotes: 1

Views: 594

Answers (1)

saxman
saxman

Reputation: 1975

MediaPlayer should work. For the basic code for streaming with MediaPlayer, check out:

http://developer.android.com/guide/topics/media/mediaplayer.html#mediaplayer

If you're having trouble getting MediaPayer to work with your audio, it might be a package or decoder compatibility issue. The Google TV supported media types can be found at:

https://developers.google.com/tv/android/docs/gtv_media_formats

Upvotes: 1

Related Questions