History log of /xiu/library/ (Results 1 – 25 of 104)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

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

fix: cargo build warning #59

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


/xiu/Cargo.lock
/xiu/application/xiu/src/config/errors.rs
/xiu/application/xiu/src/config/mod.rs
/xiu/application/xiu/src/service.rs
bytesio/src/bits_errors.rs
bytesio/src/bytes_errors.rs
bytesio/src/bytesio_errors.rs
codec/h264/src/errors.rs
codec/h264/src/sps.rs
container/flv/src/errors.rs
container/mpegts/src/errors.rs
container/mpegts/src/ts.rs
streamhub/src/errors.rs
streamhub/src/lib.rs
/xiu/protocol/hls/src/errors.rs
/xiu/protocol/hls/src/flv_data_receiver.rs
/xiu/protocol/httpflv/src/httpflv.rs
/xiu/protocol/httpflv/src/server.rs
/xiu/protocol/rtmp/src/amf0/errors.rs
/xiu/protocol/rtmp/src/cache/errors.rs
/xiu/protocol/rtmp/src/chunk/errors.rs
/xiu/protocol/rtmp/src/chunk/mod.rs
/xiu/protocol/rtmp/src/chunk/packetizer.rs
/xiu/protocol/rtmp/src/chunk/unpacketizer.rs
/xiu/protocol/rtmp/src/handshake/errors.rs
/xiu/protocol/rtmp/src/messages/errors.rs
/xiu/protocol/rtmp/src/messages/parser.rs
/xiu/protocol/rtmp/src/netconnection/errors.rs
/xiu/protocol/rtmp/src/netstream/errors.rs
/xiu/protocol/rtmp/src/protocol_control_messages/errors.rs
/xiu/protocol/rtmp/src/relay/errors.rs
/xiu/protocol/rtmp/src/remuxer/errors.rs
/xiu/protocol/rtmp/src/remuxer/mod.rs
/xiu/protocol/rtmp/src/remuxer/rtsp2rtmp.rs
/xiu/protocol/rtmp/src/rtmp.rs
/xiu/protocol/rtmp/src/session/client_session.rs
/xiu/protocol/rtmp/src/session/common.rs
/xiu/protocol/rtmp/src/session/errors.rs
/xiu/protocol/rtmp/src/session/server_session.rs
/xiu/protocol/rtmp/src/user_control_messages/errors.rs
/xiu/protocol/rtmp/src/utils/errors.rs
/xiu/protocol/rtsp/src/rtp/errors.rs
/xiu/protocol/rtsp/src/rtp/rtcp/errors.rs
/xiu/protocol/rtsp/src/session/errors.rs
/xiu/protocol/rtsp/src/session/mod.rs
/xiu/protocol/webrtc/src/errors.rs
/xiu/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

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


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

[feat] support HLS record

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

fix UT

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

edit streamhub cargo.toml

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

update release cargo project files

06c5032428-Jul-2023 Harlan <[email protected]>

add makefile;do some fix

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

cargo clippy --fix --allow-dirty --allow-no-vcs


