forked from Haivision/srt
-
Notifications
You must be signed in to change notification settings - Fork 2
update fork #1
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
Merged
Merged
update fork #1
Conversation
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
* Updated all changes for HSv5 handshake. * Added forgotten lacking files * Fixes reported from windows build. * Fixed problems reported by OS X/Clang * Fixed wrong fix on Mac/Windows. Added lacking stub function for logging in haicrypt * Another set of fixes for Windows * Changed logging API in siplex to C++03 version due to problems on Windows * Fixed nonportable alarm in siplex * Made all required fixes on Windows, also checked on Cygwin * Fixed include for back_inserter detected by Windows/msvs 2015 * A trick to solve a fictional github-reported conflict * Minor fixes
Refactoring changes as a preparation for file transfer support (congestion control)
…ed all CC-related parts of SRT to LiveSmoother. Restored abandoned UDT parts to be usable with FileSmoother.
…only a fragment of buffer.
…or BW compat. Enforced relative rpath on all apps.
… invalid haicrypt dep.
…syntax in initialization
File transfer (AKA VOD mode) and congestion control for SRT
…or reporting for UDP
…nto dev-fix-multicast-windows
Fix multicast binding problem on Windows
Updated options for handling disabled flushing before closing
* General refactoring around existing API
…eded. To prevent deadlock when sending in buffer mode. (#114)
* Changed extracting packet to only sequence number
* Change License to MPLv2.0 * Add original IoU license to handshake.* sources
* cmake: Use standard cmake function to find pthread * Replace sys/syslog.h with syslog.h
* update gather-package.bat to grab new gnerated version.h file * supress percentage junk from robocopy in gather-package.bat
#275) * srt-live-transmit: ensure all status and debug messages go to stderr plus a few minor fixups
Dev branch mergeback
…ck, but not in a way that bypases declarations with initizialization. The previous code was ill-formed per the standard even tho the variable is a POD type 3.9, but it is being initialized.
…e ${TARGET_srt}_shared is not a valid target and CMake generates an error.
Fix C++ Standards Violation
Use the correct printf format macros for WIN32/MINGW for size_t
Fix windows build when only building the static library.
Do not use different names for the static and shared libraries in the MINGW builds
* Do not expose internals unneeded by the external API. Also do not use export global symbols in the SRT library with names like gettimeofday, clock_gettime, and timeradd as these are standard symbol names that may clash with the library user. This PR makes them static implementations to the library for internal use only and does not expose them to the public include and API. * Remove unused code.
Expanded delimiter row to reflect total number of columns.
- Added a relay bidirectional application. - Added relay classes in testmedia. - Reused epoll direction enum. - Added possibility for verbose locking.
… processed. (#349) * Added removeConnector to exe path where connection is no longer to be processed.
* Created condTimedWaitUS() and fixed CUDT::tsbpd() wait on OSX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.