{"id":34662,"date":"2024-01-08T07:11:22","date_gmt":"2022-12-29T17:30:22","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/"},"modified":"2024-05-04T17:22:11","modified_gmt":"2024-05-04T09:22:11","slug":"%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/","title":{"rendered":"\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2"},"content":{"rendered":"<p>\u5b9e\u9645\u4e0a\uff0cKaltura\u4e5f\u4ee5\u5f00\u6e90\u8f6f\u4ef6\u7684\u5f62\u5f0f\u63d0\u4f9b\u3002\u60a8\u53ef\u4ee5\u5728https:\/\/github.com\/kaltura\u627e\u5230\u76f8\u5173\u4fe1\u606f\u3002<\/p>\n<p>Non-SSL Step-by-step Installation \u306e\u624b\u9806\u306b\u5f93\u3063\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u3059<br \/>\n\u3053\u3061\u3089\u306e\u65b9\u306e\u30d6\u30ed\u30b0\u304c\u306e\u65b9\u304c\u53c2\u8003\u306b\u306a\u308b\u306e\u3067\u30ea\u30f3\u30af\u3082\u306f\u3063\u3066\u304a\u304d\u307e\u3059<\/p>\n<h2>1.\u4eee\u60f3\u74b0\u5883\u306bCentOS\u6e96\u5099<\/h2>\n<p>\u4eca\u6b21\u6211\u4eec\u5c06\u4f7f\u7528vegrant<br \/>\n\u4ece\u5b98\u65b9\u7f51\u7ad9\u4e0a\u4e0b\u8f7d<br \/>\n\u5c06IP\u5730\u5740\u8bbe\u7f6e\u4e3a\u3010192.168.3.3\u3011<\/p>\n<pre class=\"post-pre\"><code>vagrant box add centos64 http:\/\/developer.nrel.gov\/downloads\/vagrant-boxes\/CentOS-6.4-x86_64-v20131103.box\r\nmkdir -p ~\/Vagrant\/CentOS64\r\ncd ~\/Vagrant\/CentOS64\r\nvagrant init centos64\r\nvi Vagrantfile\r\nconfig.vm.network \"private_network\", ip: \"192.168.3.3\"\r\nvagrant reload\r\n<\/code><\/pre>\n<h2>2.\u51c6\u5907\u5728\u64cd\u4f5c\u7cfb\u7edf\u4e0b\u5de5\u4f5c<\/h2>\n<p>\u5c06IPTables\u548cSELinux\u7684\u914d\u7f6e\u8bbe\u7f6e\u4e3a\u5173\u95ed\u3002<\/p>\n<pre class=\"post-pre\"><code>halt -p now\r\niptables -F\r\nservice iptables stop\r\nchkconfig iptables off\r\nvi \/etc\/selinux\/config\r\n<\/code><\/pre>\n<h2>\u8bbe\u5b9aKaltura\u5b58\u50a8\u5e93\u3002<\/h2>\n<pre class=\"post-pre\"><code>rpm -ihv \r\nhttp:\/\/installrepo.kaltura.org\/releases\/kaltura-release.noarch.rpm\r\n<\/code><\/pre>\n<h2>4. \u542f\u52a8MySQL\u3001Postfix\u3001Memcache\u548cNTP<\/h2>\n<pre class=\"post-pre\"><code>yum clean all\r\nyum install mysql mysql-server\r\nservice postfix restart\r\nservice memcached restart\r\nservice ntpd restart\r\nchkconfig memcached on\r\nchkconfig ntpd on\r\n<\/code><\/pre>\n<h2>5.MySQL\u306broot\u306e\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a<\/h2>\n<pre class=\"post-pre\"><code>CREATE USER 'root'@'%' IDENTIFIED BY 'root';\r\n<\/code><\/pre>\n<h2>6.Kaltura-Server\u3092\u5165\u308c\u308b<\/h2>\n<pre class=\"post-pre\"><code>yum install kaltura-server\r\n\/opt\/kaltura\/bin\/kaltura-mysql-settings.sh\r\n<\/code><\/pre>\n<h2>\u8fdb\u884cKaltura\u7684\u8bbe\u7f6e\u3002<\/h2>\n<p>\u5c06\u4ee5\u4e0b\u5185\u5bb9\u4ee5\u4e2d\u6587\u8fdb\u884c\u7b80\u8ff0\uff1a\/opt\/kaltura\/bin\/kaltura-config-all.sh<\/p>\n<pre class=\"post-pre\"><code>[Email\\NO]:muromari0807@gmail.com\r\nRegistering for the newsletter... this will take a few seconds.\r\n\r\nIn order to finalize the system configuration, please input the following:\r\n\r\nCDN hostname [localhost.localdomain]:\r\n192.168.3.3\r\nApache virtual hostname [localhost.localdomain]\r\n(Must be accessible from both inside the machine and from any clients \/ browsers that will use Kaltura):\r\n\r\n192.168.3.3\r\nVhost port to listen on [80]: 80\r\nrange of ip addresses belonging to internal kaltura servers [0.0.0.0-255.255.255.255]:\r\nThe range is used when checking service actions permissions and allowing to access certain services without KS from the internal servers.\r\nThe default is only good for testing, on a production ENV you should adjust according to your network.\r\n\r\nDB port [3306]: 3306\r\nMySQL super user [only for install, default root]: root\r\nAnalytics DB hostname [127.0.0.1]:127.0.0.1\r\nAnalytics DB port [3306]:3306\r\nSphinx hostname [127.0.0.1]: 127.0.0.1\r\nSecondary Sphinx hostname [leave empty if none]:\r\nVOD packager hostname [localhost.localdomain]: localhost\r\nVOD packager port to listen on [88]: 88\r\nAdmin user login password (must be minimum 8 chars and include at least one of each: upper-case, lower-case, number and a special character):\r\nConfirm passwd:\r\nYour time zone [see http:\/\/php.net\/date.timezone], or press enter for [UTC]: UTC\r\nYour Kaltura install name (this name will show as the From field in emails sent by the system) [Kaltura Video Platform]:\r\nYour website Contact Us URL [http:\/\/corp.kaltura.com\/company\/contact-us]:\r\nYour 'Contact us' phone number [+1 800 871 5224]:\r\n\r\n========================================================================================================================\r\nKaltura install answer file written to \/tmp\/kaltura_11_10_04_14.ans  -  Please save it!\r\nThis answers file can be used to silently-install re-install this machine or deploy other hosts in your cluster.\r\n========================================================================================================================\r\n\r\nConfiguration of 10.19.0 finished successfully!\r\n\r\nRunning FrontEnd config...\r\n\r\n\r\nbase-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:\r\n# rm \/opt\/kaltura\/app\/base-config.lock\r\n# \/opt\/kaltura\/bin\/kaltura-base-config.sh\r\n\r\n\r\nkaltura-front-10.19.0-1.noarch\r\nIt is recommended that you do work using HTTPs. Would you like to continue anyway?[N\/y]\r\nExiting.\r\n\r\n\r\n        Archving logs to \/opt\/kaltura\/log\/log_11_10_15_04_14.tar.gz...\r\n[\r\n<\/code><\/pre>\n<h2>\u8fdb\u884c\u6570\u636e\u5e93\u7684\u8bbe\u7f6e<\/h2>\n<p>\u56e0\u4e3a\u6211\u7684\u60c5\u51b5\u4e0b\uff0c\u6570\u636e\u5e93\u7684\u6839\u5bc6\u7801\u8bbe\u7f6e\u4e0d\u6b63\u786e\uff0c\u5bfc\u81f4\u5b89\u88c5\u5728\u4e2d\u9014\u505c\u6b62\u4e86\u3002\u6240\u4ee5\uff0c\u6211\u624b\u52a8\u8fdb\u884c\u4e86\u6570\u636e\u5e93\u5b89\u88c5\u3002<\/p>\n<p>\u30b9\u30af\u30ea\u30d7\u30c8\u5909\u66f4<br \/>\nshow tables\u3060\u3068\u6b62\u307e\u308b\u306e\u3067\u3068\u308a\u3042\u3048\u305ashow databases\u306b\u5909\u66f4\u3002(DB\u540d\u3092\u6307\u5b9a\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u306a\u306e\u304b\u306a\uff1f)<\/p>\n<pre class=\"post-pre\"><code>.\/kaltura-functions.rc\r\necho \"show databases;\" | mysql -h$SPHINX_SERVER -u$DB_USER -p$DB_PASSWD -P3306 \r\n<\/code><\/pre>\n<pre class=\"post-pre\"><code>cd \/opt\/kaltura\/bin\r\nsh kaltura-db-config.sh localhost root root 3306 upgrade\r\ncalling upgrade script instead.\r\nChecking MySQL version..\r\nVer 5.1.73 found compatible\r\n\r\nThe kaltura DB seems to already be installed.\r\n\r\nif you meant to perform an upgrade? run with:\r\n# kaltura-db-config.sh localhost root root 3306 upgrade\r\n\r\nOtherwise, do you wish to remove the existing DB [n\/Y]?\r\n\r\nY\r\nThis will drop the following DBs:\r\nkaltura kaltura_sphinx_log kalturadw kalturadw_ds kalturadw_bisources kalturalog\r\nand remove users:\r\nkaltura etl\r\non 127.0.0.1\r\nNOTE: this is not reversible.\r\nIt is recommended you also back up the current data using mysqldump before continuing.\r\nYou can use \/opt\/kaltura\/bin\/kaltura-export-db.sh to export the data.\r\n\r\nAre you absolutely certain you want this? [n\/Y]\r\n\r\nY\r\nroot DB passwd:\r\nRemoving kaltura\r\nRemoving kaltura_sphinx_log\r\nRemoving kalturadw\r\nRemoving kalturadw_ds\r\nRemoving kalturadw_bisources\r\nRemoving kalturalog\r\nkaltura\r\nCREATE DATABASE kaltura;\r\nkaltura_sphinx_log\r\nCREATE DATABASE kaltura_sphinx_log;\r\nkalturadw\r\nCREATE DATABASE kalturadw;\r\nkalturadw_ds\r\nCREATE DATABASE kalturadw_ds;\r\nkalturadw_bisources\r\nCREATE DATABASE kalturadw_bisources;\r\nkalturalog\r\nCREATE DATABASE kalturalog;\r\nChecking connectivity to needed daemons...\r\nsphinxxxx 127.0.0.1 http:\/\/192.168.3.3\r\nshow tables;\r\nmysql -h127.0.0.1 -ukaltura -pko00MuhHeYhD9RO -P3306\r\nConnectivity test passed:)\r\nCleaning cache..\r\nPopulating DB with data.. please wait..\r\nOutput for \/opt\/kaltura\/app\/deployment\/base\/scripts\/installPlugins.php being logged into \/opt\/kaltura\/log\/installPlugins.log\r\nOutput for \/opt\/kaltura\/app\/deployment\/base\/scripts\/insertDefaults.php being logged into \/opt\/kaltura\/log\/insertDefaults.log\r\nOutput for \/opt\/kaltura\/app\/deployment\/base\/scripts\/insertPermissions.php being logged into \/opt\/kaltura\/log\/insertPermissions.log\r\n\r\nOutput for \/opt\/kaltura\/app\/deployment\/base\/scripts\/insertContent.php being logged into \/opt\/kaltura\/log\/insertContent.log\r\n\r\n<\/code><\/pre>\n<h2>\u786e\u8ba4\u5b89\u88c5\u540e<\/h2>\n<pre class=\"post-pre\"><code>mysql&gt; show databases;\r\n+---------------------+\r\n| Database            |\r\n+---------------------+\r\n| information_schema  |\r\n| kaltura             |\r\n| kaltura_sphinx_log  |\r\n| kalturadw           |\r\n| kalturadw_bisources |\r\n| kalturadw_ds        |\r\n| kalturalog          |\r\n| mysql               |\r\n| test                |\r\n+---------------------+\r\n\r\n+-----------+---------+-------------------------------------------+\r\n| Host      | User    | Password                                  |\r\n+-----------+---------+-------------------------------------------+\r\n| localhost | kaltura | *21879B830757626983D467BC809D7D78971EB08B |\r\n| localhost | etl     | *21879B830757626983D467BC809D7D78971EB08B |\r\n+-----------+---------+-------------------------------------------+\r\n4 rows in set (0.00 sec)\r\n\r\n<\/code><\/pre>\n<h2>10. \u5c06Kaltura\u7684\u6f14\u793a\u5e94\u7528\u7a0b\u5e8fRed5\u5b89\u88c5\u8fdb\u53bb\u3002<\/h2>\n<pre class=\"post-pre\"><code>yum install kaltura-red5\r\n<\/code><\/pre>\n<p>\u70b9\u51fb\u3010\u5b89\u88c5\u5df2\u51c6\u5907\u597d\u7684\u5e94\u7528\u7a0b\u5e8f\u3011\u8fdb\u5165\u5e94\u7528\u7a0b\u5e8f\u5b89\u88c5\u9875\u9762\u3002<\/p>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d1ecf37434c4406c176a5\/29-0.png\" alt=\"\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8 2015-10-12 00.18.56.png\" \/><\/div>\n<p>\u7531\u65bc\u793a\u7bc4\u5df2\u5728\u4ee5\u4e0b\u76ee\u9304\u4e0b\u9032\u884c\u4e0b\u8f09\uff1a<br \/>\n\/usr\/lib\/red5\/webapps\/oflaDemo\/index.html<br \/>\n\u5c07\u4e3b\u6a5f\u540d\u5f9e\u3010\u672c\u6a5f\u3011\u66f4\u6539\u70ba\u3010192.168.3.3\u3011\u3002<\/p>\n<p>http:\/\/192.168.3.3:5080\/oflaDemo\/<br \/>\n\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u30c7\u30e2\u304c\u95b2\u89a7\u3067\u304d\u308b\u4e8b\u3092\u78ba\u8a8d<\/p>\n<p>\u6267\u884c\u914d\u7f6e<br \/>\n\/opt\/kaltura\/bin\/kaltura-red5-config.sh<\/p>\n<h2>11. \u91cd\u65b0\u542f\u52a8 Red5<\/h2>\n<p>cd \/usr\/lib\/red5\/<br \/>\nsh red5-shutdown.sh &amp;&amp; sh red5.sh&amp;<\/p>\n<p>\u89c2\u5bdfSpring\u542f\u52a8\u65f6\u7684\u65e5\u5fd7\uff0c\u53ef\u4ee5\u53d1\u73b0\u4e0b\u9762\u7684URL\uff0c\u4f46\u9664\u4e86oflaDemo\u548cchat\u4e4b\u5916\uff0c\u5176\u4ed6URL\u65e0\u6cd5\u8bbf\u95ee\u3002<\/p>\n<p>http:\/\/192.168.3.3:5080\/oflaDemo -&gt; OK<br \/>\nhttp:\/\/192.168.3.3:5080\/chat -&gt; OK<br \/>\nhttp:\/\/192.168.3.3:5080\/vod -&gt; OK<br \/>\nhttp:\/\/192.168.3.3:5080\/SOSample -&gt; NG<br \/>\nhttp:\/\/192.168.3.3:5080\/ -&gt; OK<br \/>\nhttp:\/\/192.168.3.3:5080\/installer -&gt; OK<br \/>\nhttp:\/\/192.168.3.3:5080\/SystemUtils -&gt; NG<br \/>\nhttp:\/\/192.168.3.3:5080\/admin -&gt; NG<\/p>\n<h2>12.\u7ba1\u7406\u753b\u9762\u8d77\u52d5<\/h2>\n<p>\u5230\u8fd9\u4e2a\u5730\u6b65\uff0c\u6162\u6162\u53d8\u5f97\u9ebb\u70e6\uff0c\u6240\u4ee5\u7ed3\u675f\u4e86\u3002<\/p>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d1ecf37434c4406c176a5\/39-0.png\" alt=\"3-1hl5eTmBYcM8JkJSu_WlDiv3jDTEGQC9oWSKCxCYI.png\" \/><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u5b9e\u9645\u4e0a\uff0cKaltura\u4e5f\u4ee5\u5f00\u6e90\u8f6f\u4ef6\u7684\u5f62\u5f0f\u63d0\u4f9b\u3002\u60a8\u53ef\u4ee5\u5728https:\/\/github.com\/kaltura\u627e\u5230 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-34662","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2 - Blog - Silicon Cloud<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.silicloud.com\/zh\/blog\/\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2\" \/>\n<meta property=\"og:description\" content=\"\u5b9e\u9645\u4e0a\uff0cKaltura\u4e5f\u4ee5\u5f00\u6e90\u8f6f\u4ef6\u7684\u5f62\u5f0f\u63d0\u4f9b\u3002\u60a8\u53ef\u4ee5\u5728https:\/\/github.com\/kaltura\u627e\u5230 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-29T17:30:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-04T09:22:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d1ecf37434c4406c176a5\/29-0.png\" \/>\n<meta name=\"author\" content=\"\u97f5, \u79d1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u97f5, \u79d1\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/\",\"name\":\"\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2022-12-29T17:30:22+00:00\",\"dateModified\":\"2024-05-04T09:22:11+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/6530331a63adef3b3443a1fab53a0e6e\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/6530331a63adef3b3443a1fab53a0e6e\",\"name\":\"\u97f5, \u79d1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/429ccb39b3fff5188bc17986222cfb0936cbadb8cc933cff04ab5ca01bd30a08?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/429ccb39b3fff5188bc17986222cfb0936cbadb8cc933cff04ab5ca01bd30a08?s=96&d=mm&r=g\",\"caption\":\"\u97f5, \u79d1\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/yunke\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2 - Blog - Silicon Cloud","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.silicloud.com\/zh\/blog\/\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2\/","og_locale":"zh_CN","og_type":"article","og_title":"\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2","og_description":"\u5b9e\u9645\u4e0a\uff0cKaltura\u4e5f\u4ee5\u5f00\u6e90\u8f6f\u4ef6\u7684\u5f62\u5f0f\u63d0\u4f9b\u3002\u60a8\u53ef\u4ee5\u5728https:\/\/github.com\/kaltura\u627e\u5230 [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2022-12-29T17:30:22+00:00","article_modified_time":"2024-05-04T09:22:11+00:00","og_image":[{"url":"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d1ecf37434c4406c176a5\/29-0.png"}],"author":"\u97f5, \u79d1","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u97f5, \u79d1","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"4 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/","name":"\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2022-12-29T17:30:22+00:00","dateModified":"2024-05-04T09:22:11+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/6530331a63adef3b3443a1fab53a0e6e"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"\u52d5\u753b\u914d\u4fe1\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0Kaltura\u3092\u4f7f\u3063\u3066\u307f\u308b2"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website","url":"https:\/\/www.silicloud.com\/zh\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/6530331a63adef3b3443a1fab53a0e6e","name":"\u97f5, \u79d1","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/429ccb39b3fff5188bc17986222cfb0936cbadb8cc933cff04ab5ca01bd30a08?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/429ccb39b3fff5188bc17986222cfb0936cbadb8cc933cff04ab5ca01bd30a08?s=96&d=mm&r=g","caption":"\u97f5, \u79d1"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/yunke\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%8b%95%e7%94%bb%e9%85%8d%e4%bf%a1%e3%83%97%e3%83%a9%e3%83%83%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0kaltura%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b2\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/34662","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=34662"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/34662\/revisions"}],"predecessor-version":[{"id":99662,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/34662\/revisions\/99662"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=34662"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=34662"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=34662"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}