Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: Custom stream authorization and expiration module (all methods?)

  1. #21
    Join Date
    Jul 2009
    Posts
    126

    Default

    benoit934,

    Do you get that "NumberFormatException" error even when passing the correct hash? That could indicate there is an error in how you are creating or processing the hash.

    Otherwise, if the script is still accepting the correct hash without any errors, you could just add extra catch statements to deal with that error you are receiving on a bad hash (much like geoff_b found above with the "ArrayIndexOutOfBoundsException"):

    catch (NumberFormatException e) {
    getLogger().info("HTTP Cupertino Authorization failed!");
    }

  2. #22
    Join Date
    Apr 2012
    Posts
    18

    Default

    Can anyone send the modified jw player? as my flash skills are bellow zero.

    thanks

  3. #23
    Join Date
    Dec 2007
    Posts
    25,630

    Default

    You can write to support@wowza.com and ask for list of independent consultants.

    Richard

  4. #24
    Join Date
    Nov 2011
    Posts
    26

    Default

    Hello,

    thanks for all the info. Can you please share the .jar compiled for the authorization module? Thanks

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •