{"id":33666,"date":"2019-10-31T21:54:04","date_gmt":"2019-10-31T18:54:04","guid":{"rendered":"https:\/\/prohoster.info\/blog\/ustanovka-openmeetings-5-0-0-m1-web-konferentsii-bez-flash\/"},"modified":"2019-10-31T21:54:04","modified_gmt":"2019-10-31T18:54:04","slug":"ustanovka-openmeetings-5-0-0-m1-web-konferentsii-bez-flash","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/ustanovka-openmeetings-5-0-0-m1-web-konferentsii-bez-flash","title":{"rendered":"Installation of openmeetings 5.0.0-M1. WEB conferences without Flash","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Good day, esteemed Hub users and portal guests!<br \/>\nNot long ago, I found the need to set up a small server for video conferencing. I considered not many options \u2014 BBB and Openmeetings, as those two met the functionality requirements:<\/p>\n<ol>\n<li> Free<\/li>\n<li> Desktop and document sharing, etc.<\/li>\n<li> Interactive work with users (shared board, chat, etc.)<\/li>\n<li> No additional software installation is required for clients<\/li>\n<\/ol>\n<p>\nI started with BBB\u2026 well, it just didn\u2019t work out\u2026 First, the requirement for physical hardware, as virtual setups do not guarantee operational stability; Second, its resource intensity. Yes, it provides good visuals and excellent sound, but for my tasks, it\u2019s disproportionate to the resources consumed.<br \/>\nI then tried Openmeetings. As someone who prefers software tried by others and stable releases, I installed the latest stable release 4.0.8 (we won't discuss that process here). Everything worked well, except it was on FLASH. Since that was the case, it refused to work in Chrome, but it worked in Firefox\u2026 however, that contradicts point 4, as not everyone uses FF and not everyone likes it. Just when I was feeling frustrated, I saw that version 5.0.0-M1 was announced without FLASH! That\u2019s where everything started. I\u2019ll say right away, I couldn\u2019t get everything up and running immediately; it took around 2 weeks, 1-2 hours a day, for a full launch. <br \/>\nSo, I installed it on Ubuntu 18.0.4-LTS. Requirements:<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<ul>\n<li>JRE 8<\/li>\n<li> Kurento Media Server<\/li>\n<\/ul>\n<p>\nLet\u2019s start with JRE8. By default, version 11 is installed from the repositories, so we\u2019ll add the repository and then proceed to install the required version:<\/p>\n<pre><code class=\"bash\">sudo add-apt-repository ppa:webupd8team\/java\nsudo apt-get update\nsudo apt-get install oracle-java8-installer<\/code><\/pre>\n<p>After installation, it\u2019s necessary to set the default Java version:<\/p>\n<pre><code class=\"bash\">sudo apt-get install oracle-java8-set-default<\/code><\/pre>\n<p>let\u2019s check the version<\/p>\n<pre><code class=\"bash\">java -version<\/code><\/pre>\n<p>it should output<\/p>\n<pre><code class=\"bash\">java version \"1.8.0_201\"\nJava(TM) SE Runtime Environment (build 1.8.0_201-b09)\nJava HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)<\/code><\/pre>\n<p>now we just need to set the home directories.<\/p>\n<pre><code class=\"bash\">cat &gt;&gt; \/etc\/environment &lt;&lt;EOL\nJAVA_HOME=\/usr\/lib\/jvm\/java-8-oracle\nJRE_HOME=\/usr\/lib\/jvm\/java-8-oracle\/jre\nEOL<\/code><\/pre>\n<p>For proper operation of video\/audio streams, Kurento Media Server (KMS) is needed. There are various installation options; I used the Docker variant. The installation and configuration process of Docker is not covered in this article, but there is plenty of information online. So, let\u2019s start KMS<\/p>\n<pre><code class=\"bash\">docker run -d --name kms -p 8888:8888 kurento\/kurento-media-server:latest<\/code><\/pre>\n<p>\nNow, let's proceed to install the supporting components:<br \/>\n<b>MySQL<\/b> OpenMeetings has a built-in database, but it's not recommended for production use. We can install any version you find convenient. The ones from the standard repositories will suffice.<\/p>\n<pre><code class=\"bash\">sudo apt-get install mysql<\/code><\/pre>\n<p>\nTo connect Java to MySQL, you need to <noindex><a rel=\"nofollow\" href=\"http:\/\/www.mysql.com\/downloads\/connector\/j\/\">download the connector<\/a><\/noindex> and place it in the folder \/webapps\/openmeetings\/WEB-INF\/lib\/. The MySQL connection configuration can be found in the file \/webapps\/openmeetings\/WEB-INF\/classes\/META-INF\/mysql_persistence.xml<br \/>\n<b>ImageMagick<\/b> This is necessary for the shared board, document and image demonstrations. It is also taken from the standard repositories.<\/p>\n<pre><code class=\"bash\">sudo apt-get install imagemagick<\/code><\/pre>\n<p><b>GhostScript<\/b> is essential if we want to work with PDF; we can't do without it. The repositories are also standard.<br \/>\n<b>OpenOffice<\/b> or <b>Libre Office<\/b> is for outputting all office document formats\u2026 <br \/>\n<b>FFMpeg<\/b> and <b>SoX<\/b> is required for recording videoconferences in various formats. The version must be 10.3 or newer.<\/p>\n<pre><code class=\"bash\">sudo apt install ffmpeg\nsudo apt-get install sox<\/code><\/pre>\n<p>\nNow we are ready to download OpenMeetings.<br \/>\n<noindex><a rel=\"nofollow\" href=\"https:\/\/openmeetings.apache.org\/downloads.html\">https:\/\/openmeetings.apache.org\/downloads.html<\/a><\/noindex><br \/>\nWe have downloaded it and unpacked it into the folder we need. <br \/>\nIt seems everything is ready to start (especially if following <noindex><a rel=\"nofollow\" href=\"https:\/\/openmeetings.apache.org\/installation.html\">the official instructions<\/a><\/noindex>), but there's a link of this kind <noindex>https:\/\/localhost:5443\/openmeetings\/install<\/noindex>. If we pay attention to https and port 5443, we realize that nothing will work. Of course, we can run the script .\/bin\/startup.sh and the server will start. We can even access it and configure it via the link <noindex>http:\/\/localhost:5080\/openmeetings\/install<\/noindex>, but proper functionality will not be available. Currently, all browsers, especially Chrome, are fighting for user security and allow camera and microphone access only via https. Using FF, we could log in and allow camera access, but that ties us to a single browser. Therefore, we proceed to the installation and configuration of SSL. We can obtain a certificate for a fee, or we can do it ourselves; it won't degrade OpenMeetings' performance. <br \/>\nThe O.M. version 5.0.0-M1 is based on TomCat, not Apache. The web server configuration is in the folder .\/conf\/. I've already described how to create a self-signed certificate and install it in TomCat. <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/134453\/\">described<\/a><\/noindex>.<br \/>\nSo, https is set up, now we go to the folder .\/bin and run startup.sh, and after the server starts, we move to the web installer <noindex>https:\/\/localhost:5443\/openmeetings\/install<\/noindex>. Everything here is simple and intuitive EXCEPT for the \u2018Converters\u2019 section. Here you need to specify the paths to the additionally installed packages. <\/p>\n<ol>\n<li>ImageMagick Path \/usr\/bin <\/li>\n<li>FFMPEG Path \/usr\/bin<\/li>\n<li>SoX Path \/usr\/bin<\/li>\n<li>OpenOffice\/LibreOffice Path for jodconverter \/usr\/lib\/libreoffice (I installed LibreOffice)<\/li>\n<\/ol>\n<p>\nThe next settings are also not complicated. <br \/>\nAfter the first login, you MUST go to 'Administration' -&gt; 'Configuration', find the item <b>path.ffmpeg<\/b> and delete the recorded value &#171;\\\/usr\\\/bin&#187;. We save the settings.<br \/>\nWell, our VKS server is set up and ready to work.<br \/>\nafter rebooting the server, you need to start<\/p>\n<ol>\n<li>the database (if you are not using the built-in Derby)<\/li>\n<li>KMS<\/li>\n<li>startup.sh script<\/li>\n<\/ol>\n<p>\nYou can do it manually or create autostart scripts.<br \/>\nTo allow access 'outside', you need to open ports 5443, 5080, 8888 in the firewall.<br \/>\nEnjoy your usage!<br \/>\nP.S. If the camera does not transmit an image and you see no one but yourself, you need to add the domain and port to the exceptions in the firewall. If you use Kaspersky, it works fine and lets everything through (surprisingly!), but Avast and the built-in Windows firewall have issues with settings.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/451856\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c, \u0423\u0432\u0430\u0436\u0430\u0435\u043c\u044b\u0435 \u0425\u0430\u0431\u0440\u0430\u0432\u0447\u0430\u043d\u0435 \u0438 \u0413\u043e\u0441\u0442\u0438 \u043f\u043e\u0440\u0442\u0430\u043b\u0430! \u041d\u0435 \u0442\u0430\u043a \u0434\u0430\u0432\u043d\u043e \u0443 \u043c\u0435\u043d\u044f \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u043d\u044f\u0442\u044c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0441\u0435\u0440\u0432\u0435\u0440 \u0434\u043b\u044f \u0412\u041a\u0421. \u0420\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u043b\u043e\u0441\u044c \u043d\u0435 \u0442\u0430\u043a \u043c\u043d\u043e\u0433\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u2014 BBB \u0438 Openmeetings, \u0442.\u043a. \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u043d\u0438 \u043f\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0443 \u043e\u0442\u0432\u0435\u0447\u0430\u043b\u0438: \u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e \u0414\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0441\u0442\u043e\u043b\u0430, \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0438 \u0442.\u0434. \u0418\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u0441 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438 (\u043e\u0431\u0449\u0430\u044f \u0434\u043e\u0441\u043a\u0430, \u0447\u0430\u0442 \u0438 \u0442.\u0434.) \u041d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0441\u043e\u0444\u0442\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-33666","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c, \u0423\u0432\u0430\u0436\u0430\u0435\u043c\u044b\u0435 \u0425\u0430\u0431\u0440\u0430\u0432\u0447\u0430\u043d\u0435 \u0438 \u0413\u043e\u0441\u0442\u0438 \u043f\u043e\u0440\u0442\u0430\u043b\u0430! \u041d\u0435 \u0442\u0430\u043a \u0434\u0430\u0432\u043d\u043e \u0443 \u043c\u0435\u043d\u044f \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u043d\u044f\u0442\u044c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0441\u0435\u0440\u0432\u0435\u0440 \u0434\u043b\u044f \u0412\u041a\u0421. \u0420\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u043b\u043e\u0441\u044c \u043d\u0435 \u0442\u0430\u043a \u043c\u043d\u043e\u0433\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u2014 BBB \u0438 Openmeetings, \u0442.\u043a.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/ustanovka-openmeetings-5-0-0-m1-web-konferentsii-bez-flash\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 openmeetings 5.0.0-M1. WEB-\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u0431\u0435\u0437 Flash | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c, \u0423\u0432\u0430\u0436\u0430\u0435\u043c\u044b\u0435 \u0425\u0430\u0431\u0440\u0430\u0432\u0447\u0430\u043d\u0435 \u0438 \u0413\u043e\u0441\u0442\u0438 \u043f\u043e\u0440\u0442\u0430\u043b\u0430! \u041d\u0435 \u0442\u0430\u043a \u0434\u0430\u0432\u043d\u043e \u0443 \u043c\u0435\u043d\u044f \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u043d\u044f\u0442\u044c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0441\u0435\u0440\u0432\u0435\u0440 \u0434\u043b\u044f \u0412\u041a\u0421. \u0420\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u043b\u043e\u0441\u044c \u043d\u0435 \u0442\u0430\u043a \u043c\u043d\u043e\u0433\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u2014 BBB \u0438 Openmeetings, \u0442.\u043a.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/ustanovka-openmeetings-5-0-0-m1-web-konferentsii-bez-flash\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T18:54:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:54:04+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Installation of openmeetings 5.0.0-M1. WEB conferences without Flash | ProHoster","description":"Good day, esteemed Habr users and visitors of the portal! Recently, I had a need to set up a small server for VKS. Not many options were considered \u2014 BBB and Openmeetings, as","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/ustanovka-openmeetings-5-0-0-m1-web-konferentsii-bez-flash","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 openmeetings 5.0.0-M1. WEB-\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u0431\u0435\u0437 Flash | ProHoster","og:description":"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c, \u0423\u0432\u0430\u0436\u0430\u0435\u043c\u044b\u0435 \u0425\u0430\u0431\u0440\u0430\u0432\u0447\u0430\u043d\u0435 \u0438 \u0413\u043e\u0441\u0442\u0438 \u043f\u043e\u0440\u0442\u0430\u043b\u0430! \u041d\u0435 \u0442\u0430\u043a \u0434\u0430\u0432\u043d\u043e \u0443 \u043c\u0435\u043d\u044f \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u043d\u044f\u0442\u044c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0441\u0435\u0440\u0432\u0435\u0440 \u0434\u043b\u044f \u0412\u041a\u0421. \u0420\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u043b\u043e\u0441\u044c \u043d\u0435 \u0442\u0430\u043a \u043c\u043d\u043e\u0433\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u2014 BBB \u0438 Openmeetings, \u0442.\u043a.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/ustanovka-openmeetings-5-0-0-m1-web-konferentsii-bez-flash","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T18:54:04+00:00","article:modified_time":"2019-10-31T18:54:04+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"33666","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-21 16:13:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 12:52:17","updated":"2026-01-21 16:13:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/33666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=33666"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/33666\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=33666"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=33666"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=33666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}