History log of /xiu/ (Results 1 – 25 of 403)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0c3ffc4119-Jan-2024 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump h2 from 0.3.20 to 0.3.24

Bumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h

Bump h2 from 0.3.20 to 0.3.24

Bumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.20...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

show more ...

74ad8a0130-Dec-2023 HarlanC <[email protected]>

clear rtmp logs

22ec36f225-Dec-2023 Doug <[email protected]>

Make HTTP API listen on 0.0.0.0 like other services

db17ff1f24-Dec-2023 Harlan <[email protected]>

remove rtmp dump codes

f3f517c723-Dec-2023 Harlan <[email protected]>

fix HTTP response error

a4ef5d6c23-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 ...

dcd0896602-Dec-2023 ningnao <[email protected]>

httpflv: dont retry after unsubscribe

a67ced8b02-Dec-2023 HoussemBousmaha <[email protected]>

refactor: fix typo in variable name

4072a4dc29-Nov-2023 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump openssl from 0.10.55 to 0.10.60

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commit

Bump openssl from 0.10.55 to 0.10.60

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.60)

---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

show more ...

8bdbb00e29-Nov-2023 ningnao <[email protected]>

fix: cargo build warning #59

5c42f07126-Nov-2023 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump rustix from 0.36.8 to 0.36.17

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.17.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commit

Bump rustix from 0.36.8 to 0.36.17

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.17.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.8...v0.36.17)

---
updated-dependencies:
- dependency-name: rustix
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

show more ...

69de9bbd26-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 ...


Cargo.lock
application/xiu/src/config/errors.rs
application/xiu/src/config/mod.rs
application/xiu/src/service.rs
library/bytesio/src/bits_errors.rs
library/bytesio/src/bytes_errors.rs
library/bytesio/src/bytesio_errors.rs
library/codec/h264/src/errors.rs
library/codec/h264/src/sps.rs
library/container/flv/src/errors.rs
library/container/mpegts/src/errors.rs
library/container/mpegts/src/ts.rs
library/streamhub/src/errors.rs
library/streamhub/src/lib.rs
protocol/hls/src/errors.rs
protocol/hls/src/flv_data_receiver.rs
protocol/httpflv/src/httpflv.rs
protocol/httpflv/src/server.rs
protocol/rtmp/src/amf0/errors.rs
protocol/rtmp/src/cache/errors.rs
protocol/rtmp/src/chunk/errors.rs
protocol/rtmp/src/chunk/mod.rs
protocol/rtmp/src/chunk/packetizer.rs
protocol/rtmp/src/chunk/unpacketizer.rs
protocol/rtmp/src/handshake/errors.rs
protocol/rtmp/src/messages/errors.rs
protocol/rtmp/src/messages/parser.rs
protocol/rtmp/src/netconnection/errors.rs
protocol/rtmp/src/netstream/errors.rs
protocol/rtmp/src/protocol_control_messages/errors.rs
protocol/rtmp/src/relay/errors.rs
protocol/rtmp/src/remuxer/errors.rs
protocol/rtmp/src/remuxer/mod.rs
protocol/rtmp/src/remuxer/rtsp2rtmp.rs
protocol/rtmp/src/rtmp.rs
protocol/rtmp/src/session/client_session.rs
protocol/rtmp/src/session/common.rs
protocol/rtmp/src/session/errors.rs
protocol/rtmp/src/session/server_session.rs
protocol/rtmp/src/user_control_messages/errors.rs
protocol/rtmp/src/utils/errors.rs
protocol/rtsp/src/rtp/errors.rs
protocol/rtsp/src/rtp/rtcp/errors.rs
protocol/rtsp/src/session/errors.rs
protocol/rtsp/src/session/mod.rs
protocol/webrtc/src/errors.rs
protocol/webrtc/src/session/errors.rs
0c18578d27-Oct-2023 HarlanC <[email protected]>

fix parse H264 sps panic

46f4d48b27-Oct-2023 ningnao <[email protected]>

fix: rtmp: improve code

