Upgraded to 3.0.3, worked like a charm. Why there is no mention of this api/procedure on https://openmeetings.apache.org/webservices/index.html ? Thank you.
On Mon, Aug 11, 2014 at 11:09 PM, Maxim Solodovnik <[email protected]> wrote: > weird > I have just checked (using 3.0.3 version, currently starting release > process) > > Anything in the logs? > > > On 12 August 2014 00:36, bhushan patil <[email protected]> wrote: >> >> Thanks for replying, but still no luck >> I also tried >> http://localhost:5080/openmeetings/?secureHash=6c280410c96e91ea05d25e0b28b10a87, >> didn't work either. >> >> On Mon, Aug 11, 2014 at 8:47 PM, Maxim Solodovnik <[email protected]> >> wrote: >> > I'm afraid you are trying to use wrong URL >> > hash generated need to be used as follows: >> > >> > http://localhost:5080/openmeetings/recording/2ec47f64c32d42dcf746af201da43f5e >> > >> > It works for me >> > >> > >> > On 11 August 2014 18:05, bhushan patil <[email protected]> wrote: >> >> >> >> Hello everyone, I am facing problem while playing recording. I am using >> >> OM(3.0.2). To play recorded file, I am doing following steps. >> >> >> >> To create room and do recording. >> >> >> >> 1> Geting session, say sid. >> >> >> >> 2> login via admin credential, loginUser(“admin”, “admin”, sid); >> >> >> >> 3> Adding new user of external type, addNewUserWithExternalType(). >> >> ExternalUserId = 101, externalUserType = 'myapp', username = 'bhupesh', >> >> userpass = 'bhupesh' >> >> >> >> 4> Adding room, addRoomWithModeration(sid). >> >> >> >> 5> Getting roomhash, setUserObjectAndGenerateRoomHashByURL(), username >> >> = >> >> 'bhupesh', firstname= 'Bhupesh', lastname = 'Patil', externalUserId = >> >> '101', >> >> externalUserType = 'myapp' >> >> >> >> 6> Going to URL, generated by hash. Do recording for 1-2min. And exit >> >> the >> >> room. >> >> >> >> >> >> To play recording via setUserObjectAndGenerateRecordingHashByURL() >> >> >> >> 1> Geting session, say sid. >> >> >> >> 2> login via admin credential, loginUser(“admin”, “admin”, sid); >> >> >> >> 3> Get recording id getFlvRecordingByRoomId(), returns recordingId. >> >> >> >> 4> Geting session, say sid1. >> >> >> >> 5> Getting recordinghash, setUserObjectAndGenerateRecordingHashByURL() >> >> >> >> SID = sid1, username = 'bhupesh', firstname = 'Bhupesh', lastname = >> >> 'Patil', externalUserId = '101', externalUserType = 'myapp', >> >> recording_id = >> >> recordingId. >> >> >> >> 6> Going to URL, generated by hash. Nothing happens. No error, nothing. >> >> This recording is exist in hibernate folder(I can play it via media >> >> player) >> >> >> >> >> >> Any suggestion ? >> > >> > >> > >> > >> > -- >> > WBR >> > Maxim aka solomax > > > > > -- > WBR > Maxim aka solomax
