I also started implementing the bundle, but what I noticed - the certificate, which is provided with the samples / refrence code, has expired already back in 2013 (October). Also the sample client application code throws me an error:
"Error Domain=AVFoundationErrorDomain Code=-11836 "Cannot Open" UserInfo=0x17007f180 {NSUnderlyingError=0x174049ab0 "The operation couldn’t be completed. (OSStatus error -42783.)", NSLocalizedFailureReason=This app is not authorized to play this file., NSLocalizedDescription=Cannot Open}"
which code (42783), according to the documentation points to the same issue ("The certificate supplied for SPC is not valid and is possibly revoked.").
I also tried to create a self-signed certificate, but probably self-signed certs are no good (need to be issued by Apple)?
Thanks for any help!