{"id":637,"date":"2025-10-14T15:59:19","date_gmt":"2025-10-14T06:59:19","guid":{"rendered":"https:\/\/aquaguide.cdnetworks.com\/?page_id=637"},"modified":"2025-10-14T16:00:38","modified_gmt":"2025-10-14T07:00:38","slug":"playnplay-php-%ec%98%88%ec%8b%9c-%ec%bd%94%eb%93%9c","status":"publish","type":"page","link":"https:\/\/aquaguide.cdnetworks.com\/?page_id=637","title":{"rendered":"PlayNPlay PHP \uc608\uc2dc \ucf54\ub4dc"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"637\" class=\"elementor elementor-637\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec0415b e-flex e-con-boxed e-con e-parent\" data-id=\"ec0415b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38aff276 elementor-widget elementor-widget-text-editor\" data-id=\"38aff276\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\n<p>playnplay \uac1d\uccb4\ub97c \ud1b5\ud574 \uc601\uc0c1\uc744 \uc7ac\uc0dd or \ub2e4\uc6b4\ub85c\ub4dc\ud558\uae30 \uc704\ud574\uc11c \uc7ac\uc0dd url\uacfc \uc778\uc99d \uc815\ubcf4 \ub4f1 \ud544\uc694\ud55c \uac1d\uccb4\ub97c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. Streaming \ucc98\ub9ac \ubd80\ubd84<\/h2>\n\n\n\n<p>\uc544\ub798\ub294 \uc2a4\ud2b8\ub9ac\ubc0d \uc601\uc0c1\uc744 \uc7ac\uc0dd\ud558\uae30 \uc704\ud55c JSON \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\ub294 PHP \ucf54\ub4dc \uc608\uc2dc\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\uc774 \ucf54\ub4dc\ub294&nbsp;<strong>PHP 5.2 \uc774\uc0c1<\/strong>\uc5d0\uc11c \uc9c0\uc6d0\ud558\ub294 json_encode() \ud568\uc218\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\/\/ Streaming \ucc98\ub9ac \ubd80\ubd84\nfunction makeItem() { \n    return array(\n        'url' =&gt; 'http:\/\/example.com\/sample\/sample.mp4.drm',\n        'metadata' =&gt; array(\n            'title' =&gt; '\uc601\uc0c1\uc81c\ubaa9',\n        ),\n        'drm' =&gt; array(\n            'appId' =&gt; 'APP ID\ub97c \ub123\uc5b4\uc8fc\uc138\uc694',\n            'userId' =&gt; 'USER ID\ub97c \ub123\uc5b4\uc8fc\uc138\uc694',\n        ) \n    );\n}\n$mediaItem = makeItem();\n\n$jsonData = json_encode($mediaItem, JSON_UNESCAPED_SLASHES);\necho $jsonData;\n?&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">2. Download \ucc98\ub9ac \ubd80\ubd84<\/h2>\n\n\n\n<p>\uc544\ub798\ub294 \ub2e4\uc6b4\ub85c\ub4dc \uc601\uc0c1\uc744 \uc7ac\uc0dd\ud558\uae30 \uc704\ud55c JSON \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\ub294 PHP \ucf54\ub4dc \uc608\uc2dc\uc785\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\uc774 \ucf54\ub4dc\ub294&nbsp;<strong>PHP 5.2 \uc774\uc0c1<\/strong>\uc5d0\uc11c \uc9c0\uc6d0\ud558\ub294 json_encode() \ud568\uc218\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\/\/ Download \ucc98\ub9ac \ubd80\ubd84\nfunction makeItem() { \n    return array(\n        'url' =&gt; 'http:\/\/example.com\/sample\/sample.mp4.drm',\n        'metadata' =&gt; array(\n            'downloadPath' =&gt; '\/\ud0c0\uc774\ud2c0\/\uacbd\ub85c1\/\uacbd\ub85c2',\n        ),\n        'drm' =&gt; array(\n            'appId' =&gt; 'APP ID\ub97c \ub123\uc5b4\uc8fc\uc138\uc694',\n            'userId' =&gt; 'USER ID\ub97c \ub123\uc5b4\uc8fc\uc138\uc694',\n            'offlineAccessPeriod' =&gt; 86400  \/\/ Download\ud55c \ud30c\uc77c offline \uc7ac\uc0dd \ud5c8\uc6a9 \uae30\uac04(\ucd08), undefined: \uc81c\ud55c \uc5c6\uc74c, 0: offline \uc7ac\uc0dd \ubd88\uac00\n        ) \n    );\n}\n\n$mediaItem = makeItem();\n\n$jsonData = json_encode($mediaItem, JSON_UNESCAPED_SLASHES);\necho $jsonData;\n?&gt;<\/code><\/pre>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-daf3307 e-flex e-con-boxed e-con e-parent\" data-id=\"daf3307\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05169ac elementor-button-info elementor-widget elementor-widget-button\" data-id=\"05169ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/aquaguide.cdnetworks.com\/?page_id=536\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\ub4a4\ub85c \uac00\uae30<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>playnplay \uac1d\uccb4\ub97c \ud1b5\ud574 \uc601\uc0c1\uc744 \uc7ac\uc0dd or \ub2e4\uc6b4\ub85c\ub4dc\ud558\uae30 \uc704\ud574\uc11c \uc7ac\uc0dd url\uacfc \uc778\uc99d \uc815\ubcf4 \ub4f1 \ud544\uc694\ud55c \uac1d\uccb4\ub97c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. 1. Streaming \ucc98\ub9ac [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-637","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aquaguide.cdnetworks.com\/index.php?rest_route=\/wp\/v2\/pages\/637","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aquaguide.cdnetworks.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aquaguide.cdnetworks.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aquaguide.cdnetworks.com\/index.php?rest_route=\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/aquaguide.cdnetworks.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=637"}],"version-history":[{"count":4,"href":"https:\/\/aquaguide.cdnetworks.com\/index.php?rest_route=\/wp\/v2\/pages\/637\/revisions"}],"predecessor-version":[{"id":641,"href":"https:\/\/aquaguide.cdnetworks.com\/index.php?rest_route=\/wp\/v2\/pages\/637\/revisions\/641"}],"wp:attachment":[{"href":"https:\/\/aquaguide.cdnetworks.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}