forked from arut/nginx-rtmp-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: java-Xs/nginx-rtmp-module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: arut/nginx-rtmp-module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 10 files changed
- 3 contributors
Commits on Jun 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ed23a34 - Browse repository at this point
Copy the full SHA ed23a34View commit details
Commits on Jun 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1cdeb07 - Browse repository at this point
Copy the full SHA 1cdeb07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e636a04 - Browse repository at this point
Copy the full SHA e636a04View commit details
Commits on Jul 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 43f1e42 - Browse repository at this point
Copy the full SHA 43f1e42View commit details
Commits on Sep 28, 2017
-
Without these comments gcc7 will complain (-Wimplicit-fallthrough). This fixes arut#1109.
Martyn Jarvis committedSep 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 716d3c8 - Browse repository at this point
Copy the full SHA 716d3c8View commit details
Commits on Nov 29, 2017
-
Merge pull request arut#1125 from martynjarvis/fall-through-comments
Add "fall through" comments to stop GCC 7 complaining
Configuration menu - View commit details
-
Copy full SHA for 791b613 - Browse repository at this point
Copy the full SHA 791b613View commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for afd350e - Browse repository at this point
Copy the full SHA afd350eView commit details
Commits on May 24, 2021
-
Fixed buffer overrun after changing chunk size.
Thanks to Zengxian Ding.
Configuration menu - View commit details
-
Copy full SHA for 2f2db81 - Browse repository at this point
Copy the full SHA 2f2db81View commit details
Commits on May 25, 2021
-
Fixed null pointer dereference while reading AMF.
Thanks to Zengxian Ding.
Configuration menu - View commit details
-
Copy full SHA for 23e1873 - Browse repository at this point
Copy the full SHA 23e1873View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c56fd73 - Browse repository at this point
Copy the full SHA c56fd73View commit details -
Added propagation of the "wildcard" flag to c->listening.
The change repeats nginx commit cb149fa03367 and is needed for stream pass module to be able to pass connections to rtmp.
Configuration menu - View commit details
-
Copy full SHA for 6f9fa49 - Browse repository at this point
Copy the full SHA 6f9fa49View commit details -
While rtmp module does not support SSL, starting from nginx 1.25.5 an SSL connection can be passed from nginx stream pass module. Such connections should be shut down on connection closure. An rtmps example: rtmp { server { listen 1935; # rtmp application foo { live on; } } } stream { server { listen 1936 ssl; # rtmps ssl_certificate example.com.crt; ssl_certificate_key example.com.key; pass 127.0.0.1:1935; } }
Configuration menu - View commit details
-
Copy full SHA for 2fb11df - Browse repository at this point
Copy the full SHA 2fb11dfView commit details
Commits on Dec 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c7719d - Browse repository at this point
Copy the full SHA 6c7719dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master