<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Unbuntu 22.04/Carbonio 25.3.1 Video Cam dont work in VirtualRooms - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/unbuntu-22-04-carbonio-25-3-1-video-cam-dont-work-in-virtualrooms/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 12 Aug 2026 21:40:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Unbuntu 22.04/Carbonio 25.3.1 Video Cam dont work in VirtualRooms</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unbuntu-22-04-carbonio-25-3-1-video-cam-dont-work-in-virtualrooms/#post-10225</link>
                        <pubDate>Fri, 28 Mar 2025 19:10:57 +0000</pubDate>
                        <description><![CDATA[Sorry:
#!/bin/bash su - zextras -c &#039;zmcontrol restart&#039; 
must be:
#!/bin/bash 
su - zextras -c &#039;zmcontrol restart&#039;]]></description>
                        <content:encoded><![CDATA[<p>Sorry:</p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">#!/bin/bash su - zextras -c 'zmcontrol restart' </span></span></span></p>
<p>must be:</p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">#!/bin/bash </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">su - zextras -c 'zmcontrol restart' </span></span></span></p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>jhansen_de</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unbuntu-22-04-carbonio-25-3-1-video-cam-dont-work-in-virtualrooms/#post-10225</guid>
                    </item>
				                    <item>
                        <title>Unbuntu 22.04/Carbonio 25.3.1 Video Cam dont work in VirtualRooms</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/unbuntu-22-04-carbonio-25-3-1-video-cam-dont-work-in-virtualrooms/#post-10224</link>
                        <pubDate>Fri, 28 Mar 2025 18:34:44 +0000</pubDate>
                        <description><![CDATA[Server: Ubuntu 22.04
 Carbonio CE: 25.3.1 Fresh installation
 Single server solution with mail, calendar, contacts, files, chat, video, and z-push
 Hello.
 There seems to be a problem wi...]]></description>
                        <content:encoded><![CDATA[<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">Server: Ubuntu 22.04</span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb"> Carbonio CE: 25.3.1 Fresh installation</span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb"> Single server solution with mail, calendar, contacts, files, chat, video, and z-push</span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb"> Hello.</span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb"> There seems to be a problem with the order of the services during boot.</span></span> <span class="jCAhz ChMk0b"><span class="ryNqvb">This means that the video stream from the local camera works in the first selection, but doesn't work when entering the room.</span></span> </span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">After searching, I found that Janus cannot establish a connection to the RabbitMQ server during boot.</span></span> </span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">If you restart the services a little later, Janus reconnects, and the error is resolved.</span></span><span class="jCAhz ChMk0b"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">If anyone else has this problem, here's a small workaround: </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">As root, create a script with the following content, e.g., boot-restart-services : </span></span></span></p>
<p> </p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">#!/bin/bash su - zextras -c 'zmcontrol restart' </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">/bin/sleep 10 </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">systemctl restart carbonio-tasks </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">/bin/sleep 10 </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">systemctl restart carbonio-message-broker </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">/bin/sleep 10 </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">systemctl restart carbonio-message-dispatcher </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">/bin/sleep 10 </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">systemctl restart carbonio-ws-collaboration </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">/bin/sleep 10 systemctl restart carbonio-videoserver </span></span></span></p>
<p> </p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">Then make it executable: </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">chmod 700 boot-restart-services <br /></span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb"> crontab -e</span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb"> and insert the following content: </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">@reboot sleep 180 &amp;&amp;</span></span> <span class="jCAhz ChMk0b"><span class="ryNqvb">boot-restart-services &gt;/dev/null 2&gt;&amp;1</span></span></span></p>
<p> </p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb"> Save Crontab.</span></span><span class="jCAhz ChMk0b"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">This will automatically restart the services 3 minutes after booting, thus resolving the error.</span></span> <span class="jCAhz ChMk0b"><span class="ryNqvb">This does have the disadvantage that it takes about 4-5 minutes longer for the server to be fully functional again after booting, but at least you won't forget it after the reboot, and most people don't restart a mail server every day.</span></span><span class="jCAhz ChMk0b"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">Otherwise, I have to say the server is running very well; </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz ChMk0b"><span class="ryNqvb">I haven't encountered any problems even with Z-Push so far; everything purrs like a kitten.</span></span><span class="jCAhz"><span class="ryNqvb"> </span></span></span></p>
<p><span class="HwtZe"><span class="jCAhz"><span class="ryNqvb">Joerg</span></span></span></p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>jhansen_de</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/unbuntu-22-04-carbonio-25-3-1-video-cam-dont-work-in-virtualrooms/#post-10224</guid>
                    </item>
							        </channel>
        </rss>
		