KallDrexx / rust-media-libs

Rust based libraries for misc media functionality
Apache License 2.0
229 stars 58 forks source link

Examples: ThreadedRtmpServer: Fix compilation error #7

Closed HonzaMatosik closed 4 years ago

HonzaMatosik commented 4 years ago

Hi, I'm experimenting with RTMP and I couldn't compile ThreadedRtmpServer example, so here is fix. Tested on rust stable 1.42

KallDrexx commented 4 years ago

Thanks for this!