Closed defragmentator closed 9 years ago
Thanks for fixing this! I've added a minor comment. Fix that and I'd be happy to merge this.
All requested changes has been made
Thank you so much for addressing this!
The indentation in the diff is with tabs, but rest of the project uses 2 spaces. If it is all right with you, I can just merge this and resolve it with another commit.
Sorry for a mess with commit reverting, but now code should be ready to a merge.
Looks great. Once again, thanks for fixing this!
Some cameras like Vivotek send parameters unicast and interleaved in different order. It causes problem in RTSPClient STATE_SETUP. Trying to fit this found another error with debugLogger. When set this flag from javascript with
locomote.config( { "debugLogger": true } );
it changes Player::config.debugLogger , but com/axis/Logger is checking Player::debugLogger which is hardcoded. I've fixed this also.