Shehriyar Qureshi

Results 19 comments of Shehriyar Qureshi

Maybe this can provide some context ```bash Running `target/debug/client info --url 'rtsp://192.168.10.10' --print-streams --print-sdp` SDP: v=0 s=streamed by the macro-video rtsp server t=0 0 a=control:* a=range:npt=0- a=x-qt-text-nam:streamed by the macro-video...

> What make/model/version camera is this? It's a generic V380 camera. > Would you be able/willing to gather a packet capture with e.g. [Wireshark](https://www.wireshark.org/)? Sure. Let me check if I...

I've mailed the wireshark capture to you. Please let me know if it's what you were looking for. I did the following: 1. Switched to `v0.4.2`, since `v0.4.3` exits with...

I also noticed when trying to stream HD track, VLC doesn't immediately start showing video. VLC itself starts up but the video comes up a bit after. I don't have...

Thanks for the detailed response Scott. I'd love to work on this. I did work with networking in Rust a while back, but I wouldn't consider my rust skills to...

Update on the issue. I've managed to throw some code at it and it is now creating an mp4 file that is working! I'll create a PR soon and we...

I noticed [this](https://github.com/tikv/rust-prometheus/blob/767b28cfe911ab24c270bc3c23e2c89ccc6691d3/examples/example_hyper.rs) example about using hyper but I don't see it setting up an endpoint named `/metrics`. Wouldn't it be better to integrate this into the crate so we...

That seems fair. Thanks for the clarification. So I believe we can simply tell this flow of using `gather` and `encode` with any web framework for rust since exporters are...

@mxinden thanks for the distinction b/w exporter and endpoint!