Scott Lamb

Results 288 comments of Scott Lamb
trafficstars

Thanks! > Nice, do you have a public repo with your changes to yaserde or fork? I hope to make a public repo this week, after refining the interface a...

https://github.com/scottlamb/static-xml

Sounds frustrating. A few questions: * Does this happen immediately every time you run the example? * What RTSP server are you using (for a camera, make/model/version)? * Does adding...

Any update? I'm curious to see the Wireshark capture. Do you know if your camera uses B-frames? This is likely the same thing as #61 if so.

It's stumbling over this third stream description: ``` m=application/TP-LINK 0 RTP/AVP smart/1/90000\r a=rtpmap:95 TP-LINK/90000\r a=control:track3\r ``` which doesn't follow the rules of [RFC 8866 section 5.14](https://datatracker.ietf.org/doc/html/rfc8866#section-5.14). In particular, the `smart/1/90000`...

I'm just learning of `bpaf` and haven't properly tried it out yet, but since you're soliciting fresh eyes: > Also a question - is `short('foo').help("bar").argument("name")` that much different from `items.iter().filter(|i|...

I don't have any plans for H.265. A PR would certainly be welcome. And, yeah, I expect the existing API to be compatible with H.265. (and if not: we can...

Good news: I think I can reproduce this behavior with open source software rather than having to buy a camera. That will help with implementation. 1. Prepare a `.mp4` with...

> I can provide a Wireshark capture if you'd be interested Yes, please, I think that would be helpful, just in case it is doing something differently than in my...

> The way the api is done is to provide extra perf to developers who know the xml they are dealing with, which is very common in my experience. I'm...