Big frame(4096x4096) low fps (2) h264 encoding and streaming (4.5Mbp network)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Big frame(4096x4096) low fps (2) h264 encoding and streaming (4.5Mbp network)

EliA
Hi

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?

Thanks!



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Big frame(4096x4096) low fps (2) h264 encoding and streaming (4.5Mbp network)

Nicolas Dufresne-5
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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment