Skip to content

Commit f0b9cdb

Browse files
Marsyewa-wing
andauthored
add: whepfrom rtsp client mode (#267)
* add:whipinto/whepfrom audio support * add whipinto/whepfrom audio support * fix cargo fmt * fix cargo fmt * Remove redundant test file * fix whipinto single video/audio error * delete useless files * add whipinto/whepfrom aduio rtcp * fix:whipinto and whepfrom mode sdp file path failed at windows * refactor:apply unit tests and error handling * refactor(libs/cli): create_child * add whepfrom rtsp client * exclude SDP files * fix clippy error * style: format statement * fix whepfrom rtsp client audio url error --------- Co-authored-by: a-wing <[email protected]>
1 parent bbdd6d4 commit f0b9cdb

File tree

6 files changed

+380
-103
lines changed

6 files changed

+380
-103
lines changed

.gitignore

57 Bytes
Binary file not shown.

Cargo.lock

+13-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livetwo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ url = "2.5.2"
2727
portpicker = "0.1.1"
2828
rtsp-types = "0.1.2"
2929
sdp-types = "0.1"
30-
sdp = "0.6.2"
30+
sdp = "0.7.0"

0 commit comments

Comments
 (0)