Big frame(4096x4096) low fps (2) h264 encoding and streaming (4.5Mbp network)
Nicolas Dufresne
nicolas at ndufresne.ca
Tue Mar 20 17:16:29 UTC 2018
Le mardi 20 mars 2018 à 07:59 -0700, EliA a écrit :
> I need to encode a frame with resolution of 4096x4096 with h264
> encoding and
> stream with rtp protocol.
> Requirements:
> * Save the original frame quality as much as possible.
> * The frame sent with low frame rate (~2 fps)
> * The network is restrict to 4.5Mbps
>
> Is it possible to send the big frame with many packets? Any other
> idea how
> can I do it?
RTP payloaders should be able to split the frames in as many packets as
needed (usually in chunk of MTU size, 1400 bytes by default). Though, I
would suggest you to enable retransmission (or forward error
correction) as loosing one packet would divide by two your already
pretty low framerate.
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180320/8fd61467/attachment.sig>
More information about the gstreamer-devel
mailing list