[GitHub] [openmeetings] sebawagner commented on issue #163: Can video recording and video sharing are not the same person ?

2021-10-13 Thread GitBox
sebawagner commented on issue #163: URL: https://github.com/apache/openmeetings/issues/163#issuecomment-941890217 I am not sure, but I think this is a question. And yes, you can record and share your video at the same time. -- This is an automated message from the Apache Git Service. To

[GitHub] [openmeetings] solomax commented on issue #163: Can video recording and video sharing are not the same person ?

2021-10-13 Thread GitBox
solomax commented on issue #163: URL: https://github.com/apache/openmeetings/issues/163#issuecomment-942272964 @lizige, I'm not sure :( I guess only the user who do screen sharing can start recording You better try :) -- This is an automated message from the Apache Git Service

[GitHub] [openmeetings] sebawagner closed issue #163: Can video recording and video sharing are not the same person ?

2021-10-13 Thread GitBox
sebawagner closed issue #163: URL: https://github.com/apache/openmeetings/issues/163 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [openmeetings] solomax commented on issue #163: Can video recording and video sharing are not the same person ?

2021-10-13 Thread GitBox
solomax commented on issue #163: URL: https://github.com/apache/openmeetings/issues/163#issuecomment-942272964 @lizige, I'm not sure :( I guess only the user who do screen sharing can start recording You better try :) -- This is an automated message from the Apache Git Service

[GitHub] [openmeetings] sebawagner closed issue #163: Can video recording and video sharing are not the same person ?

2021-10-12 Thread GitBox
sebawagner closed issue #163: URL: https://github.com/apache/openmeetings/issues/163 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [openmeetings] sebawagner commented on issue #163: Can video recording and video sharing are not the same person ?

2021-10-12 Thread GitBox
sebawagner commented on issue #163: URL: https://github.com/apache/openmeetings/issues/163#issuecomment-941890217 I am not sure, but I think this is a question. And yes, you can record and share your video at the same time. -- This is an automated message from the Apache Git Service. To

[GitHub] [openmeetings] lizige opened a new issue #163: Can video recording and video sharing are not the same person ?

2021-10-12 Thread GitBox
lizige opened a new issue #163: URL: https://github.com/apache/openmeetings/issues/163 Can video recording and video sharing are not the same person -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [openmeetings] solomax closed issue #158: Can be multiple personal screen recording

2021-10-06 Thread GitBox
solomax closed issue #158: URL: https://github.com/apache/openmeetings/issues/158 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [openmeetings] solomax commented on issue #158: Can be multiple personal screen recording

2021-10-06 Thread GitBox
solomax commented on issue #158: URL: https://github.com/apache/openmeetings/issues/158#issuecomment-936598676 Hello @lizige, Only one person in the room can do recording -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [openmeetings] lizige opened a new issue #158: Can be multiple personal screen recording

2021-09-30 Thread GitBox
lizige opened a new issue #158: URL: https://github.com/apache/openmeetings/issues/158 Can be multiple personal screen recording? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [openmeetings] solomax commented on issue #119: [OPENMEETINGS-2562] Missing global configuration to disable recording

2021-01-27 Thread GitBox
solomax commented on issue #119: URL: https://github.com/apache/openmeetings/issues/119#issuecomment-768121512 new setting `recording.enabled` is added This is an automated message from the Apache Git Service. To respond to

[GitHub] [openmeetings] solomax closed issue #119: [OPENMEETINGS-2562] Missing global configuration to disable recording

2021-01-27 Thread GitBox
solomax closed issue #119: URL: https://github.com/apache/openmeetings/issues/119 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [openmeetings] rg-artcom opened a new issue #120: Missing user specific configuration to disable audio/video recording

2020-12-16 Thread GitBox
rg-artcom opened a new issue #120: URL: https://github.com/apache/openmeetings/issues/120 I'm missing a user specifig configuration, where a user can exclude or include his own audio/video stream from a recording