/xiu/Cargo.lock
/xiu/README.md
/xiu/README_CN.md
/xiu/application/xiu/src/api.rs
/xiu/application/xiu/src/config/mod.rs
/xiu/application/xiu/src/main.rs
/xiu/application/xiu/src/service.rs
bytesio/src/bytesio.rs
container/flv/src/flv_tag_header.rs
container/flv/src/mpeg4_avc.rs
streamhub/src/define.rs
streamhub/src/lib.rs
streamhub/src/stream.rs
streamhub/src/utils.rs
/xiu/protocol/hls/src/flv_data_receiver.rs
/xiu/protocol/httpflv/src/httpflv.rs
/xiu/protocol/rtmp/src/amf0/amf0_reader.rs
/xiu/protocol/rtmp/src/amf0/amf0_writer.rs
/xiu/protocol/rtmp/src/cache/metadata.rs
/xiu/protocol/rtmp/src/netconnection/writer.rs
/xiu/protocol/rtmp/src/netstream/writer.rs
/xiu/protocol/rtmp/src/relay/pull_client.rs
/xiu/protocol/rtmp/src/remuxer/errors.rs
/xiu/protocol/rtmp/src/remuxer/mod.rs
/xiu/protocol/rtmp/src/remuxer/rtsp2rtmp.rs
/xiu/protocol/rtmp/src/session/common.rs
/xiu/protocol/rtmp/src/utils/print.rs
/xiu/protocol/rtsp/Cargo.toml
/xiu/protocol/rtsp/src/http/mod.rs
/xiu/protocol/rtsp/src/rtp/errors.rs
/xiu/protocol/rtsp/src/rtp/mod.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_bye.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_context.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_rr.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_sr.rs
/xiu/protocol/rtsp/src/rtp/rtp_aac.rs
/xiu/protocol/rtsp/src/rtp/rtp_h264.rs
/xiu/protocol/rtsp/src/rtp/rtp_h265.rs
/xiu/protocol/rtsp/src/rtp/utils.rs
/xiu/protocol/rtsp/src/rtsp_channel.rs
/xiu/protocol/rtsp/src/rtsp_range.rs
/xiu/protocol/rtsp/src/rtsp_track.rs
/xiu/protocol/rtsp/src/rtsp_transport.rs
/xiu/protocol/rtsp/src/rtsp_utils.rs
/xiu/protocol/rtsp/src/sdp/fmtp.rs
/xiu/protocol/rtsp/src/sdp/mod.rs
/xiu/protocol/rtsp/src/sdp/rtpmap.rs
/xiu/protocol/rtsp/src/session/errors.rs
/xiu/protocol/rtsp/src/session/mod.rs
13bac29a21-Jul-2023 Harlan <[email protected]>

rtsp->rtmp


/xiu/Cargo.lock
bytesio/src/bytesio.rs
codec/h264/Cargo.toml
codec/h264/src/sps.rs
container/flv/Cargo.toml
container/flv/src/demuxer.rs
container/flv/src/errors.rs
container/flv/src/flv_tag_header.rs
container/flv/src/lib.rs
container/flv/src/mpeg4_aac.rs
container/flv/src/mpeg4_avc.rs
container/flv/src/muxer.rs
container/mpegts/Cargo.toml
streamhub/Cargo.toml
streamhub/src/define.rs
streamhub/src/errors.rs
streamhub/src/lib.rs
/xiu/protocol/hls/src/flv2hls.rs
/xiu/protocol/hls/src/flv_data_receiver.rs
/xiu/protocol/hls/src/rtmp_event_processor.rs
/xiu/protocol/httpflv/src/errors.rs
/xiu/protocol/rtmp/Cargo.toml
/xiu/protocol/rtmp/src/amf0/amf0_writer.rs
/xiu/protocol/rtmp/src/cache/metadata.rs
/xiu/protocol/rtmp/src/cache/mod.rs
/xiu/protocol/rtmp/src/lib.rs
/xiu/protocol/rtmp/src/netconnection/writer.rs
/xiu/protocol/rtmp/src/netstream/writer.rs
/xiu/protocol/rtmp/src/relay/pull_client.rs
/xiu/protocol/rtmp/src/relay/push_client.rs
/xiu/protocol/rtmp/src/remuxer/errors.rs
/xiu/protocol/rtmp/src/remuxer/mod.rs
/xiu/protocol/rtmp/src/remuxer/rtsp2rtmp.rs
/xiu/protocol/rtmp/src/session/client_session.rs
/xiu/protocol/rtmp/src/session/common.rs
/xiu/protocol/rtmp/src/session/server_session.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_context.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_header.rs
/xiu/protocol/rtsp/src/rtp/rtp_aac.rs
/xiu/protocol/rtsp/src/rtp/rtp_h264.rs
/xiu/protocol/rtsp/src/rtp/rtp_h265.rs
/xiu/protocol/rtsp/src/rtp/utils.rs
/xiu/protocol/rtsp/src/rtsp_channel.rs
/xiu/protocol/rtsp/src/rtsp_track.rs
/xiu/protocol/rtsp/src/rtsp_utils.rs
/xiu/protocol/rtsp/src/sdp/fmtp.rs
/xiu/protocol/rtsp/src/session/mod.rs
8e71d71014-Jul-2023 Harlan <[email protected]>

Split the channel module into a library to support multiple input protocols; support RTSP


