{"id":669,"date":"2010-11-30T06:23:54","date_gmt":"2010-11-30T11:23:54","guid":{"rendered":"http:\/\/www.migrate2cloud.com\/blog\/?p=669"},"modified":"2016-03-21T02:51:10","modified_gmt":"2016-03-21T07:51:10","slug":"simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza","status":"publish","type":"post","link":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/","title":{"rendered":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza"},"content":{"rendered":"<p>When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams. But, when you have only one camera for testing purposes, you cannot overload the camera by taking a thousand streams from it to test the application. And if the camera gives an MPEG-4 stream, Wowza is not going to play since H.264 is the only supported format by it. We did a workaround to overcome this situation in Amazon EC2. We launched a large wowza instance from paid AMI and installed VLC in it. Using VLC we transcoded the MPEG-4 video stream to H.264. Illustration given below<br \/>\n<img decoding=\"async\" src=\"http:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2010\/11\/mpeg4-to-h.264-conversion-for-wowza-using-vlc.jpg\" alt=\"Simulating multiple=\" \/><br \/>\n<strong><em><code> vlc -vvv rtsp:\/\/camera.hostname:port\/stream-name --sout \"#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac, qpmax=36,qpmin=10,me=hex,<\/code><code>merange=24,subme=9,qcomp=0.6}<\/code><code>,vcodec=x264,vb=128,<\/code><code>scale=1,<\/code> <code>width=640,height=480,acodec=mp4a,channels=1,fps=15,samplerate=4750}<\/code><\/em><\/strong> <strong><em><code>:rtp{dst=local.amazon.ip.ofwowzainstance,port-video=10000,port-audio=10002<\/code><\/em><\/strong> <strong><em><code>,sdp=file:\/\/\/wowza-installation-dir\/content\/vlc.sdp}\" -R -d<\/code><br \/>\n<\/em><\/strong><br \/>\nNext we added a username and password to file <em><strong>\/usr\/local\/WowzaMediaServer\/conf\/admin.password<\/strong><\/em> so that we can access the stream manager. Then we had to start wowza server, access the stream manager using the url <em><strong>http:\/\/public-dns-name-of.instance:8086\/streammanager\/<\/strong><\/em><\/p>\n<p>After Login using the username and password mentioned in \/usr\/local\/WowzaMediaServer\/conf\/admin.password. Click on <strong>&#8220;start receiving stream&#8221;<\/strong> under rtplive.<\/p>\n<p>In the configuration window mentioned Application as <em>rtplive\/_definst_<\/em> , MediaCaster Type as <em>rtp<\/em>, and Stream Name as <code>vlc.sdp<\/code> and clicked &#8220;<code>OK<\/code>&#8221; to submit and stream to start. The RSTP url to access the stream was be <em><strong>rtsp:\/\/public-dns-name-of.instance:8086\/rtplive\/vlc.sdp<\/strong><\/em> and this give an H.264 stream which is equivalent to a stream from an H.264\u00a0camera. The advantage of this setup is you need not overload a single IP camera by taking 1000 streams as this single rtsp output can be used multiple times to simulate a multiple IP-Camera system and feed it as input to the wowza streaming infrastructure we are developing in Amazon EC2.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams. But, when you have only one camera for testing purposes, you cannot overload the camera [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[34,51,3],"tags":[57,219,144,137,514,238,521,515,516,519,513,56,517,524,518,136,523,55,520,522],"class_list":["post-669","post","type-post","status-publish","format-standard","hentry","category-amazon-ec2","category-amazon-web-services","category-cloud-computing","tag-aws-vlc-streaming","tag-cloud-storage","tag-company-amazon-com","tag-department-stores-nec","tag-digital-television","tag-dns","tag-http-live-streaming","tag-internet-broadcasting","tag-internet-television","tag-mpeg-4","tag-multimedia","tag-multiple-ip-camera-streaming","tag-real-time-streaming-protocol","tag-stream-manager","tag-streaming-media","tag-technologyinternet","tag-wowza-server","tag-wowza-streaming","tag-wowza-streaming-engine","tag-wowza-streaming-infrastructure"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"admin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Migrate to Cloud - we make the clouds rain\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud\" \/>\n\t\t<meta property=\"og:description\" content=\"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-11-30T11:23:54+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-21T07:51:10+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud\" \/>\n\t\t<meta name=\"twitter:description\" content=\"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#blogposting\",\"name\":\"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud\",\"headline\":\"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza\",\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/wp-content\\\/uploads\\\/2010\\\/11\\\/mpeg4-to-h.264-conversion-for-wowza-using-vlc.jpg\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#articleImage\",\"width\":660,\"height\":268},\"datePublished\":\"2010-11-30T06:23:54-05:00\",\"dateModified\":\"2016-03-21T02:51:10-05:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#webpage\"},\"articleSection\":\"Amazon EC2, Amazon Web Services, Cloud computing, aws VLC streaming, Cloud storage, Company: Amazon.com, Department Stores - NEC, Digital television, DNS, HTTP Live Streaming, Internet broadcasting, Internet television, MPEG-4, Multimedia, multiple IP-Camera streaming, Real Time Streaming Protocol, stream manager, Streaming media, Technology\\\/Internet, wowza server, wowza streaming, Wowza Streaming Engine, wowza streaming infrastructure\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"position\":2,\"name\":\"Cloud computing\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#listItem\",\"name\":\"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#listItem\",\"position\":3,\"name\":\"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin-2\\\/#author\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin-2\\\/\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d370c5f82d8ed54ea2a14d7d135705e3add3103f5fa9b7670bd9dc6335a92e9e?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#webpage\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/\",\"name\":\"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud\",\"description\":\"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin-2\\\/#author\"},\"datePublished\":\"2010-11-30T06:23:54-05:00\",\"dateModified\":\"2016-03-21T02:51:10-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud","description":"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams.","canonical_url":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#blogposting","name":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud","headline":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza","author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin-2\/#author"},"publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2010\/11\/mpeg4-to-h.264-conversion-for-wowza-using-vlc.jpg","@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#articleImage","width":660,"height":268},"datePublished":"2010-11-30T06:23:54-05:00","dateModified":"2016-03-21T02:51:10-05:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#webpage"},"isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#webpage"},"articleSection":"Amazon EC2, Amazon Web Services, Cloud computing, aws VLC streaming, Cloud storage, Company: Amazon.com, Department Stores - NEC, Digital television, DNS, HTTP Live Streaming, Internet broadcasting, Internet television, MPEG-4, Multimedia, multiple IP-Camera streaming, Real Time Streaming Protocol, stream manager, Streaming media, Technology\/Internet, wowza server, wowza streaming, Wowza Streaming Engine, wowza streaming infrastructure"},{"@type":"BreadcrumbList","@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.migrate2cloud.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","position":2,"name":"Cloud computing","item":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#listItem","name":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#listItem","position":3,"name":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza","previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}}]},{"@type":"Organization","@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization","name":"Migrate to Cloud","description":"we make the clouds rain","url":"https:\/\/www.migrate2cloud.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin-2\/#author","url":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin-2\/","name":"admin","image":{"@type":"ImageObject","@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d370c5f82d8ed54ea2a14d7d135705e3add3103f5fa9b7670bd9dc6335a92e9e?s=96&d=mm&r=g","width":96,"height":96,"caption":"admin"}},{"@type":"WebPage","@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#webpage","url":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/","name":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud","description":"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/#breadcrumblist"},"author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin-2\/#author"},"creator":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin-2\/#author"},"datePublished":"2010-11-30T06:23:54-05:00","dateModified":"2016-03-21T02:51:10-05:00"},{"@type":"WebSite","@id":"https:\/\/www.migrate2cloud.com\/blog\/#website","url":"https:\/\/www.migrate2cloud.com\/blog\/","name":"Migrate to Cloud","description":"we make the clouds rain","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Migrate to Cloud - we make the clouds rain","og:type":"article","og:title":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud","og:description":"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams.","og:url":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/","article:published_time":"2010-11-30T11:23:54+00:00","article:modified_time":"2016-03-21T07:51:10+00:00","twitter:card":"summary_large_image","twitter:title":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza - Migrate to Cloud","twitter:description":"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams."},"aioseo_meta_data":{"post_id":"669","title":null,"description":"When you are setting up a Wowza based streaming application which need to stream and record more than a thousand cameras, and in the testing stage you need to see how the system works by providing multiple H.264 camera streams.","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":"default","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,"limit_modified_date":false,"created":"2022-12-27 09:16:42","updated":"2026-07-21 15:28:32","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/\" title=\"Cloud computing\">Cloud computing<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tSimulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.migrate2cloud.com\/blog"},{"label":"Cloud computing","link":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/"},{"label":"Simulating multiple IP-Camera with h.264 stream in Amazon EC2 using Wowza","link":"https:\/\/www.migrate2cloud.com\/blog\/simulating-multiple-ip-camera-with-h-264-stream-in-amazon-ec2-using-wowza\/"}],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/comments?post=669"}],"version-history":[{"count":39,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/669\/revisions"}],"predecessor-version":[{"id":2159,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/669\/revisions\/2159"}],"wp:attachment":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/media?parent=669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/categories?post=669"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/tags?post=669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}