Support hardware h264 steams (Esp32-p4)
Is your feature request related to a problem?
The project documentation is slightly out of date because espressif have released the Esp32-p4 with hardware support for h264.
Describe the solution you'd like.
Extend this library to support an Rtsp steam with h264 if the chip used is an Esp32-p4
Describe alternatives you've considered.
No response
Additional context.
No response
@linkedupbits thanks for the suggestion!
This is actually something I'm looking into as I refactor the RTSP code somewhat to separate the encoding from the client/server so that MJPEG or h264 (or other streams) can be used more effectively. I'll also be adding some basic authentication support among other things. That being said, it's definitely a little low on my priority list and I don't currently have the ability to test it, so if you are interested in this and have the ability to test it then support / contributions would be welcome :)
Hi - happy to test, I could look at the code and see if I can set up a PR as well.