Avatar

Level 3

Ok. Maybe someone will bite on this.

It appears as though the archiveID that the recording was made with, is not being appending during playback.

The current console output looks like this.

----------------------------------------------------------

rtmfp://fms5.acrobat.com/playback/na2-sdk-2f90e380-0981-4cb5-a854-37f9bea2c194/1212b31c-1f10-494a-8e72-cc8d73cafa18_room

when the output should look like this

--------------------------------------------------

rtmfp://fms5.acrobat.com/playback/na2-sdk-2f90e380-0981-4cb5-a854-37f9bea2c194/1212b31c-1f10-494a-8e72-cc8d73cafa18_room/1212b31c-1f10-494a-8e72-cc8d73cafa18_recording

I know I'm including the archiveID in the playback, I even print out the playbackObj.archiveID in a trace statement.

Also this ConnectSession container is in a PopupPanel custom component that I created, and, not a stand alone

application

<rtc:ConnectSessionContainer id="playbackSession"  x="2" y="2" width="100%" height="100%"

                                 autoLogin="false" fontSize="18" authenticator="{playbackAuth}"

                                 roomURL="{playbackObj.roomURL}" archiveID="{playbackObj.archiveID}">

Any pointers anyone.