andreafabrizi / rtmpSnoop

rtmpSnoop lets you to grab the RTMP properties from live or dumped video streams.
145 stars 39 forks source link

Performance improvement in Stream handling #16

Closed moshekaplan closed 9 years ago

moshekaplan commented 9 years ago

Store stream data into a list and only merge it into a string when requested. This removes the overhead of constantly building new strings.