Red5 / red5-hls-plugin

HLS support as a plugin for Red5
Apache License 2.0
80 stars 51 forks source link

Cannot cast from Object to int #9

Open wilbyang opened 10 years ago

wilbyang commented 10 years ago

there is a compile error in MuxService.java

if (scope.hasAttribute("outputSampleRate")) { outputSampleRate = (int) scope.getAttribute("outputSampleRate"); } Cannot cast from Object to int