-
- Notifications
You must be signed in to change notification settings - Fork 5.6k
SRT: Support Coroutine Native SRT over ST. #3010
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
Closed
Closed
Changes from 10 commits
Commits
Show all changes
41 commits Select commit Hold shift + click to select a range
aff6102 Refine SRT code, with StateThread adpater
xiaozhihong 193fcbd SRT: Support debugging with CLion.
winlinvip a499a8c SRT: Eliminate unused files for SRT.
winlinvip 85e9581 SRT: check srt_connect return value
xiaozhihong 7352bfe SRT: support rtmp to srt
xiaozhihong 5d33eec SRT: fix utest failed
xiaozhihong 8cea168 SRT: Fix cmake bug, quit if error.
winlinvip 05d3d96 SRT: Update full.conf for new configs.
winlinvip 4ce091e SRT: Update full.conf for review.
winlinvip 86d48c4 SRT: Add srt vhost section to full.conf.
winlinvip 738e110 SRT: Refine parse SRT listen ip and port.
winlinvip bc59917 SRT: Refine the schedule resolution to 10ms if idle.
winlinvip f5101ae SRT: Initialize SRT eventloop in adapter.
winlinvip 16063d1 SRT: Refine get_srt_poller to poller.
winlinvip a7725f6 SRT: Refine the SRT socket code.
winlinvip 14fb187 SRT: Add SRT option annotation in full.conf
xiaozhihong 8558fb9 SRT: Tsbpdmode default on
xiaozhihong a3e0a3c SRT: refine int to srs_utime_t in srt timeout config
xiaozhihong c096dfa SRT: add option peer_idle_timeout in full.conf
xiaozhihong 40725ab SRT: use srs code style in function defination
xiaozhihong b217eaf SRT: remove mix_correct
xiaozhihong c4abac8 SRT: remove rtmp_to_srt
xiaozhihong 563cb81 SRT: Rename srs_service_st_srt to srs_protocol_srt
winlinvip 083b8ce SRT: Wrap SRT stat object.
winlinvip 031ea96 SRT: Extract ISrsSrtPoller to hide SRT_EPOLL_EVENT
winlinvip 248ce93 SRT: Hide srt implements from API.
winlinvip 99a6d72 SRT: Undo extract of fetch_or_create_source and change mode_ to local.
winlinvip b2b6087 SRT: Refine packet error handler.
winlinvip a89c725 SRT: Add todo for coroutine yield.
winlinvip 5933942 SRT: Merge develop, rename bridger to bridge.
winlinvip 2668fec SRT: Merge develop, rename filename in protocol.
winlinvip 85591e9 SRT: Merge develop, prefix for protocol files.
winlinvip d57fd6b Merge branch 'develop' into feature/srt
winlinvip 93d0cfb SRT: Merge develop, fix build fail.
winlinvip 4c32b52 SRT: Refine code, remove SrsSrtListenerType
winlinvip 424f5ec SRT: Change bridges to bridge.
winlinvip f933e7f SRT: move accept log into srt conn cycle
xiaozhihong 9d97402 SRT: readd mix_correct, compatible old srt conf
xiaozhihong b7aad03 SRT: add srs_core_lock, support scope lock guard
xiaozhihong edc291a SRT: add srt log handle, srs log supoort multithread
xiaozhihong d7dcf6d SRT: Refine the lock for log.
winlinvip File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.