/xiu/Cargo.lock
/xiu/Cargo.toml
/xiu/README.md
/xiu/application/http-server/Cargo.toml
/xiu/application/http-server/src/main.rs
/xiu/application/pprtmp/Cargo.toml
/xiu/application/pprtmp/src/main.rs
/xiu/application/xiu/Cargo.toml
/xiu/application/xiu/README.md
/xiu/application/xiu/src/api.rs
/xiu/application/xiu/src/config/config.toml
/xiu/application/xiu/src/config/config_rtmp_httpflv.toml
/xiu/application/xiu/src/config/mod.rs
/xiu/application/xiu/src/lib.rs
/xiu/application/xiu/src/main.rs
/xiu/application/xiu/src/service.rs
bytesio/Cargo.toml
bytesio/src/bytes_errors.rs
bytesio/src/bytes_reader.rs
bytesio/src/bytes_writer.rs
bytesio/src/bytesio.rs
container/flv/src/demuxer_tag.rs
container/mpegts/Cargo.toml
streamhub/Cargo.toml
streamhub/src/define.rs
streamhub/src/errors.rs
streamhub/src/lib.rs
streamhub/src/notify/mod.rs
streamhub/src/statistics/avstatistics.rs
streamhub/src/statistics/mod.rs
streamhub/src/stream.rs
streamhub/src/utils.rs
/xiu/protocol/hls/Cargo.toml
/xiu/protocol/hls/README.md
/xiu/protocol/hls/src/flv_data_receiver.rs
/xiu/protocol/hls/src/rtmp_event_processor.rs
/xiu/protocol/httpflv/Cargo.toml
/xiu/protocol/httpflv/README.md
/xiu/protocol/httpflv/src/httpflv.rs
/xiu/protocol/httpflv/src/lib.rs
/xiu/protocol/httpflv/src/server.rs
/xiu/protocol/rtmp/Cargo.toml
/xiu/protocol/rtmp/README.md
/xiu/protocol/rtmp/src/amf0/amf0_reader.rs
/xiu/protocol/rtmp/src/amf0/amf0_writer.rs
/xiu/protocol/rtmp/src/amf0/define.rs
/xiu/protocol/rtmp/src/cache/errors.rs
/xiu/protocol/rtmp/src/cache/gop.rs
/xiu/protocol/rtmp/src/cache/metadata.rs
/xiu/protocol/rtmp/src/cache/mod.rs
/xiu/protocol/rtmp/src/chunk/packetizer.rs
/xiu/protocol/rtmp/src/chunk/unpacketizer.rs
/xiu/protocol/rtmp/src/handshake/handshake_client.rs
/xiu/protocol/rtmp/src/handshake/handshake_server.rs
/xiu/protocol/rtmp/src/lib.rs
/xiu/protocol/rtmp/src/messages/parser.rs
/xiu/protocol/rtmp/src/netconnection/writer.rs
/xiu/protocol/rtmp/src/netstream/writer.rs
/xiu/protocol/rtmp/src/relay/pull_client.rs
/xiu/protocol/rtmp/src/relay/push_client.rs
/xiu/protocol/rtmp/src/rtmp.rs
/xiu/protocol/rtmp/src/session/client_session.rs
/xiu/protocol/rtmp/src/session/common.rs
/xiu/protocol/rtmp/src/session/define.rs
/xiu/protocol/rtmp/src/session/errors.rs
/xiu/protocol/rtmp/src/session/server_session.rs
/xiu/protocol/rtmp/src/user_control_messages/writer.rs
/xiu/protocol/rtmp/src/utils/errors.rs
/xiu/protocol/rtmp/src/utils/mod.rs
/xiu/protocol/rtsp/Cargo.toml
/xiu/protocol/rtsp/src/global_trait.rs
/xiu/protocol/rtsp/src/http/mod.rs
/xiu/protocol/rtsp/src/lib.rs
/xiu/protocol/rtsp/src/rtp/define.rs
/xiu/protocol/rtsp/src/rtp/errors.rs
/xiu/protocol/rtsp/src/rtp/mod.rs
/xiu/protocol/rtsp/src/rtp/rtcp/errors.rs
/xiu/protocol/rtsp/src/rtp/rtcp/mod.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_app.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_bye.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_context.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_header.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_rr.rs
/xiu/protocol/rtsp/src/rtp/rtcp/rtcp_sr.rs
/xiu/protocol/rtsp/src/rtp/rtp_aac.rs
/xiu/protocol/rtsp/src/rtp/rtp_h264.rs
/xiu/protocol/rtsp/src/rtp/rtp_h265.rs
/xiu/protocol/rtsp/src/rtp/rtp_header.rs
/xiu/protocol/rtsp/src/rtp/utils.rs
/xiu/protocol/rtsp/src/rtsp.rs
/xiu/protocol/rtsp/src/rtsp_channel.rs
/xiu/protocol/rtsp/src/rtsp_codec.rs
/xiu/protocol/rtsp/src/rtsp_range.rs
/xiu/protocol/rtsp/src/rtsp_track.rs
/xiu/protocol/rtsp/src/rtsp_transport.rs
/xiu/protocol/rtsp/src/rtsp_utils.rs
/xiu/protocol/rtsp/src/sdp/fmtp.rs
/xiu/protocol/rtsp/src/sdp/mod.rs
/xiu/protocol/rtsp/src/sdp/rtpmap.rs
/xiu/protocol/rtsp/src/session/define.rs
/xiu/protocol/rtsp/src/session/errors.rs
/xiu/protocol/rtsp/src/session/mod.rs
d99a3ea328-May-2023 Harlan <[email protected]>

