espp icon indicating copy to clipboard operation
espp copied to clipboard

Support hardware h264 steams (Esp32-p4)

Open linkedupbits opened this issue 3 months ago • 2 comments

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 avatar Sep 25 '25 19:09 linkedupbits

@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 :)

finger563 avatar Sep 26 '25 14:09 finger563

Hi - happy to test, I could look at the code and see if I can set up a PR as well.

linkedupbits avatar Oct 01 '25 23:10 linkedupbits