[GitHub] [openmeetings] rg-artcom opened a new issue #119: Missing global configuration to disable recording

2020-12-16 Thread GitBox
rg-artcom opened a new issue #119: URL: https://github.com/apache/openmeetings/issues/119 In Openmeetings I miss a global configuration key to disable recording. This is an automated message from the Apache Git Service

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
sebawagner commented on a change in pull request #68: URL: https://github.com/apache/openmeetings/pull/68#discussion_r415220521 ## File path: openmeetings-core/src/test/java/org/apache/openmeetings/core/remote/TestRecordingFlowMocked.java ## @@ -0,0 +1,222 @@ +/* + + *

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
ecording.class))).thenAnswer(new Answer() { + @Override + public Recording answer(InvocationOnMock invocation) throws Throwable { + Object[] args = invocation.getArguments(); + Recording r = (Recording) args[0]; +

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
stopRecording(Client c) { }); } - void startConvertion(Recording rec) { + public boolean startConvertion(Recording rec) { IRecordingConverter conv = rec.isInterview() ? interviewConverter : recordingConverter; taskExecutor.execute

[GitHub] [openmeetings] solomax commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
solomax commented on a change in pull request #68: URL: https://github.com/apache/openmeetings/pull/68#discussion_r415210350 ## File path: openmeetings-core/src/test/java/org/apache/openmeetings/core/remote/TestRecordingFlowMocked.java ## @@ -0,0 +1,222 @@ +/* + + * Licensed

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
stopRecording(Client c) { }); } - void startConvertion(Recording rec) { + public boolean startConvertion(Recording rec) { Review comment: Right, I think package private should also work. Let me check

[GitHub] [openmeetings] solomax commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
d comments so this method will not be refactored ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java ## @@ -442,9 +446,10 @@ public void stopRecording(Client c) { }); } - void startConvertion(Rec

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
sebawagner commented on a change in pull request #68: URL: https://github.com/apache/openmeetings/pull/68#discussion_r415204548 ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java ## @@ -345,7 +349,7 @@ private void

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
stopRecording(Client c) { }); } - void startConvertion(Recording rec) { + public boolean startConvertion(Recording rec) { Review comment: Needs a return value in order to have a Mockity.Spy annotation mock + verify the mock has been called

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
sebawagner commented on a change in pull request #68: URL: https://github.com/apache/openmeetings/pull/68#discussion_r415160620 ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java ## @@ -188,6 +188,10 @@ private void

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
sebawagner commented on a change in pull request #68: URL: https://github.com/apache/openmeetings/pull/68#discussion_r415160556 ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java ## @@ -188,6 +188,10 @@ private void

[GitHub] [openmeetings] sebawagner commented on a change in pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
sebawagner commented on a change in pull request #68: URL: https://github.com/apache/openmeetings/pull/68#discussion_r415160556 ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java ## @@ -188,6 +188,10 @@ private void

[GitHub] [openmeetings] sebawagner opened a new pull request #68: OPENMEETINGS-2299 Add unit test for recording when sharing wasn't ena…

2020-04-25 Thread GitBox
sebawagner opened a new pull request #68: URL: https://github.com/apache/openmeetings/pull/68 Add more unit test(s) for Recording. Depending on comments I split it into multiple PRs. This is an automated message from

[GitHub] [openmeetings] sebawagner commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-25 Thread GitBox
y. Cause when its stopped like that on startingRecording again, some stream object isn't 100% cleared. Which then leads to a ghost KStream and a failed restart of the recording. This is an automated message from the Apache Git

[GitHub] [openmeetings] sebawagner commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-25 Thread GitBox
y. Cause when its stopped with above JavaScript/client side logic on startingRecording again, some stream object isn't 100% cleared. Which then leads to a ghost KStream and a failed restart of the recording. This is an automated

[GitHub] [openmeetings] solomax commented on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
solomax commented on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-619254249 > If you're happy with the PR, I start thinking of modifying some of the tests in TestRoomFlowMocked to see how to verify it. please do not use tests from

[GitHub] [openmeetings] sebawagner commented on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
sebawagner commented on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-619251117 Thanks! Take care! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [openmeetings] solomax commented on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
solomax commented on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-619247237 @sebawagner sorry for the long review, I'm on vacation so trying to relax :) This is an automated message from

[GitHub] [openmeetings] solomax commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
solomax commented on a change in pull request #65: URL: https://github.com/apache/openmeetings/pull/65#discussion_r414872263 ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java ## @@ -373,6 +373,8 @@ private void

[GitHub] [openmeetings] sebawagner commented on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
sebawagner commented on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-619240155 Please let me know on the approach. There is really not much that changed. I should simply now work as expected. If you're happy with the PR, I start thinking of

[GitHub] [openmeetings] sebawagner commented on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
sebawagner commented on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-619210249 @solomax r u happy with it? I can't find or think of any regression introduced by it This is an automated

[GitHub] [openmeetings] sebawagner edited a comment on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
sebawagner edited a comment on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-618853159 > I would say `If stopping the recording it will also stop the sharing of the screen` is not the best option => That is fixed now. It won't stop the s

[GitHub] [openmeetings] sebawagner edited a comment on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
sebawagner edited a comment on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-618853159 > I would say `If stopping the recording it will also stop the sharing of the screen` is not the best option => That is fixed now. It won't stop the s

[GitHub] [openmeetings] sebawagner commented on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
sebawagner commented on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-618853159 > I would say `If stopping the recording it will also stop the sharing of the screen` is not the best option => That is fixed now. It won't stop the sharing -

[GitHub] [openmeetings] sebawagner commented on pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-24 Thread GitBox
sebawagner commented on pull request #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-618852104 @solomax it works now! You can enable the recoridng and it will just start recoring, you can stop it and it will stop recording and only stop sharing if sharing

[GitHub] [openmeetings] solomax commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-22 Thread GitBox
solomax commented on a change in pull request #65: URL: https://github.com/apache/openmeetings/pull/65#discussion_r413468734 ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KurentoHandler.java ## @@ -120,7 +121,8 @@ public void init() {

[GitHub] [openmeetings] sebawagner commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-22 Thread GitBox
sebawagner commented on a change in pull request #65: URL: https://github.com/apache/openmeetings/pull/65#discussion_r413453821 ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KurentoHandler.java ## @@ -120,7 +121,8 @@ public void init() {

[GitHub] [openmeetings] solomax commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-22 Thread GitBox
()); + client.getServerManager().addObjectCreatedListener(new KWatchDogCreate()); + client.getServerManager().addObjectDestroyedListener(new KWatchDogDestroy()); Review comment: Recording is `virtual` event, it is only flag on current

[GitHub] [openmeetings] sebawagner commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-22 Thread GitBox
()); + client.getServerManager().addObjectCreatedListener(new KWatchDogCreate()); + client.getServerManager().addObjectDestroyedListener(new KWatchDogDestroy()); Review comment: Well when stopping to recording tis won't trigger

[GitHub] [openmeetings] solomax commented on issue #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-22 Thread GitBox
solomax commented on issue #65: URL: https://github.com/apache/openmeetings/pull/65#issuecomment-618125240 I would say `If stopping the recording it will also stop the sharing of the screen` is not the best option I would write some tests and try to avoid this it might me extremely

[GitHub] [openmeetings] solomax commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

2020-04-22 Thread GitBox
solomax commented on a change in pull request #65: URL: https://github.com/apache/openmeetings/pull/65#discussion_r413443529 ## File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KurentoHandler.java ## @@ -120,7 +121,8 @@ public void init() {

Re: Questions on Screen Recording

2019-05-24 Thread Sonia SWEngineer
on" by "reduce the length of the encoded > > > screen data"? > > > If so you can use x264 compression, most probably will work better > > > > > > > > > [1] > > > > > > > > > https://github.com/apache/openmeetings/blob/mas

Re: Questions on Screen Recording

2019-05-23 Thread Maxim Solodovnik
ession, most probably will work better > > > > > > [1] > > > > > https://github.com/apache/openmeetings/blob/master/openmeetings-screenshare/src/main/java/org/apache/openmeetings/screenshare/gui/ScreenSharerFrame.java#L784 > > > > On Wed, 22 May 2019 at 10:26,

Re: Questions on Screen Recording

2019-05-22 Thread Sonia SWEngineer
work better > > > [1] > > https://github.com/apache/openmeetings/blob/master/openmeetings-screenshare/src/main/java/org/apache/openmeetings/screenshare/gui/ScreenSharerFrame.java#L784 > > On Wed, 22 May 2019 at 10:26, Sonia SWEngineer > wrote: > > > Good day all,

Re: Questions on Screen Recording

2019-05-22 Thread Maxim Solodovnik
/apache/openmeetings/screenshare/gui/ScreenSharerFrame.java#L784 On Wed, 22 May 2019 at 10:26, Sonia SWEngineer wrote: > Good day all, > This message is to request your advice on the following questions regarding > Screen Recording: > > 1- What could be a rough estimate on how mu

Questions on Screen Recording

2019-05-21 Thread Sonia SWEngineer
Good day all, This message is to request your advice on the following questions regarding Screen Recording: 1- What could be a rough estimate on how much bandwidth is needed for screen recording with RTMPS using the Java applet? The NetworkCalculator link below does not specify how much is needed

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-28 Thread Alvaro
h your second email, is video with > > > sound > > > works as expected on WB? > > > If yes > > > > > > can you perform one more test: > > > 1) add another video with sound to the same WB > > > 2) try to play > > > Question: will

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-28 Thread Maxim Solodovnik
with > > > sound > > > works as expected on WB? > > > If yes > > > > > > can you perform one more test: > > > 1) add another video with sound to the same WB > > > 2) try to play > > > Question: will it trigger dialog box se

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-28 Thread Alvaro
second email, is video with > > sound > > works as expected on WB? > > If yes > > > > can you perform one more test: > > 1) add another video with sound to the same WB > > 2) try to play > > Question: will it trigger dialog box second time? > > &

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-27 Thread Maxim Solodovnik
wrote: > > ...uploading video-audio and recording desktop > with audio since OM. > > > .. > > > El mié, 27-02-2019 a las 17:45 +0100, Alvaro escribió: > > ...Yes! it works! > > > > Safari (Mojave) == Video with audio, and mp3

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-27 Thread Alvaro
...uploading video-audio and recording desktop with audio since OM. .. El mié, 27-02-2019 a las 17:45 +0100, Alvaro escribió: > ...Yes! it works! > > Safari (Mojave) == Video with audio, and mp3 also. (Firefox also) > > Congratulations! > > > ...

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-27 Thread Alvaro
> > > > > > > > > > > > > > > > > > > > > >  --- Server OM 5.0.0-2712 on Arch Linux - Client > > > > > > > > > Mac > > > > > > > > > Mojave > > > > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-27 Thread Alvaro
> > > > > > > > > > > > > > # Firefox: No signal audio of microfone at Conference > > > > > > > > Room. > > > > > > > > Cam > > > > > > > > works. > > > &

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-27 Thread Maxim Solodovnik
> > > > > > > > > # Safari 12: At rooms no show cam or microfone. > > > > > > > No play recordings made in OM 4.0.x. > > > > > > > Yes play video made with QickTime Ma

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-26 Thread Alvaro
eo made with QickTime Mac .mov > > > > > > format. > > > > > >   Yes play video made with CamStudio (Windows) > > > > > > .avi > > > > > > format, > > > > > >   

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-26 Thread Maxim Solodovnik
.avi > > > > > format, > > > > > but no play other .avi videos made with my old > > > > > picture > > > > > machine. > > > > > No play mp3. > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-26 Thread Alvaro
  No play mp3. > > > >   No play wav. > > > > > > > > > > > > . > > > > > > > > > > > > El sáb, 09-02-2019 a las 20:57 +07

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-26 Thread Maxim Solodovnik
gt; > > No play wav. > > > > > > > > > . > > > > > > > > > El sáb, 09-02-2019 a las 20:57 +0700, Maxim Solodovnik escribió: > > > > I will try to perform additional investigations of this issue > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-09 Thread Alvaro
; > > I will try to perform additional investigations of this issue > > > So far I believe the issue is caused by this stupid rule: > > > https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/ > > > Will try to fix it before 4.0.8 release > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-09 Thread Maxim Solodovnik
sed by this stupid rule: > > https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/ > > Will try to fix it before 4.0.8 release > > > > On Sat, 9 Feb 2019 at 18:22, Alvaro wrote: > > > > > > > > > ...Safari-Mac on OM 4.0.8 or 5.0.0 at whiteb

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-09 Thread Alvaro
or 5.0.0 at whiteboard not play some > > format, > > no one recording in OM but yes play recordings made with Quictime > > and > > others. > > As you said, "Safari is very capricious about how the video was > > encoded" > > > > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-09 Thread Maxim Solodovnik
Mac on OM 4.0.8 or 5.0.0 at whiteboard not play some format, > no one recording in OM but yes play recordings made with Quictime and > others. > As you said, "Safari is very capricious about how the video was > encoded" > > > > > El sáb, 09-02-2

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-09 Thread Alvaro
...Safari-Mac on OM 4.0.8 or 5.0.0 at whiteboard not play some format, no one recording in OM but yes play recordings made with Quictime and others. As you said, "Safari is very capricious about how the video was encoded" El sáb, 09-02-2019 a las 10:32 +01

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-09 Thread Alvaro
/1Y70lWwuzA_cr4-yy > > > > > -qac > > > > > B1 > > > > > HRY5 > > > > > JldB > > > > > Jo > > > > > ...here another capture: > > > > > https://drive.google.com/file/d/1

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-07 Thread Alvaro
> > > W3Jh > > > > TQMz > > > > Zs > > > > > > > > > > > > > > > > ... > > > > El mar, 05-02-2019 a las 17:35 +0100, Alvaro > > > > escribió: > > > > > > > > ...ok, h

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-07 Thread Maxim Solodovnik
> > swOrJym52_zxb0LJCqYw > > > https://drive.google.com/file/d/1Jm5MbR3QtMsb82 > > > L2PF > > > H3 > > > me6a > > > mW- > > > 5whPZ > > > > > > El mar, 05-02-20

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-07 Thread Alvaro
t; > me6a > > > mW- > > > 5whPZ > > > > > > El mar, 05-02-2019 a las 20:42 +0700, Maxim > > > Solodovnik > > > escribió: > > > > > > Hello Alvaro, > > > Yes, I'm kindly asking y

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
> errors > > while > > video > > on > > WB is > > not working foryou > > [1]https://developer.apple.com/library/archiv > > e/do > > cu > > ment > > atio > > n/ > > Ne > > twor > > kingInternetWeb/Conceptual

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Maxim Solodovnik
me? > .. > El mar, 05-02-2019 a las 16:25 +0700, Maxim > Solodovnik > escribió: > > Weird, > any issues reported to browser console? > On Tue, 5 Feb 2019 at 16:23, Alvaro > @g > mail > .com > > > > wrote: > > ...Yes, it works. > .

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
- > > > > > > > > > > > > > > El mar, 05-02-2019 a las 20:42 +0700, Maxim > > > > > > > > > > > > > > Solodovnik > > > > > > > > > > > > > > escribió: > > > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Maxim Solodovnik
> > > > > > > > > > Hello Alvaro, > > > > > > > > > > > > > > Yes, I'm kindly asking you to open developer > > > > > > > &

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
gt; > > > > > > > > your > > > > > > > > > > > > > Safaribrowser[1]And check if it has any > > > > > > > > > > > > > errors > > > > > > > > > > > > > while > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Maxim Solodovnik
> > > on > > > > > > > > > > > > WB is > > > > > > > > > > > > not working foryou > > > > > > > > > > > > [1]https://developer.apple.com/library/archive/do > > > > > &g

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
; > > > > cu > > > > > > > > > > > ment > > > > > > > > > > > atio > > > > > > > > > > > n/ > > > > > > > > > > > Ne > > > > > > > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
t; > > > nabl > > > > > > > > > > eWeb > > > > > > > > > > In > > > > > > > > > > sp > > > > > > > > > > ecto > > > &

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Maxim Solodovnik
> > > > > > On Tue, 5 Feb 2019 at 17:08, Alvaro > > > > > > > > > > > > > > > > > > wrote: > > > > > > > > > > ...is to me? > > > > > > > > > > .. >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
gt; > > > > > > > ...is to me? > > > > > > > > > .. > > > > > > > > > El mar, 05-02-2019 a las 16:25 +0700, Maxim > > > > > > > > > Solodovnik > > > > > > > > > escribió: > > > > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
16:23, Alvaro > > > > > > > > om > > > > > > > > > > > > > > > > > > > > > > > > > > > > wrote: > > > > > > > > > > ...Yes, it works. > > > > > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Maxim Solodovnik
> > On Tue, 5 Feb 2019 at 16:23, Alvaro > > > > > > > > > > > > > > > > > > wrote: > > > > > > > > > > ...Yes, it works. > > > > > > > > > > ..

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
19 a las 15:59 +0700, Maxim > > > > > > > > > Solodovnikescribió: > > > > > > > > > > Hello Alvaro,this issue can be caused by > > > > > > > > > > ffmpegSafari > > > > > > > > > &g

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
; > > > > > very capriciousabout how the video was encodedcan you > > > > > > > > > put > > > > > > > > > your recorded mp4file to > > > > > > > > > webapps/openmeetings/publicandt

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Alvaro
your recorded mp4file to > > > > > > > > webapps/openmeetings/publicandtry > > > > > > > > to open with Safariby the URLhttp://localhost:5080/open > > > > > > > > meet > > > > > > > > ings/public/my_

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-06 Thread Maxim Solodovnik
I have no chances totest itmyself > > > > > > > :(On Tue, 5 Feb 2019 at 15:34, Alvaro > > > > > > > wrote: > > > > > > > > Hi Maxim, > > > > > > > > > > > > > > > > This is my sc

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-05 Thread Alvaro
o chances totest itmyself > > > > > > :(On Tue, 5 Feb 2019 at 15:34, Alvaro > > > > > > wrote: > > > > > > > Hi Maxim, > > > > > > > > > > > > > > This is my scenario on LAN ethernet cards 1G

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-05 Thread Alvaro
it should play . > > > > > I only have super old Mac @ work, so I have no chances to > > > > > test itmyself :( > > > > > On Tue, 5 Feb 2019 at 15:34, Alvaro > > > > > wrote: > > > > > > Hi Maxim, > > > > > > > &g

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-05 Thread Maxim Solodovnik
> > > > > > On Tue, 5 Feb 2019 at 15:34, Alvaro wrote: > > > > > > > > > > > > > > > Hi Maxim, > > > > > > > > > > This is my scenario on LAN ethernet cards 1GBs - switch 1GBs: > > > > >

Re: Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-05 Thread Alvaro
only have super old Mac @ work, so I have no chances to test it > > > myself :( > > > > > > On Tue, 5 Feb 2019 at 15:34, Alvaro wrote: > > > > > > > > > > > > Hi Maxim, > > > > > > > > This is my scenario on LAN ethernet cards 1GB

Safari Recording on WB was: (OPENMEETINGS-2007) Camera and microphone access is not always clickable in Safari (macOS), making OM temporarily unusable.

2019-02-05 Thread Maxim Solodovnik
my scenario on LAN ethernet cards 1GBs - switch 1GBs: > > > > > > > > > # Server OM 4.0.8-531 on Arch Linux > > > > > > # Client macOS Mojave, Safari 12. > > > > > > With Safari only get problems after make a recording and drag it > > > to whiteboa

Re: API for getting file path or name of a recording file

2018-12-23 Thread Maxim Solodovnik
Hello Diksha, I have answered you at StackOverflow: https://stackoverflow.com/questions/53880483/what-is-the-api-for-getting-file-path-of-a-recording-in-apache-openmeeting/53908812#53908812 On Sat, 22 Dec 2018 at 09:29, Diksha Jiwane wrote: > > Hi team, > > I want to g

API for getting file path or name of a recording file

2018-12-21 Thread Diksha Jiwane
Hi team, I want to get file path of a recording. I searched a lot for API call to get file path of a recording. But I didn't get it. Can you please guide me what is the API for getting file path or name of recording file? Thanks and regards, Diksha jiwane.

Re: High Traffic from client to Red5 server for screen recording

2018-08-30 Thread Sonia SWEngineer
his question is not related to OM > development > > On Wed, Aug 29, 2018 at 2:49 AM Sonia SWEngineer > > wrote: > > > Thanks Maxim. The recording parameters sent to the > > "setConnectionAsSharingClient" are listed as: > > screenWidth=1440, screenHeig

Re: High Traffic from client to Red5 server for screen recording

2018-08-29 Thread Maxim Solodovnik
you tried to share 1440x816 camera stream? what will be the numbers? ps it is better to use user@ list since this question is not related to OM development On Wed, Aug 29, 2018 at 2:49 AM Sonia SWEngineer wrote: > Thanks Maxim. The recording parameters sent to the > "setConnectionAsSh

Re: High Traffic from client to Red5 server for screen recording

2018-08-28 Thread Sonia SWEngineer
Thanks Maxim. The recording parameters sent to the "setConnectionAsSharingClient" are listed as: screenWidth=1440, screenHeight=816, screenX=0, screenY=0 The parameters listed in ScreenDimensions.java are: public static ScreenQuality quality = ScreenQuality.High; public static in

Re: High Traffic from client to Red5 server for screen recording

2018-08-27 Thread Maxim Solodovnik
What are recording parameters? resolution+quality+FPS? On Tue, Aug 28, 2018 at 1:45 AM Sonia SWEngineer wrote: > Hello All, > Have a question regarding the bandwidth used by a customized Openmeeting - > screen recording application. > > The application being used is base

High Traffic from client to Red5 server for screen recording

2018-08-27 Thread Sonia SWEngineer
Hello All, Have a question regarding the bandwidth used by a customized Openmeeting - screen recording application. The application being used is based on the screen recording client and server code from Openmeetings. The application code in the client transmits the client screen (PC

RE: OM recording module

2015-11-17 Thread Wentao Liu
-731-88716009 From: Susheel Jalali Sent: 2015年11月17日 15:03 To: u...@openmeetings.apache.org Cc: Dev@openmeetings.apache.org;i...@coscend.com Subject: Re: OM recording module Dear Daniel and Maxim, In the spirit of collaborating with our OpenMeetings community, here is some additional information

RE: OM recording module

2015-11-17 Thread Wentao Liu
-731-88716009 From: Wentao Liu Sent: 2015年11月18日 12:51 To: Susheel Jalali;u...@openmeetings.apache.org Cc: Dev@openmeetings.apache.org;i...@coscend.com Subject: RE: OM recording module Hi All, I use the incubator 2.0 OM to test and the screensharing works in the new Microsoft Edge browser too

  1   2   >