https://github.com/red5/red5-issues
Code written to use for debugging issue reports
https://github.com/red5/red5-issues
Last synced: about 1 year ago
JSON representation
Code written to use for debugging issue reports
- Host: GitHub
- URL: https://github.com/red5/red5-issues
- Owner: Red5
- License: apache-2.0
- Created: 2014-11-05T02:41:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T19:05:16.000Z (almost 10 years ago)
- Last Synced: 2025-05-09T00:44:29.796Z (about 1 year ago)
- Language: JavaScript
- Size: 2.7 MB
- Stars: 0
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
red5-issues
=============
Code used to test or verify issues submitted to the Red5 project. Feel free to fork and add your issue code. To "activate" your application class, go to the WEB-INF/red5-web.xml and modify the "web.handler" bean.
```
```
Following the format above will keep things from getting confusing.
```
[package].[issue short name].Application
```
=======
How to proceed
1. Create an issue report on red5-server
2. Include your reproduction steps
3. Pull this repo
4. Create an application class to demonstrate the issue (use the existing code as an example)
5. Create a pull request with your code
6. Update your issue report
We'll look into the issue as soon as possible and your example app will go a long way towards getting a fix in-place.