{"id":13436970,"url":"https://github.com/ebu/radiovis-html5player","last_synced_at":"2025-05-07T17:29:21.329Z","repository":{"id":146667445,"uuid":"12319407","full_name":"ebu/radiovis-html5player","owner":"ebu","description":"RadioVis Player using WebSocket","archived":false,"fork":false,"pushed_at":"2023-03-10T08:46:24.000Z","size":261,"stargazers_count":14,"open_issues_count":2,"forks_count":6,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-05-07T17:29:18.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ebu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-08-23T09:29:15.000Z","updated_at":"2024-03-07T20:32:19.000Z","dependencies_parsed_at":"2023-04-14T16:19:27.794Z","dependency_job_id":null,"html_url":"https://github.com/ebu/radiovis-html5player","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebu%2Fradiovis-html5player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebu%2Fradiovis-html5player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebu%2Fradiovis-html5player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebu%2Fradiovis-html5player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebu","download_url":"https://codeload.github.com/ebu/radiovis-html5player/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252926161,"owners_count":21826254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:00:53.412Z","updated_at":"2025-05-07T17:29:21.308Z","avatar_url":"https://github.com/ebu.png","language":"JavaScript","readme":"radiovis-html5player\n====================\n\nRadioVis Player using WebSocket\n\n## General architecture\n\nThe system is divided in two part: The server and the client. The server is a simple process running on any machine and the client a set of javascript/css files to be included in any part. You can use them in any setup, no PHP or other dynamic web server is needed.\n\n## Installation\n\n### Server\n\nThe websocket server is located in websocketserver. To run it, just use `python server.py`. It's possible to change the listening port and ip at the beginning of the file.\n\nThe websocket server is written in python. He needs the following packages:\n\n* ws4py==0.3.0-beta\n* gevent\n* dnspython\n* python-statsd (BSD license)\n\nYou can use `pip install ws4py==0.3.0-beta gevent dnspython python-statsd ` to install them.\n\n\nThe server use statsd to send some stats about the number of connections. You can setup a local statsd server to collect them.\n\n### Client\n\nThe client part include a javascript file (_radiovis-html5player.js_) and a css file (_radiovis-html5player.css_). You have to include jquery first.\n\nYou can use `$('#an_id').radiovisplayer('/topic/bla/bla', ip, port);` to load the player inside a DOM element. The optional parameters ip and port can be used to override defaults parameters (the current host and 8777) to the websocket server.\n\nThe file _index.html_ contains a sample implementation.\n\n## License (BSD)\n\nCopyright (c) 2013, EBU\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the EBU nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n## Core contributors\n\n* Maximilien Cuony [@the-glu](https://github.com/the-glu)\n* Michael Barroco [@barroco](https://github.com/barroco)\n","funding_links":[],"categories":["Hybrid Radio"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febu%2Fradiovis-html5player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febu%2Fradiovis-html5player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febu%2Fradiovis-html5player/lists"}