hi everybody
I wanna stream 4k frames of jetson nano 12.3 MP camera with rtp payloader and jpeg encoder (rtpjpegpay)
my frmaes size is 2464X3820 .
and there is a dimension error from the receiver side (rtpjepgdepay)
but it will work with lower image size very good
with a little search i have found that the rtp work with lower image size ( maximum 2040x2040)
I try h264 enc with rtp payloader but that’s not good for me ( 5s latency and fps are my bottlenecks)
with a little search, I have found something to stream frames with size more than 2040 but I have no idea what it’s happening?
can yu help me with that ??
do you have any idea to get rid of this problem ??
is there any way to Split and send out each frame in multiple chunks with a smaller size than the main frame to overcome this problem??( like RTPVRAWPAY properties ( chunks-per-frame))