| #
a4ef5d6c |
| 23-Dec-2023 |
HarlanC <[email protected]> |
Fix 77 (#83)
* get the event processing result and return immediately when encountering errors
* fix warnings
* fix error
* print dump data
* format string
* when the number of error
Fix 77 (#83)
* get the event processing result and return immediately when encountering errors
* fix warnings
* fix error
* print dump data
* format string
* when the number of errors reaches a certain number, exit the session directly.
* add some logs
* add logs
* get publish and subscribe event result from stream hub
show more ...
|
| #
69de9bbd |
| 26-Nov-2023 |
HarlanC <[email protected]> |
Fix 71 (#72)
* fix error: the session should not be exited when encountering unknown msg type id
* remove no used "\n" which can add blank lines when print logs
* refactor packerizer unpacketi
Fix 71 (#72)
* fix error: the session should not be exited when encountering unknown msg type id
* remove no used "\n" which can add blank lines when print logs
* refactor packerizer unpacketizer mod
* refactor codes
* cargo clippy --fix --allow-dirty --allow-no-vcs
* do some fix for rtmp
* fix logs
* try to fix parse rtmp chunk error
show more ...
|
|
Revision tags: v0.9.1 |
|
| #
80f20d70 |
| 01-Oct-2023 |
HarlanC <[email protected]> |
Implement new feature :WebRTC(Whip/Whep) (#57)
* Support rtp packet forwarding channel
* support rtp forward channel
* support webrtc whip
* send response for http DELETE
* support whep
Implement new feature :WebRTC(Whip/Whep) (#57)
* Support rtp packet forwarding channel
* support rtp forward channel
* support webrtc whip
* send response for http DELETE
* support whep and implement HTTP get
* Some fix for whep
* some fix
* some fix and basically works
* refactor stream hub to fix high CPU usage problem
* unpublish whip;add client files
* clear build warnings; add xwebrtc's Cargo.toml file to confs folder
* fix whep peer connection cannot be closed.
* try to fix that whep receive loop cannot be exited
* fix unsubscribe whep errors; fix UT
* make local build
* fix #56
* fix #54 and #60
* update cargo.toml for release
* update README and online version
* update README for webrtc; restore local cargo toml files
show more ...
|
|
Revision tags: v0.8.0, v0.7.0 |
|
| #
b36cf5da |
| 26-Jul-2023 |
Harlan <[email protected]> |
cargo clippy --fix --allow-dirty --allow-no-vcs
|
| #
13bac29a |
| 21-Jul-2023 |
Harlan <[email protected]> |
rtsp->rtmp
|
| #
8e71d710 |
| 14-Jul-2023 |
Harlan <[email protected]> |
Split the channel module into a library to support multiple input protocols; support RTSP
|
|
Revision tags: v0.6.1, v0.6.0 |
|
| #
248cdac6 |
| 07-Apr-2023 |
Harlan <[email protected]> |
impl kick off client
|
| #
976f65a6 |
| 19-Mar-2023 |
Harlan <[email protected]> |
generate notify info
|
|
Revision tags: v0.5.0 |
|
| #
ccd9a1fa |
| 04-Mar-2023 |
Harlan <[email protected]> |
support audio and video information statistics
|
| #
0ca99c20 |
| 12-Feb-2023 |
Harlan <[email protected]> |
manual modification for cargo clippy --fix --allow-dirty with rust: stable 1.55.0 and cargo 1.67.0 for RTMP
|
|
Revision tags: v0.4.0, v0.3.0, v0.1.0, v1.0.0 |
|
| #
85c0af6a |
| 28-Nov-2022 |
Luca Barbato <[email protected]> |
Automatically fix the clippy lints
|
|
Revision tags: v0.0.11, v0.0.10, v0.0.9, v0.0.8, v0.0.5, v0.0.4 |
|
| #
5359bb99 |
| 21-Aug-2021 |
wawacry <[email protected]> |
fix bug;refactor codes;add logs
|
|
Revision tags: v0.0.2 |
|
| #
88d91efd |
| 18-Aug-2021 |
HarlanC <[email protected]> |
refactor && add uuid for subscriber
|
| #
740804e8 |
| 18-Aug-2021 |
HarlanC <[email protected]> |
fix bug ; improve log print
|
| #
88325f54 |
| 17-Aug-2021 |
HarlanC <[email protected]> |
update library name
|
| #
5de1eabb |
| 17-Aug-2021 |
HarlanC <[email protected]> |
add logs
|
| #
33692bbd |
| 14-Aug-2021 |
HarlanC <[email protected]> |
fix && add comments
|
| #
87f493cd |
| 30-May-2021 |
HarlanC <[email protected]> |
[protocol][rtmp] add timestamp for metadata
|
|
Revision tags: v0.0.1 |
|
| #
b1840569 |
| 15-May-2021 |
HarlanC <[email protected]> |
clear warnings and impl pull logic
|
| #
3cf13c0a |
| 15-May-2021 |
HarlanC <[email protected]> |
remove command object
|
| #
d92d519b |
| 15-May-2021 |
HarlanC <[email protected]> |
refactor & remove command object
|
| #
16394c08 |
| 02-May-2021 |
HarlanC <[email protected]> |
impl static push
|
| #
37ccd32d |
| 02-May-2021 |
HarlanC <[email protected]> |
pass connect command obejct
|
| #
30c61c6e |
| 01-May-2021 |
HarlanC <[email protected]> |
fix errors
|
| #
ec2af5fa |
| 01-May-2021 |
HarlanC <[email protected]> |
add some error types
|