Skip to content

Commit

Permalink
Cargo: Use webrtc-sdp with latest framerate support
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jun 14, 2024
1 parent ae5dc93 commit 47bec3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gst-webrtc = { package = "gstreamer-webrtc", version = "0.22", features = ["v1_1
gst-rtsp = { package = "gstreamer-rtsp", version = "0.22", features = ["v1_16"] }
gst-rtsp-server = { package = "gstreamer-rtsp-server", version = "0.22", features = ["v1_16"] }
gst-video = { package = "gstreamer-video", version = "0.22", features = ["v1_16"] }
webrtc-sdp = "0.3.11"
webrtc-sdp = { git = "https://github.com/mozilla/webrtc-sdp", sha = "fc78607ac2fe0c7c978ca4630c2e1b937d7ff7c6" }

[dev-dependencies]
rand = "0.8.5"
Expand Down

0 comments on commit 47bec3f

Please sign in to comment.