Monday, July 2, 2012

Metadata support in NGINX RTMP

Today I've added sending metadata to subscribers. In majority of cases that does not make big difference. However sometimes picture dimensions (displayWidth & displayHeight) are different from actual width & height. In this case missing metadata make video displayed with the wrong dimensions.

Here's what ffplay outputs now:

Metadata:
Server : NGINX RTMP (github.com/arut/nginx-rtmp-module)
displayWidth : 592
displayHeight : 256
fps : 23

No comments:

Post a Comment