Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: whepfrom rtsp client mode #267

Merged
merged 26 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e3168ea
add:whipinto/whepfrom audio support
Marsyew Sep 4, 2024
f9cadcb
Merge branch 'binbat:main' into main
Marsyew Sep 10, 2024
d85dc95
add whipinto/whepfrom audio support
Marsyew Sep 29, 2024
3328534
add whipinto/whepfrom audio support
Marsyew Sep 29, 2024
9aad524
fix cargo fmt
Marsyew Sep 29, 2024
1e2430a
fix cargo fmt
Marsyew Sep 29, 2024
60d6345
Remove redundant test file
Marsyew Sep 29, 2024
0562843
fix whipinto single video/audio error
Marsyew Sep 30, 2024
8b933e8
delete useless files
Marsyew Sep 30, 2024
071c612
add whipinto/whepfrom aduio rtcp
Marsyew Oct 1, 2024
77fcbee
Merge branch 'binbat:main' into main
Marsyew Oct 1, 2024
5724106
Merge branch 'binbat:main' into main
Marsyew Oct 8, 2024
40b634e
Merge branch 'binbat:main' into main
Marsyew Oct 23, 2024
5fab5bb
Merge branch 'binbat:main' into main
Marsyew Oct 28, 2024
fec3995
fix:whipinto and whepfrom mode sdp file path failed at windows
Marsyew Oct 28, 2024
6a53657
refactor:apply unit tests and error handling
Marsyew Oct 29, 2024
0215b33
refactor(libs/cli): create_child
a-wing Nov 5, 2024
918361f
Merge branch 'binbat:main' into main
Marsyew Dec 2, 2024
b8ce780
Merge branch 'binbat:main' into main
Marsyew Dec 31, 2024
1b14bcd
add whepfrom rtsp client
Marsyew Jan 5, 2025
3f4e0cd
exclude SDP files
Marsyew Jan 5, 2025
ccb1b5c
fix clippy error
Marsyew Jan 5, 2025
c625e8f
style: format statement
Marsyew Jan 5, 2025
be5df29
Merge branch 'binbat:main' into main
Marsyew Jan 15, 2025
23b829a
Merge branch 'binbat:main' into main
Marsyew Mar 4, 2025
15da530
fix whepfrom rtsp client audio url error
Marsyew Jan 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .gitignore
Binary file not shown.
14 changes: 13 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion livetwo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ url = "2.5.2"
portpicker = "0.1.1"
rtsp-types = "0.1.2"
sdp-types = "0.1"
sdp = "0.6.2"
sdp = "0.7.0"
Loading
Loading