| 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 ...
|
| 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 |
| 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 |
| ded9d193 | 22-Apr-2023 |
Harlan <[email protected]> |
cargo clippy --fix --allow-dirty --allow-no-vcs |
| c8d4d932 | 22-Apr-2023 |
Harlan <[email protected]> |
fix client session pull and push RTMP streams error |
| 7f3675fe | 12-Mar-2023 |
Harlan <[email protected]> |
[release] release xiu 0.5.0 |
| f59e6ff6 | 11-Mar-2023 |
Harlan <[email protected]> |
[dev] support av statistics; refactor codes |
| e9407847 | 04-Mar-2023 |
Harlan <[email protected]> |
add app name and stream name for av statistic data |
| ccd9a1fa | 04-Mar-2023 |
Harlan <[email protected]> |
support audio and video information statistics |
| 8baa1d3c | 18-Feb-2023 |
Harlan <[email protected]> |
add gop number as a rtmp configuration; remove the redundant process of rtmp logic |
| 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 |
| 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 |
| d20ba44c | 03-Sep-2021 |
wawacry <[email protected]> |
support cache GOP |
| 88325f54 | 17-Aug-2021 |
HarlanC <[email protected]> |
update library name |
| 22fbd29a | 16-Aug-2021 |
HarlanC <[email protected]> |
fix |
| abfa5883 | 11-Jul-2021 |
HarlanC <[email protected]> |
coding for hls |
| 8b44a021 | 22-Jun-2021 |
HarlanC <[email protected]> |
refactor flv tag parser |
| 9eba8d65 | 06-Jun-2021 |
HarlanC <[email protected]> |
refactor httpflv and libflv |
| 87f493cd | 30-May-2021 |
HarlanC <[email protected]> |
[protocol][rtmp] add timestamp for metadata |
| 067fdd3c | 23-May-2021 |
HarlanC <[email protected]> |
add functions for http-flv protocol |
| 16394c08 | 02-May-2021 |
HarlanC <[email protected]> |
impl static push |
| 881c8dac | 17-Apr-2021 |
HarlanC <[email protected]> |
publish rtmp |