radio.js 444 B

1234567891011121314151617181920212223242526272829
  1. /**** Audio Player ****/
  2. Amplitude.init({
  3. "songs": [
  4. {
  5. "url": "http://64.207.152.217:8000/stream",
  6. "live": true,
  7. },
  8. {
  9. "url": "http://64.207.176.250:8080/iwoody",
  10. "live": true,
  11. }
  12. ],
  13. "autoplay": true,
  14. "amplitude_volume": 100
  15. });
  16. /**** Page Features ****/
  17. $(function () {
  18. $('[data-toggle="tooltip"]').tooltip()
  19. })
  20. $('#amplitude-play-pause').tooltip(options)
  21. $(document).ready(function() {
  22. });