Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
red5-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Otmane Mabrouk
red5-server
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
5
Apr
2
27
Mar
26
24
23
22
21
18
10
Feb
9
8
7
11
Jan
9
5
3
2
31
Dec
26
5
4
3
29
Nov
3
2
23
Oct
25
Aug
7
Jul
30
May
29
18
Apr
17
27
Mar
6
23
Feb
31
Jan
21
Nov
7
5
4
28
Oct
25
13
27
Sep
23
9
1
30
Aug
29
26
24
18
16
15
10
2
1
28
Jul
27
28
Jun
10
9
May
6
4
22
Apr
15
11
6
4
25
Mar
22
18
19
Jan
18
14
26
Nov
9
Jun
4
1
28
May
16
Apr
27
Jan
8
7
23
Aug
14
4
Feb
14
Oct
5
Sep
4
16
Aug
4
Jun
29
May
27
22
Apr
20
15
Feb
8
7
2
13
Dec
20
Nov
30
Jun
5
9
Apr
2
17
Mar
1
Dec
6
Sep
10
Aug
1
29
Jul
27
24
11
Jun
24
Apr
13
11
6
24
Mar
20
8
20
Feb
10
8
7
6
2
27
Jan
23
Dec
22
10
2
Nov
13
Oct
21
Sep
13
31
Aug
30
26
21
17
15
12
11
10
3
29
Jul
26
22
13
12
11
8
6
1
28
Jun
24
23
20
17
14
27
May
25
19
18
12
11
9
26
Apr
25
22
30
Mar
29
28
24
18
11
9
8
7
4
3
2
26
Feb
24
23
18
13
12
11
10
8
4
3
1
30
Jan
29
28
27
26
25
24
23
22
21
22
21
15
4
31
Dec
22
12
6
1
17
Nov
16
12
26
Oct
22
16
12
10
8
18
Sep
17
16
15
14
13
8
3
1
26
Aug
14
11
29
Jul
16
6
7
4
3
2
8
Apr
17
Mar
10
10
Feb
7
6
5
16
Jan
15
14
8
7
6
26
Dec
24
23
22
20
13
12
9
8
5
4
1
27
Nov
14
13
12
7
4
11
Oct
9
1
24
Sep
23
17
16
10
21
Aug
20
19
13
5
20
Jul
13
2
27
Jun
26
18
17
16
17
9
8
May
30
Apr
23
17
14
9
8
7
4
3
1
30
Mar
27
13
12
11
10
7
2
26
Feb
25
20
18
Nov
I optimized the code by deleting some lines that were not needed (creating a variable that stocks the result and then returning the variable itself)
master
master
modifications in the code
I changed the name of the class StreamingProxy to StreamProxy, i also changed the variable name host to aut, the function name setHost to setAut and also the type of the function setState from void to integer
Update version to 1.3.33 with new Bouncy Castle 1.77
Revert packet decode for min/max chunk size
Refactor RTMPProtocolDecoder to favor fill packet vs tiny chunk size if available bytes
Move rtmp test to server module. Reorder rtmp handler for notify which may be invoke type
Review webm
Remove ffmpeg binary accidentally added
Add new files and classes for video processing
Update Red5 to use JCodec; refactor io/media file handling
Delete io/src/test/resources/fixtures/stray.flv
Update Red5 version to 1.3.31; lifecycle refactor
Refactor codecs, logger, and rtmp client executor. Update spring
Reduce rtmp max poll time
Update version to 1.3.29. Refactor RTMP packet handling, remove extra threading, move handler into callable.
Adjustment of javadoc settings
Externalize max_poll_time for RTMPConnection
Add suppress warnings annotation
Refactor RTMP event logic to ensure ordered processing with minimal locking
Update version. Fix RTMP deadlock. Refactor WebsocketConnection write
Update dependencies based on SBOM report
Refactor to resolve remaining issues found in Pro version
Add and update of hashCode/equals for events
Fix issue with conversion of ImmutableCollections type
Refactored exterialize and amf in/out handling
Modify urls using archive.org
Fix and refactor for ReflectionUtils
Merge pull request #343 from Red5/bug/RED5DEV-1074
Fixes scheduled job executing only once.
Update plugin versions to latest
Disable some tests per module, focused on server tests right now
Set test skip enabled, remove surefire
Add and update for reflection testing
Add and update for reflection testing
Enable unit tests; Add reflection utils test
Remove cors and rtmpt from apps
Fix SO scope relection calls; refactored more reflection use
Replace Number with int for PrivateNetstreamData in client. Update to 1.3.26
Rework how RTMPClient private stream data is accessed by stream id
Loading