https://github.com/red5pro/amd-xma-transcoder-frontend
Frontend demonstrating transcoder functionality with AMD XMA
https://github.com/red5pro/amd-xma-transcoder-frontend
Last synced: over 1 year ago
JSON representation
Frontend demonstrating transcoder functionality with AMD XMA
- Host: GitHub
- URL: https://github.com/red5pro/amd-xma-transcoder-frontend
- Owner: red5pro
- License: other
- Created: 2022-04-08T13:44:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T18:34:18.000Z (about 4 years ago)
- Last Synced: 2024-04-15T00:13:13.069Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Standalone Transcoder Demo Frontend
This front-end demonstrates the selection and submission of a transcoder provision to a standalone server, which then plays back each transcoded stream on a single page. **NOT FOR PRODUCTION**
To run locally:
```sh
open http://localhost:8080 && python -m SimpleHTTPServer 8080
```
That will open the `index.html` page in your system's default browser server on `localhost` at port `8080`.
> It is assumed that if you are running on localhost and you keep the `Host` input setting as `localhost`, additionally you have a Red5 Pro server running on `localhost` at default port `5080`.
**OR**
Alternatively, you can clone this repo and copy it into the `webapps` directory of the server being tested (and restart the server for the webapp to be recognized).
For more information on Red5 Pro and AMD hardware, drop us a line at info@red5pro.com.