Closed seguidor777 closed 3 years ago
My current goal is to support the rtsp half well, staying agnostic of what happens after that (saving to mp4 as in the current example, decoding with ffmpeg, serving with another protocol, etc). I'm not planning to use rtmp myself right now (although who knows, maybe someone will want it in Moonfire NVR).
I see there are at least a couple rtmp crates already. I'm very open to any changes to help interoperate with them. For example, as mentioned in #15 we could have a flag to output H.264 video in Annex B format; a rtmp library might be expecting that. I'd also accept a PR with an example that integrates with a rtmp library, assuming it's reasonably small. How does that sound?
Sounds great, with the rtsp half functionality I'm good, I can encode the frames and post them to RTMP using another crate, is there any you can recommend?
I haven't tried any of them, but I see the crate rtmp
is under recent development which seems promising.
Ok, will take a look. Thanks
Closing as this is not a real issue
First of all thanks a lot for this amazing effort, I´m looking for a pure Rust RSTP client library for an IoT project and wondering if it´s possible to read a RTSP stream and publish it to a RTMP server. Can you please let me know if this is possible or if it's any plan to support this?