berysaidi
berysaidi
toolchain used: rustc 1.63.0-nightly (5750a6aa2 2022-06-20) ``` 9402 error[E0277]: the trait bound `std::ops::Range: SampleUniform` is not satisfied 9403 --> samples/3d_camera_first_person.rs:17:41 9404 | 9405 17 | let height: f32 = rng.gen_range(1.0..12.0);...
Hey @RouquinBlanc, thank you for this nice library. **disclaimer**: I started learning RTSP last week, so please forgive any stupid mistakes. I needed to support video and audio (or just...