--
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-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
Hi Nemanja,Not sure we can get you there with BigBlueButton right now -- currently, the audio goes through FreeSWITCH and the webcams go through red5. This gives us really good audio (UDP) that is independent of the webcams. The video takes up a lot more bandwidth than the audio, so if the bandwidth is limited (and is constricting the user's webcams), the audio should still remain good.The downside is that we don't use FreeSWITCH for video. It is possible to send a SIP call to FreeSWITCH and then use mod_av (a FreeSWITCH module that wraps around libav) to stream the video portion back to red5 via RTMP. In face, we experimented with by using the browser's ability to send a WebRTC video call to FreeSWITCH and have a module send commands to FreeSWITCH (using the FreeSWITCH command line interface), which, in turn, triggered FreeSWITCH to stream the video back to red5 whereupon it appeared as a video stream to users. This worked well for desktop sharing as there was no audio component -- just video.We are interested in exploring this future. Are you a developer?> but I can't make a video call using integrated FreeSwitch.Do you need to stream audio along with the video as well?Regards,... Fred
On Wed, Dec 27, 2017 at 11:02 AM, Nemanja Žikić <nec...@gmail.com> wrote:
Hello guys,I am doing University project and need to implement BBB for online learning using our Moodle platform. So far everything went well, but I can't make a video call using integrated FreeSwitch. We have Tandberg with a few cameras and mics and plan is to use them for online lectures, basically to make a SIP call and connect to Moodle conference that is host using BBB. So far we receive only audio from it, but video part is key for us.I have found post from 2013, but I hope that this is changed so far.Happy holidays,Nemanja
--
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 post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.