-
-
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
bugfix - Fix the issue of unable to connect with the platform using --with-gb28181 and some minor bugs #2109
Conversation
2-SrsGb28181Device增加属性字段,并在收到catalog命令时能够更新该属性 3-修复sip包解包不严谨bug(body中有可能会有SRS_RTSP_CRLFCRLF那么导致header_body[1]就不一定是body了可能只是body的一部分)
…。(修复该bug是在invite response时解析内容中的sdp,把对方生成的流媒体序列号ssrc读出来,并且更新srs的channel映射)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bugfix - Fix the issue of unable to connect with the platform for srs --with-gb28181 and some minor bugs.
The issue of unable to connect with the platform has been resolved in the develop branch. Please refer to PR #2014 for more details.
Thanks, I didn't see the PR you submitted earlier, but the issues I modified are basically similar to what you modified.
TRANS_BY_GPT3
恢复成原来的conf
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@PieerePi I have made changes to the relevant content, please take some time to review and see if there are any areas that still need improvement. Make sure to maintain the markdown structure.
|
all done, you can merge now
|
@PieerePi Please confirm if there are no issues.
|
After reviewing the code again, I found that there are still some issues with srs_string_split. I haven't used or tested the three scenarios in GB28181: auto_create_channel set to on, auto_play set to on, and invite_port_fixed set to off. Xbppeng121 has done some code merging and setting completion, and upon reviewing, it seems fine to me. However, we should test it after merging. @xbpeng121, please modify the commit message.
|
srs_string_split, let's put it aside for now. I will supplement it with UTest and then we can review it together. Additionally, please add my WeChat ID. You can find the QR code on the official website: https://ossrs.net
|
change log
|
Okay, I don't see any problem.
|
Merged as 47422b7 |
bugfix - Fix the issue of unable to connect with the platform using --with-gb28181 and some minor bugs
TRANS_BY_GPT3