fix build error

b6110e6628-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

ff6e2a3a19-May-2023 Harlan <[email protected]>

fix composition time(CTS) decode and send buffer length msg encoder


/xiu/Cargo.lock
/xiu/Cargo.toml
/xiu/README.md
/xiu/application/http-server/Cargo.toml
/xiu/application/http-server/src/main.rs
/xiu/application/pprtmp/Cargo.toml
/xiu/application/pprtmp/src/main.rs
/xiu/application/xiu/Cargo.toml
/xiu/application/xiu/README.md
/xiu/application/xiu/src/api.rs
/xiu/application/xiu/src/config/config_rtmp_httpflv.toml
/xiu/application/xiu/src/config/mod.rs
/xiu/application/xiu/src/lib.rs
/xiu/application/xiu/src/main.rs
/xiu/application/xiu/src/service.rs
container/flv/src/demuxer_tag.rs
/xiu/protocol/hls/Cargo.toml
/xiu/protocol/hls/README.md
/xiu/protocol/hls/src/flv_data_receiver.rs
/xiu/protocol/httpflv/Cargo.toml
/xiu/protocol/httpflv/README.md
/xiu/protocol/httpflv/src/httpflv.rs
/xiu/protocol/httpflv/src/server.rs
/xiu/protocol/rtmp/Cargo.toml
/xiu/protocol/rtmp/README.md
/xiu/protocol/rtmp/src/amf0/amf0_reader.rs
/xiu/protocol/rtmp/src/amf0/amf0_writer.rs
/xiu/protocol/rtmp/src/amf0/define.rs
/xiu/protocol/rtmp/src/cache/metadata.rs
/xiu/protocol/rtmp/src/channels/define.rs
/xiu/protocol/rtmp/src/channels/mod.rs
/xiu/protocol/rtmp/src/chunk/packetizer.rs
/xiu/protocol/rtmp/src/chunk/unpacketizer.rs
/xiu/protocol/rtmp/src/lib.rs
/xiu/protocol/rtmp/src/messages/parser.rs
/xiu/protocol/rtmp/src/netconnection/writer.rs
/xiu/protocol/rtmp/src/netstream/writer.rs
/xiu/protocol/rtmp/src/notify/mod.rs
/xiu/protocol/rtmp/src/relay/pull_client.rs
/xiu/protocol/rtmp/src/relay/push_client.rs
/xiu/protocol/rtmp/src/rtmp.rs
/xiu/protocol/rtmp/src/session/client_session.rs
/xiu/protocol/rtmp/src/session/common.rs
/xiu/protocol/rtmp/src/session/define.rs
/xiu/protocol/rtmp/src/session/server_session.rs
/xiu/protocol/rtmp/src/user_control_messages/writer.rs
/xiu/protocol/rtmp/src/utils/errors.rs
/xiu/protocol/rtmp/src/utils/mod.rs
6c89b28212-Mar-2023 Harlan <[email protected]>

H264 cargo.toml

7f3675fe12-Mar-2023 Harlan <[email protected]>

[release] release xiu 0.5.0

8901d33504-Mar-2023 Harlan <[email protected]>

rename json tag/values

ccd9a1fa04-Mar-2023 Harlan <[email protected]>

support audio and video information statistics

769d75b426-Feb-2023 Harlan <[email protected]>

add bit reader and bit wirter

c4a586d912-Feb-2023 Harlan <[email protected]>

manual modification for cargo clippy --fix

0ca99c2012-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

12345