Skip to content
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: Support SRT to RTMP to WebRTC. v5.0.107 #3296

Merged
merged 2 commits into from Dec 9, 2022

Conversation

xiaozhihong
Copy link
Collaborator

@xiaozhihong xiaozhihong commented Dec 8, 2022

SRT to RTC conversion, first convert SRT to RTMP, then convert RTMP to RTC.
There is no issue with version 4.0 because in version 4.0, SRT is pushed to 127.0.0.1 using an RTMP client.
However, in version 5.0 after the SRT code is refactored, a manual creation of the RTC from RTMP bridge is required.

Version 6.0 needs to address the complex relationship issues between different sources and bridges (problems with mutual conversion).


TRANS_BY_GPT3

@xiaozhihong xiaozhihong linked an issue Dec 8, 2022 that may be closed by this pull request
@winlinvip winlinvip changed the title SRT: fix srt2rtc error SRT: Support SRT to RTMP to WebRTC. v5.0.107 Dec 8, 2022
@winlinvip winlinvip added this to the 5.0 milestone Dec 8, 2022
@winlinvip winlinvip changed the base branch from develop to 5.0release December 8, 2022 23:37
@winlinvip winlinvip merged commit bbe333d into ossrs:5.0release Dec 9, 2022
winlinvip added a commit that referenced this pull request Dec 9, 2022
* SRT: Support SRT to RTMP to WebRTC. v5.0.107 (#3296)
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TransByAI Translated by AI/GPT.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SRT: srt2rtc does not work.
2 participants