https://github.com/mehdi-reza/audio-player
https://github.com/mehdi-reza/audio-player
audio audio-player ffmpeg springboot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mehdi-reza/audio-player
- Owner: mehdi-reza
- Created: 2017-05-22T11:54:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T12:50:59.000Z (about 8 years ago)
- Last Synced: 2025-01-22T08:11:38.763Z (4 months ago)
- Topics: audio, audio-player, ffmpeg, springboot
- Language: Java
- Size: 4.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# audio-player
* Update nginx_audio.conf file with correct locations with respect to the folder where you cloned the repo
* Update src/main/resources/application.properties with correct locations
* Download nginx (webserver) for windows. This is required to properly handle stream headers.
* In nginx.conf include nginx_audio.conf in ``http{...}`` block, as following:
> ``include "C:/Users/Mehdi Raza/aamir/waveform/nginx_audio.conf";``* Start nginx using ``"start nginx"``
* execute `mvn spring-boot:run` and point browser toLink to [ffmpeg](http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170520-64ea4d1-win64-static.zip)