https://github.com/khumnath/nepali-fm-player
live radio player for nepali fm stations.
https://github.com/khumnath/nepali-fm-player
html5-audio javascript-music music-player nepali-fm-player
Last synced: about 1 month ago
JSON representation
live radio player for nepali fm stations.
- Host: GitHub
- URL: https://github.com/khumnath/nepali-fm-player
- Owner: khumnath
- License: agpl-3.0
- Created: 2020-10-13T20:59:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T07:44:25.000Z (almost 2 years ago)
- Last Synced: 2024-07-20T12:59:53.516Z (almost 2 years ago)
- Topics: html5-audio, javascript-music, music-player, nepali-fm-player
- Language: JavaScript
- Homepage: https://khumnath.github.io/nepali-fm-player/
- Size: 1.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
### nepali fm player
* cloned from:https://github.com/worldzhao/url-music-player
used languages
1. Html
2. Css
3. JavaScript
### http and https mixed content issue
as chrome dont want to load mixed content.live demo may not load http media sources
on github page.however users can clone repo and use locally on pc without errors.
if one want to embed on website i would suggest not to use https on webpage because live streams are on http connection.
as of today firefox loads page with showing not secure on addressbar.
### want to contribute?
fork repo and make changes then send pull requests.
### playlist file
on folder js/playlist.js file there are links for live streams.
playlist format is:
```javascript
{
src:'https://stream1.radionepal.gov.np/live/',
name:'Radio Nepal',
author:'am/sw/fm radio',
cover:'img/radionepal.png'
},
{
src:'https://radio-broadcast.ekantipur.com/stream/',
name:'Kantipur Fm',
author:'91.2 MHZ kathmandu',
cover:'https://radio-jcss-cdn.ekantipur.com/images/kfm_logo.png'
},
```