Christopher

Results 6 comments of Christopher

Thx for your quick feedback. > Sounds frustrating. A few questions: > > * Does this happen immediately every time you run the example? Yes > * What RTSP server...

Here are some updates: Does adding --initial-timestamp=permissive to the command help? The parameter `--initial-timestamp=permissive` did not fix the issue I will try to provide a Wireshark protocol later

Yes, you also need to make sure to update the data model.

@bachp: Sorry for being a bit too unclear here! A typical tests looks like this. ``` #[cfg(test)] mod tests { #[test] fn it_works() { assert_eq!(2 + 2, 4); } }...

> If I understand correctly you like to format the output of `cargo test` into a junit compatible format. > > This is outside of the scope of this crate,...