| 22ec36f2 | 25-Dec-2023 |
Doug <[email protected]> |
Make HTTP API listen on 0.0.0.0 like other services |
| 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 ...
|
| a67ced8b | 02-Dec-2023 |
HoussemBousmaha <[email protected]> |
refactor: fix typo in variable name |
| 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 ...
|
| b754b692 | 04-Aug-2023 |
Harlan <[email protected]> |
[feat] support HLS record |
| d08bd35b | 29-Jul-2023 |
Harlan <[email protected]> |
fix build error |
| a09d30c0 | 28-Jul-2023 |
Harlan <[email protected]> |
update README. |
| 9664bf0f | 28-Jul-2023 |
Harlan <[email protected]> |
update rtsp package name |
| f97afa13 | 28-Jul-2023 |
Harlan <[email protected]> |
update release cargo project files |
| 06c50324 | 28-Jul-2023 |
Harlan <[email protected]> |
add makefile;do some fix |
| b36cf5da | 26-Jul-2023 |
Harlan <[email protected]> |
cargo clippy --fix --allow-dirty --allow-no-vcs |
| 8e71d710 | 14-Jul-2023 |
Harlan <[email protected]> |
Split the channel module into a library to support multiple input protocols; support RTSP |
| b6110e66 | 28-May-2023 |
Harlan <[email protected]> |
new release: xiu v0.6.1 xflv v0.2.1 rtmp v0.3.1 httpflv v0.2.1 hls v0.2.1 |
| f53d57de | 19-May-2023 |
Harlan <[email protected]> |
fix gstreamer publish rtmp stream error #39 |
| 0eaa1541 | 22-Apr-2023 |
Harlan <[email protected]> |
release new version: xiu v0.6.0/rtmp v0.3.0 httpflv v0.2.0 hls v0.2.0 |
| c8d4d932 | 22-Apr-2023 |
Harlan <[email protected]> |
fix client session pull and push RTMP streams error |
| 95feb96c | 08-Apr-2023 |
Harlan <[email protected]> |
add a rtmp library example: pull rtmp stream and push rtmp stream |
| 248cdac6 | 07-Apr-2023 |
Harlan <[email protected]> |
impl kick off client |
| 06685550 | 19-Mar-2023 |
Harlan <[email protected]> |
add a http server for testing xiu http notify |
| 4f28ef24 | 19-Mar-2023 |
Harlan <[email protected]> |
cargo clippy --fix --allow-dirty |
| 1fce40b3 | 19-Mar-2023 |
Harlan <[email protected]> |
implement http notify feature |
| 88777e65 | 18-Mar-2023 |
Harlan <[email protected]> |
parse connect properties |
| 7f3675fe | 12-Mar-2023 |
Harlan <[email protected]> |
[release] release xiu 0.5.0 |
| 4e09d5aa | 11-Mar-2023 |
Harlan <[email protected]> |
add http router root path |