Consti10 / LiveVideo10ms

Real time video decoding on android
GNU Lesser General Public License v3.0
73 stars 22 forks source link

difference from gstreamer #4

Closed Abu-Abdullah closed 3 years ago

Abu-Abdullah commented 3 years ago

Hi,

this is just a question, today im using gstreamer in android to decode the RTP streaming. is there any value i will get using this library from using the standard gstreamer library. what would be the difference here.

thank you

Consti10 commented 3 years ago

The main difference is that gstreamer is a big black box where latency is sometimes hard to measure and customization is also hard.

Consti10 commented 3 years ago

If you want quick h264 and h265 decoding and use RTP (not rtsp) LiveVideo10ms is a good choice and should be plug and play.

Abu-Abdullah commented 3 years ago

thank you