| 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 ...
|
| 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 ...
|
| f97afa13 | 28-Jul-2023 |
Harlan <[email protected]> |
update release cargo project files |
| 06c50324 | 28-Jul-2023 |
Harlan <[email protected]> |
add makefile;do some fix |
| 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 |
| 7f3675fe | 12-Mar-2023 |
Harlan <[email protected]> |
[release] release xiu 0.5.0 |
| ccd9a1fa | 04-Mar-2023 |
Harlan <[email protected]> |
support audio and video information statistics |
| c4a586d9 | 12-Feb-2023 |
Harlan <[email protected]> |
manual modification for cargo clippy --fix |
| bd35295b | 12-Feb-2023 |
Harlan <[email protected]> |
cargo clippy --fix with cargo 1.67.0 (8ecd4f20a 2023-01-10) |
| 311e8c3e | 05-Feb-2023 |
Harlan <[email protected]> |
update versions and README |
| abdc2158 | 21-Jan-2023 |
HarlanC <[email protected]> |
Update README |
| 6685cacb | 21-Jan-2023 |
HarlanC <[email protected]> |
fix #30, the pps remaining data needs to be cleaned up. |
| 85c0af6a | 28-Nov-2022 |
Luca Barbato <[email protected]> |
Automatically fix the clippy lints |
| 6623164a | 04-Sep-2021 |
HarlanC <[email protected]> |
[publish] xflv v0.0.2 xmpegts v0.0.3 |
| 1a431e96 | 18-Aug-2021 |
HarlanC <[email protected]> |
publish mpegts |
| 0e3adabb | 18-Aug-2021 |
HarlanC <[email protected]> |
add README for xiu |
| e4bd27b1 | 17-Aug-2021 |
HarlanC <[email protected]> |
update mpegts to xmpegts |
| ef812906 | 17-Aug-2021 |
HarlanC <[email protected]> |
add mpegts readme |
| 9a6473ea | 17-Aug-2021 |
HarlanC <[email protected]> |
publish mpegts |
| 88325f54 | 17-Aug-2021 |
HarlanC <[email protected]> |
update library name |
| a3d19ccc | 17-Aug-2021 |
HarlanC <[email protected]> |
clear warnings |
| 7133c910 | 14-Aug-2021 |
HarlanC <[email protected]> |
refactor |
| b113bb17 | 14-Aug-2021 |
HarlanC <[email protected]> |
refactor |
| 15fa2386 | 13-Aug-2021 |
HarlanC <[email protected]> |
move some folders to library |