red5-io
red5-io copied to clipboard
Red5 I/O library
Results
2
red5-io issues
Sort by
recently updated
recently updated
newest added
Hi, our Red5 1.0.5 has trouble finalizing the FLVs. We were using 0.9RC before where it worked. We upgraded to 1.0.5 for native RTMPS support (which works). We're pretty much...
mp3 read failure fix code public MP3Reader(File file) throws FileNotFoundException { add int startByte = 0; // Wrap mapped byte buffer to MINA buffer in = IoBuffer.wrap(mappedFile); in.skip(startByte); }
bug