--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/f65ecc5c-6b0a-4c18-bc2e-b9e883cb819bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CAH2oU2yd8PzECBjBvsOWEkfs1EBsdtv9VpRfGFMSe%3D1f34HXMw%40mail.gmail.com.
I think both of you are mistaken. I am looking at sending a message to the Meeting room via Chat when it is on going LIVE ..not trying to extract the chat post the meeting.
On Tue, 14 Jul 2020 at 8:50 PM, Victor Manuel Agudelo <vicm...@gmail.com> wrote:
Hey my friend check my function to upload the file events.xml when this is generated.Best Regards
if you start the meetings with record=true, in /var/bigbluebutton/recordings/raw/<internal meeting id> there should be a file events.xml. this will contain all the activity which happened in the meeting including chat.You will need to write your own api to process this xml data, extract chat from it and send it back as required by you.-manish--On Tuesday, 14 July 2020 at 19:18:04 UTC+5:30 sraj...@gmail.com wrote:Is there a way for me to send a chat message to the Meeting via API? I don't see an API but just wondering if there is a workaround to this?Use Case: I am trying to allow a Live Streaming watching users to Ask Questions to the Teacher.
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/f65ecc5c-6b0a-4c18-bc2e-b9e883cb819bn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.
On Tuesday, 14 July 2020 at 19:18:04 UTC+5:30 sraj...@gmail.com wrote:
Is there a way for me to send a chat message to the Meeting via API? I don't see an API but just wondering if there is a workaround to this?
you can use our bigbluebutton-livestreaming tool to inject chat messages.
see
in the livestreaming examples you will find the chat stuff to use.
there might be a solution without joining and using selenium by writing directly into the db, but we did not find the time to develop this...
cheers
Martin
----Use Case: I am trying to allow a Live Streaming watching users to Ask Questions to the Teacher.
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/f65ecc5c-6b0a-4c18-bc2e-b9e883cb819bn%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CAH2oU2yd8PzECBjBvsOWEkfs1EBsdtv9VpRfGFMSe%3D1f34HXMw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/32cba259-4492-2d39-4611-95641cb94168%40mtsonline.at.
please read the README on the page - this will answer the question.
you can just try it out to see how it works.
if you do not understand how to set it up - read the issues, there are some cases that may help setting up.
cheers
Martin
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CAEPnEZk8ogH9sxu%2BmmVU1TvFSDA1s%3Dn78XL8Cy43-1kVy_GSrA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/ee0dbe5d-e579-d203-69f2-dafc543836f4%40mtsonline.at.
can I live stream to multiple RTMP URLS?
technically yes, we did not try it and have not implimented that,
as we stream to a media server which then could multiply to other
endpoints.
you just would have to start the ffmpeg process for each rtmp stream you need. - but it will need lot's of resources.
why would you need multiple streams? you could have a look at restream.io or other platforms, that do exactly this.
hth
Martin
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CAMk4hh6hHPiVvp5HJUqBDtBKVtuYetSmGMrf0Fqua7vq0sKgeQ%40mail.gmail.com.
Hi,
you can edit code and use ffmpeg commands to do a "tee" to encode
only one time and have 2 or more outputs (you don't need more
resources).
For example, I use the following command (see mainly bold parameters):
$FFMPEG -thread_queue_size 1024 -f x11grab -draw_mouse 0 -s
1920x1080 -i :1000 -f alsa -i pulse -ac 2 -c:a aac -b:a 64k
-threads 0 -flags +global_header -c:v libx264 -pix_fmt
yuv420p -s 1920x1080 -preset ultrafast -threads 0
-f tee -map 0:0 -map 1:0 "[f=flv]$BBB_STREAM_URL1|[f=flv]$BBB_STREAM_URL2"
Regards
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/8373a509-34e7-f944-58c9-52f957f1e2f3%40mtsonline.at.
there is no option to delete the default presentation. How did you accomplish this? Thanks
On Wed, Jul 15, 2020 at 4:39 PM Martin Thomas Schrott <li...@mtsonline.at> wrote:
Am 15.07.2020 um 12:35 schrieb S:
> How will I pass the chat message via the Live Steam as and when users send that message? Any guidance will be great help.
>
> Thanks for your help. Appreciate it.
have a look at the examples with chat. it are just two files and a few
lines of code.
the messages are send via a web / html form to redis
and from there pushed into the chat.
hth
Martin
> Sent from my iPhone
>
>> On 15-Jul-2020, at 4:00 PM, Martin Thomas Schrott <li...@mtsonline.at> wrote:
>>
>>
>>> Am 15.07.2020 um 12:26 schrieb Sam Raj:
>>> Is there a way to Hide/Show presentation when Live Streaming? When someone is talking but not showing a presentation, I would like the Presentation to be hidden and when I want...show presentation.
>>
>> I don't think this is possible currently.
>>
>> there are wishes of users for bbb to let the speaker hide and show the presentation, this would also solve the problem for liveStreaming. So let's hope someone does impliment this in bbb.
>>
>> cheers
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.
Am 15.07.2020 um 12:35 schrieb S:
> How will I pass the chat message via the Live Steam as and when users send that message? Any guidance will be great help.
>
> Thanks for your help. Appreciate it.
have a look at the examples with chat. it are just two files and a few
lines of code.
the messages are send via a web / html form to redis
and from there pushed into the chat.
hth
Martin
> Sent from my iPhone
>
>> On 15-Jul-2020, at 4:00 PM, Martin Thomas Schrott <li...@mtsonline.at> wrote:
>>
>>
>>> Am 15.07.2020 um 12:26 schrieb Sam Raj:
>>> Is there a way to Hide/Show presentation when Live Streaming? When someone is talking but not showing a presentation, I would like the Presentation to be hidden and when I want...show presentation.
>>
>> I don't think this is possible currently.
>>
>> there are wishes of users for bbb to let the speaker hide and show the presentation, this would also solve the problem for liveStreaming. So let's hope someone does impliment this in bbb.
>>
>> cheers
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.
Martin, Where this PHP Redis script need to host? in BBB server? Because I have another script written in nodejs & want to try there.
Hi Jibon,
no, you can host it where ever you want to, it just needs access to the redis server of the liveStreaming script, so this can fetch the messages from there.
hth
Martin
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/bfe2764e-4b6b-46b5-bfb5-6ee25e94e60do%40googlegroups.com.
Hello,
our default presentation has a name different from "default". You can delete any presentation if its name is differente a "default". We want to hide the presentation area at the end of the meeting when the questions of the users begin so that cameras are seen better.
We do not know the userdata-bbb_force_restore_presentation_on_new_events=true paremeter. We will check it.
Thank you very much.
Regards
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/39926569-4d7b-4daa-8a95-29af596798e7o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/bfe2764e-4b6b-46b5-bfb5-6ee25e94e60do%40googlegroups.com.
Hi,
I have interested in this feature but I can understand you code.
If you see the code sendChatMessage.php there no reference to
meetingID, username, etc..
Could you help me how this paremeters are send?.
Thank in advance.
Regards
<?php
if(!empty($_POST)) {
$message = $_POST['message'];
$redis = new Redis();
$redis->pconnect('REDIS_HOST'); //
REDIS_HOST hast to be the same as in BBB_REDIS_HOST
$redis->publish('REDIS_CHANNEL', $message);
// REDIS_CHANNEL hast to be the same as in BBB_REDIS_CHANNEL
echo "Message published\n";
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/10a17d17-9c01-4513-8fe1-ca44e60b7e51o%40googlegroups.com.
Thanks, that's interesting. I did this from html5 client directly.
if you have a little time available you could try to bypass the selenium part by injecting the messages from the redis db directly into the meeting.
here is what I collected as starting point - ideally it should be an api call that does allow to send messages I guess. But it also would be okay to do it via an python script for now:
* an example how this works for presentations:
* and here the explanations of Pedro how it would work:
would be great if you could get us all a step further jibon :-)
cheers
Martin
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/10a17d17-9c01-4513-8fe1-ca44e60b7e51o%40googlegroups.com.
Antonio,
the php script just sends the massage to the redis db.
have a look at the python script that injects the chat messages into bbb. it is in the parent folder of the examples.
hth
Martin
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/7f4c616c-7754-74bf-bcfa-9e4023e22b19%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/420d5ecc-1134-c6b0-fa32-10899375fd30%40mtsonline.at.
Hello,
We use BBB 2.2.14. I send you a screenshot where you can see that we have the delete button enabled and we can delete de "default" presentation.
Regards.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CAMk4hh78nYFs3BovWgu9PWAKNp1W%2BV%3DD_AfqYoXoB-CLSOg8Rw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/e89cfe6c-9845-a6ea-08ea-0ca22aa83af5%40gmail.com.
<IMG_20200715_155134.jpg>
Hello,
It isn't my code. Please visit: https://github.com/aau-zid/BigBlueButton-liveStreaming
Regards.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/41613C89-E33F-4AE0-9C24-2AC6487C4D4B%40gmail.com.