Lattice 0

Results 113 issues of Lattice 0

On running the client.rs, I had to do `//IntErrorKind::Overflow => Ok(Overflow),` but I got ``` extern crate rtsp; error[E0463]: can't find crate for `rtsp` --> rtsp-2/examples/client.rs:3:1 | 3 | extern...

Hello, this project is very interesting. It looks huge. I tried to take a look at the code and it looks very related to GDK. Although Jack maybe could work...

This guy made a very very very good DartFlutter FFI automation/generation, but the project is Sponsorware: https://github.com/thlorenz/rid-examples I just wanted to make it more visible to more people can sponsor...

I'd like to write an ffmpeg example. I already have some ffmpeg decode code that almost works with retina, but do you think the dev-dependencies would have too many deps?...

enhancement

Tried a new Vstarcam camera that I haven't tried before and got: `thread 'retina_client_cam1' panicked at 'called `Result::unwrap()` on an `Err` value: RtspReadError { conn_ctx: ConnectionContext { local_addr: 172.17.0.2:57760, peer_addr:...

need-input
interop

With the new modifications, I'm getting a stream with no errors but this warning: ``` [2021-08-21T05:32:37Z DEBUG retina::codec::h264] bad access unit (ended by mark) at ts 1147 (mod-2^32: 1147), npt...

need-input
interop

I'm integrating retina in my project right now and there's one crucial thing I'll need: a custom TCP/UDP transporter. Rust's hyper HTTP crate supports a custom TCP transporter though something...

enhancement

I just created this conversion function and it worked on ffmpeg for decoding (at least it shows the camera image, gotta see with movement though, it's static because it's pointed...

enhancement

``` for header in response.headers.iter() { println!("{}: {}", str::from_utf8(header.name()).unwrap(), str::from_utf8(header.value()).unwrap()); } ``` this block from the readme example wont execute

I'm trying to receive H264 video and I noticed the H264VideoRTPSink. I'm trying to integrate it in the open RTSP client in testProgs, but since live555 is too undocumented I'm...