2e1aad5026-Oct-2023 ningnao <[email protected]>

fix: rtmp: read timeout #67

65c8defc25-Oct-2023 HarlanC <[email protected]>

Update issue templates

2f8005f425-Oct-2023 HarlanC <[email protected]>

Update issue templates

a1daf63318-Oct-2023 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump aes-gcm from 0.10.2 to 0.10.3

Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.10.2 to 0.10.3.
- [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.2...aes-gcm-v0.10

Bump aes-gcm from 0.10.2 to 0.10.3

Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.10.2 to 0.10.3.
- [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.2...aes-gcm-v0.10.3)

---
updated-dependencies:
- dependency-name: aes-gcm
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

show more ...

83de3ec618-Oct-2023 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump rustix from 0.36.8 to 0.36.16

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.16.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commit

Bump rustix from 0.36.8 to 0.36.16

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.16.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.8...v0.36.16)

---
updated-dependencies:
- dependency-name: rustix
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

show more ...

49702caa07-Oct-2023 Jedanny <[email protected]>

docs: 文档勘误

80f20d7001-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 ...


Cargo.lock
Cargo.toml
README.md
README_CN.md
application/xiu/Cargo.toml
application/xiu/README.md
application/xiu/src/config/config.toml
application/xiu/src/config/mod.rs
application/xiu/src/main.rs
application/xiu/src/service.rs
confs/local/flv.Cargo.toml
confs/local/h264.Cargo.toml
confs/local/hls.Cargo.toml
confs/local/httpflv.Cargo.toml
confs/local/mpegts.Cargo.toml
confs/local/rtmp.Cargo.toml
confs/local/rtsp.Cargo.toml
confs/local/streamhub.Cargo.toml
confs/local/webrtc.Cargo.toml
confs/local/xiu.Cargo.toml
confs/online/hls.Cargo.toml
confs/online/httpflv.Cargo.toml
confs/online/pprtmp.Cargo.toml
confs/online/rtmp.Cargo.toml
confs/online/rtsp.Cargo.toml
confs/online/streamhub.Cargo.toml
confs/online/webrtc.Cargo.toml
confs/online/xiu.Cargo.toml
confs/update_project_conf.sh
library/codec/h264/Cargo.toml
library/container/flv/Cargo.toml
library/container/mpegts/Cargo.toml
library/streamhub/Cargo.toml
library/streamhub/README.md
library/streamhub/src/define.rs
library/streamhub/src/errors.rs
library/streamhub/src/lib.rs
library/streamhub/src/stream.rs
protocol/hls/Cargo.toml
protocol/hls/README.md
protocol/hls/src/flv_data_receiver.rs
protocol/httpflv/Cargo.toml
protocol/httpflv/README.md
protocol/httpflv/src/httpflv.rs
protocol/rtmp/Cargo.toml
protocol/rtmp/README.md
protocol/rtmp/src/remuxer/rtsp2rtmp.rs
protocol/rtmp/src/session/common.rs
protocol/rtsp/Cargo.toml
protocol/rtsp/README.md
protocol/rtsp/src/session/mod.rs
protocol/webrtc/Cargo.toml
protocol/webrtc/README.md
protocol/webrtc/src/clients/index.html
protocol/webrtc/src/clients/whep.js
protocol/webrtc/src/errors.rs
protocol/webrtc/src/http/define.rs
protocol/webrtc/src/http/mod.rs
protocol/webrtc/src/lib.rs
protocol/webrtc/src/session/define.rs
protocol/webrtc/src/session/errors.rs
protocol/webrtc/src/session/mod.rs
protocol/webrtc/src/webrtc.rs
protocol/webrtc/src/whep.rs
protocol/webrtc/src/whip.rs
b754b69204-Aug-2023 Harlan <[email protected]>

[feat] support HLS record

4f118a9329-Jul-2023 Harlan <[email protected]>

fix UT

d08bd35b29-Jul-2023 Harlan <[email protected]>

fix build error

cbe12ea929-Jul-2023 HarlanC <[email protected]>

Create rust.yml

12345678910>>...17