-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRT http hook call missing ip
in request data
#3108
Comments
I think part of the same issue is the lack of metrics for
You can see that it is active by looking at the
So, I'm wondering if this is something that might get worked on soon, so that the |
As part of the ingest flow we use http hooks to ensure valid incoming stream - for RTMP we currently use the
ip
part of request data - we need to do the same for SRT but theip
field appears missing in the request dataSRS Version (版本):
5.0.33
SRS Log (日志):
RTMP connection calling
on_publish
hook:SRT connection calling
on_publish
hook:Replay (重现)
ffmpeg -re -i live_005.mp4 -c copy -f flv 'rtmp://10.1.20.1:1935/broadcast/46746746746746746746'
ffmpeg -re -i live_005.mp4 -c copy -f mpegts 'srt://10.1.20.1:10080?streamid=#!::r="/broadcast/46746746746746746746",m=publish'
Expect (Expected Behavior)
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: