{"id":803,"date":"2021-04-05T18:19:49","date_gmt":"2021-04-05T17:19:49","guid":{"rendered":"https:\/\/www.kolkataonweb.com\/code-bank\/?p=803"},"modified":"2021-04-05T12:30:37","modified_gmt":"2021-04-05T11:30:37","slug":"media-streaming-mp4-file-streaming-with-apache2","status":"publish","type":"post","link":"https:\/\/www.kolkataonweb.com\/code-bank\/miscellaneous\/media-streaming-mp4-file-streaming-with-apache2\/","title":{"rendered":"Media Streaming (MP4 file streaming) with Apache2"},"content":{"rendered":"<pre class='wp-code-highlight prettyprint'>#wget <a href=\"http:\/\/h264.code-shop.com\/download\/apache_mod_h264_streaming-2.2.7.tar.gz\">http:\/\/h264.code-shop.com\/download\/apache_mod_h264_streaming-2.2.7.tar.gz<\/a>\r\n\r\n#tar -zxvf <a href=\"http:\/\/h264.code-shop.com\/download\/apache_mod_h264_streaming-2.2.7.tar.gz\">apache_mod_h264_streaming-2.2.7.tar.gz<\/a>\r\n\r\n#cd \/apache_mod_h264_streaming-2.2.7\r\n\r\n#.\/configure \u2013with-apxs=`which apxs2`\r\n\r\n#make\r\n\r\n#make install\r\n\r\n#LoadModule h264_streaming_module \/usr\/lib\/apache2\/modules\/mod_h264_streaming.so\r\n\r\n#AddHandler h264-streaming.extensions .mp4\r\n\r\n#service apache2 restart<\/pre>\n<p>The file is attached below in case the main link goes down. The link to the original download location :\u00a0 <a href=\"http:\/\/h264.code-shop.com\/download\/\">http:\/\/h264.code-shop.com\/download\/<\/a><\/p>\n<p>Working on <span style=\"color: #0000ff;\"> Apache\/2.4.41 (Ubuntu)<\/span> on day of writing.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/www.kolkataonweb.com\/code-bank\/wp-content\/uploads\/2021\/04\/apache_mod_h264_streaming-2.2.7.zip\">apache mod h264 streaming v2.2.7<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>#wget http:\/\/h264.code-shop.com\/download\/apache_mod_h264_streaming-2.2.7.tar.gz #tar -zxvf apache_mod_h264_streaming-2.2.7.tar.gz #cd \/apache_mod_h264_streaming-2.2.7 #.\/configure \u2013with-apxs=`which apxs2` #make #make install #LoadModule h264_streaming_module \/usr\/lib\/apache2\/modules\/mod_h264_streaming.so #AddHandler h264-streaming.extensions .mp4 #service apache2 restart The file is attached below in case the main link goes down. The link to the original download location :\u00a0 http:\/\/h264.code-shop.com\/download\/ Working on Apache\/2.4.41 (Ubuntu) on day of writing. &nbsp; apache mod h264&hellip; <a class=\"more-link\" href=\"https:\/\/www.kolkataonweb.com\/code-bank\/miscellaneous\/media-streaming-mp4-file-streaming-with-apache2\/\">Continue reading <span class=\"screen-reader-text\">Media Streaming (MP4 file streaming) with Apache2<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,3],"tags":[],"class_list":["post-803","post","type-post","status-publish","format-standard","hentry","category-miscellaneous","category-php","entry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/803","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/comments?post=803"}],"version-history":[{"count":5,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/803\/revisions"}],"predecessor-version":[{"id":809,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/803\/revisions\/809"}],"wp:attachment":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/media?parent=803"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/categories?post=803"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/tags?post=803"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}