Skip to content

olegbukatchuk/airtime_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full customize stream player for Airtime RMS

License: GPL v3

Install

Add the scripts airtime_player.css and airtime_player.js to your web page:

<!doctype html>

<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Full customize stream player for Airtime RMS</title>
        <meta name="description" content="Full customize stream player for Airtime RMS">
        <meta name="author" content="Oleg Bukatchuk">
        
        <link rel="stylesheet" href="https://raw.githubusercontent.com/olegbukatchuk/airtime_player/master/airtime_player.css">
  
        <!--[if lt IE 9]>
            <script src="https://raw.githubusercontent.com/olegbukatchuk/airtime_player/master/html5shiv.js"></script>
        <![endif]-->
    </head>

    <body>
        <script src="https://raw.githubusercontent.com/olegbukatchuk/airtime_player/master/airtime_player.js"></script>
        
        <!-- Player Block Start -->
        <div class="player"></div>
        <!-- Player Block End -->
    </body>
</html>

Demo

You can see running stream on this page http://bassfm.ru

Support and contacts

Have a question or suggestion? Contact me any way you want presented on my website bukatchuk.com.

Releases

No releases published

Packages

No packages published