{"id":604,"date":"2016-06-20T13:51:14","date_gmt":"2016-06-20T08:21:14","guid":{"rendered":"https:\/\/blog.pheonixsolutions.com\/?p=604"},"modified":"2016-06-20T13:51:14","modified_gmt":"2016-06-20T08:21:14","slug":"red5-installation-on-centos","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/","title":{"rendered":"Red5 Installation on Centos"},"content":{"rendered":"<p>The following step by step guideline helps to install red5 on Centos Server.<\/p>\n<p>&nbsp;<\/p>\n<p>1. Install Java.<\/p>\n<p>========<br \/>\nyum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel<br \/>\n========<\/p>\n<p>2. Install ant.<\/p>\n<p>========<br \/>\nyum list | grep ant\u00a0 \/\/ check whether ant is available in yum<br \/>\nyum install ant<br \/>\n&#8212;-<br \/>\nOtherwise<br \/>\ncd \/root\/tmp<br \/>\nwget http:\/\/apache.mirrors.pair.com\/ant\/binaries\/apache-ant-1.8.2-bin.tar.gz<br \/>\ntar jxvf apache-ant-1.8.2-bin.tar.bz2<br \/>\nmv apache-ant-1.8.2 \/usr\/local\/ant<br \/>\n========<\/p>\n<p>3. Export variables for ant and Java using by executing the following commands in command line.<\/p>\n<p>========<br \/>\nexport ANT_HOME=\/usr\/local\/ant<br \/>\nexport JAVA_HOME=\/usr\/lib\/jvm\/java<br \/>\nexport PATH=$PATH:\/usr\/local\/ant\/bin<br \/>\nexport CLASSPATH=.:$JAVA_HOME\/lib\/classes.zip<\/p>\n<p>echo &#8216;export ANT_HOME=\/usr\/local\/ant&#8217; &gt;&gt; \/etc\/bashrc<br \/>\necho &#8216;export JAVA_HOME=\/usr\/lib\/jvm\/java&#8217; &gt;&gt; \/etc\/bashrc<br \/>\necho &#8216;export PATH=$PATH:\/usr\/local\/ant\/bin&#8217; &gt;&gt; \/etc\/bashrc<br \/>\necho &#8216;export CLASSPATH=.:$JAVA_HOME\/lib\/classes.zip&#8217; &gt;&gt; \/etc\/bashrc<br \/>\n========<\/p>\n<p>4. Install subversion and perl.<\/p>\n<p>========<br \/>\nyum install perl-URI<br \/>\nyum install subversion<br \/>\n========<\/p>\n<p>Note : If you face difficulty in installing subversion, then you can temporarily remove perl from the \/etc\/yum.conf exclude line, install subversion, then add perl back to the \/etc\/yum.conf exclude line after you&#8217;ve gotten subversion installed.<\/p>\n<p>5. Install Red5<\/p>\n<p>========<br \/>\nsvn checkout http:\/\/red5.googlecode.com\/svn\/java\/server\/trunk\/ red5<br \/>\nmv red5 \/usr\/local\/<br \/>\ncd \/usr\/local\/red5<\/p>\n<p>ant prepare<br \/>\nant dist<br \/>\ncp -r dist\/conf .<br \/>\n========<\/p>\n<p>6. Start Red5<\/p>\n<p>========<br \/>\n.\/red5.sh &amp;<br \/>\n========<\/p>\n<p>Important : Red5 stops connecting when the script is terminated. Inform the client about the bug in red5. Also, it can be executed in screen or make the script to be started in init level. This is very important.<\/p>\n<p>7. Add init file to start the service red5.<\/p>\n<p>=======<br \/>\ncd \/etc\/init.d\/<br \/>\nwget http:\/\/www.sohailriaz.com\/downloads\/red5.txt<br \/>\nmv red5.txt red5<br \/>\nchmod +x red5<br \/>\nservice red5 start<br \/>\n=======<\/p>\n<p>8. Install red5 &#8220;admin page&#8221; and &#8220;add user page&#8221; by installing the following plugins.<\/p>\n<p>=======<br \/>\nGet the plugins:<\/p>\n<p>cd \/root\/tmp<br \/>\nmkdir \/usr\/local\/red5\/plugins<br \/>\nwget http:\/\/red5.googlecode.com\/files\/AdminPlugin-1.0.zip<br \/>\nunzip -d \/usr\/local\/red5\/plugins AdminPlugin-1.0.zip<\/p>\n<p>Code:<\/p>\n<p>Get the Red5 admin register page:<\/p>\n<p>mkdir \/usr\/local\/red5\/webapps\/admin<br \/>\nwget http:\/\/red5.googlecode.com\/files\/admin.jsp<br \/>\nmv admin.jsp \/usr\/local\/red5\/webapps\/admin<br \/>\n=======<\/p>\n<p>Note :<\/p>\n<p>The user add panel can be accessed using &#8220;http:\/\/Ip address of the server:5080\/admin\/admin.jsp&#8221;.<br \/>\nThe admin panel can be accessed using &#8220;http:\/\/Ip address of the server:5080\/demos\/adminPanel.html&#8221;. Since the installation of admin page is in demos it is demo. You can try copying\/moving the admin page as per your convenience.<\/p>\n<p>Check the working of Red5 using &#8220;http:\/\/Ip address of the server:5080\/demos\/publisher.html&#8221;. Play the sample video in webapps.<\/p>\n<p>Note : Replace the localhost with the ip address. And then click connect. Give the sample video file to be played and click enter. The player should play the video.<\/p>\n<p>**********************************<br \/>\nIntegrating a domain with Live Streaming.<br \/>\n**********************************<\/p>\n<p>Please follow the steps below to live stream your videos once you confirm that installation is complete and you should view the sample video.<\/p>\n<p>===================<\/p>\n<p>1. Login to the following URL.<\/p>\n<p>++++<br \/>\nhttp:\/\/IP:5080\/demos\/publisher.html<br \/>\n++++<\/p>\n<p>2. Select &#8220;Server&#8221;.<\/p>\n<p>3. Replace the location as &#8220;rtmp:\/\/IP\/oflaDemo&#8221;.<\/p>\n<p>4. Click &#8220;connect&#8221;.<\/p>\n<p>5. Select &#8220;video&#8221;.<\/p>\n<p>6. Select your local camera in &#8220;Device&#8221;.<\/p>\n<p>7. Click &#8220;Apply&#8221;.<\/p>\n<p>8. Select the type as &#8220;Live&#8221;.<\/p>\n<p>9. Give a name to the video. Example : sample<\/p>\n<p>10. Click &#8220;publish&#8221;.<\/p>\n<p>11. Again click &#8220;server&#8221;.<\/p>\n<p>12. Give the name as the created video name i.e sample.<\/p>\n<p>13. Go to the following URL in the browser.<\/p>\n<p>++++++<\/p>\n<p>14. Click &#8220;Externel Communications&#8221;.<\/p>\n<p>15. Replace streamer as &#8220;rtmp:\/\/IP\/oflaDemo&#8221;.<\/p>\n<p>16. Click &#8220;File properties&#8221; and give file name as the created file name i.e sample.<\/p>\n<p>17. Then click &#8220;update preview &amp; code&#8221;.<\/p>\n<p>18. If you preview your player given in the link, you can see the live video.<\/p>\n<p>19. There is a point called &#8220;Copy your code&#8221;. Copy your code.<\/p>\n<p>20. Create a html file in the document root of the domain with the copied contents. Example : test.html<\/p>\n<p>21. Then download necessary dependency files in the document root where the video file is kept from the following URL. Please extract the files.<\/p>\n<p>+++++<br \/>\nhttp:\/\/www.longtailvideo.com\/jw\/upload\/mediaplayer-viral.zip<br \/>\n+++++<\/p>\n<p>21. Then load that appropriate URL in the browser and click play. Now, you can view the live video.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The following step by step guideline helps to install red5 on Centos Server. &nbsp; 1. Install Java. ======== yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel ======== 2. Install ant. ======== yum list | grep ant\u00a0 \/\/ check whether ant is available in yum yum install ant &#8212;- Otherwise cd \/root\/tmp wget http:\/\/apache.mirrors.pair.com\/ant\/binaries\/apache-ant-1.8.2-bin.tar.gz&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Red5 Installation on Centos<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-604","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/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:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"The following step by step guideline helps to install red5 on Centos Server. &nbsp; 1. Install Java. ======== yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel ======== 2. Install ant. ======== yum list | grep ant\u00a0 \/\/ check whether ant is available in yum yum install ant &#8212;- Otherwise cd \/root\/tmp wget http:\/\/apache.mirrors.pair.com\/ant\/binaries\/apache-ant-1.8.2-bin.tar.gz&hellip; Continue Reading Red5 Installation on Centos\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-06-20T08:21:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3837\" \/>\n\t<meta property=\"og:image:height\" content=\"2540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\"},\"headline\":\"Red5 Installation on Centos\",\"datePublished\":\"2016-06-20T08:21:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/\"},\"wordCount\":711,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"datePublished\":\"2016-06-20T08:21:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/red5-installation-on-centos\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Red5 Installation on Centos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/blog.pheonixsolutions.com\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","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:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"The following step by step guideline helps to install red5 on Centos Server. &nbsp; 1. Install Java. ======== yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel ======== 2. Install ant. ======== yum list | grep ant\u00a0 \/\/ check whether ant is available in yum yum install ant &#8212;- Otherwise cd \/root\/tmp wget http:\/\/apache.mirrors.pair.com\/ant\/binaries\/apache-ant-1.8.2-bin.tar.gz&hellip; Continue Reading Red5 Installation on Centos","og_url":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2016-06-20T08:21:14+00:00","og_image":[{"width":3837,"height":2540,"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/"},"author":{"name":"admin","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503"},"headline":"Red5 Installation on Centos","datePublished":"2016-06-20T08:21:14+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/"},"wordCount":711,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/","url":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"datePublished":"2016-06-20T08:21:14+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/red5-installation-on-centos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Red5 Installation on Centos"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","caption":"admin"},"sameAs":["http:\/\/blog.pheonixsolutions.com"],"url":"https:\/\/pheonixsolutions.com\/blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-9K","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=604"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/604\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=604"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=604"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}