mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
improved h264 profile/level look
This commit is contained in:
4
stat.xsl
4
stat.xsl
@ -177,11 +177,11 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="profile">
|
<xsl:template match="profile">
|
||||||
/<xsl:value-of select="."/>
|
/ <xsl:value-of select="."/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="level">
|
<xsl:template match="level">
|
||||||
/<xsl:value-of select="."/>
|
/ <xsl:value-of select="."/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
Reference in New Issue
Block a user