Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 216 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 216 Bytes

ExoPlayerRadioApp

A lightweight radio streaming android app with ExoPlayer

Config.java

public class Config {

    public static final String STREAMING_URL = "http://45.64.135.88:8000/stream1";

}