Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
70 captures
18 Jan 2017 - 17 Feb 2025
DecJANFeb
Previous capture18Next capture
201620172018
success
fail
COLLECTED BY
Organization:Internet Archive
These crawls are part of an effort to archive pages as they are created and archive the pages that they refer to. That way, as the pages that are referenced are changed or taken from the web, a link to the version that was live when the page was written will be preserved.

Then the Internet Archive hopes that references to these archived pages will be put in place of a link that would be otherwise be broken, or a companion link to allow people to see what was originally intended by a page's authors.

The goal is tofix all broken links on the web. Crawls of supported "No More 404" sites.
This is a collection of web page captures from links added to, or changed on, Wikipedia pages. The idea is to bring a reliability to Wikipedia outlinks so that if the pages referenced by Wikipedia articles are changed, or go away, a reader can permanently find what was originally referred to.

This is part of the Internet Archive's attempt torid the web of broken links.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20170118224209/http://mediagoom.com/

Media Goom. Essential Free Web Streaming.

Use MPEG-DASH and HLS to effectively serve your video.

 

 download

 GitHub

Encode

Encode your files to several bitrates for Adaptive Streaming.

Package

Package your media file for use in used in any web server using mg tool.

Play

Publish your content to any Web Server and Let Play!

 

Why MediaGoom

Add or improve your video communication. MediaGoom let you use video on the web effectively since using adaptive streaming let you:
  • improve media startup time
  • use your bandwidth evenly
  • give each user the best possible experience based on their bandwidth
Essential since does not require any infrastructure in your site in order to achieve this. It just uses plain files.

How It Works

Encode

First of all, you need a media file you want to stream on the web.

In order to stream the file you need to encode the file to several mp4 files with different bitrates and with key frames aligned.

If you do not know how to do it the simplest way is to useffmpeg.

For each bitrate you want ran the following command:

fmpeg -i"[your file path]" -vf "scale=w=1280:h=720" \-codec:v libx264 -profile:v high -level 31 -b:v750 \-r 25 -g 50 -sc_threshold 0 -x264opts ratetol=0.1 \-minrate750 -maxrate750 -bufsize750 \-b:a 96k -codec:a aac -profile:a aac_low -ar 44100 -ac 2 mg_750.mp4

In the above command line make sure you replace [your file path] with the path of the file with the content you want to stream.

The above example produces a 750kb file. You can repeat the process with each bitrate you think is appropriate.

You should modify any bold parameter with the most appropriate for you.

More Encoding Information ->

Package

Package allows to repackage statically your MP4 files in orderto be used effectively streamed on the Internet.Packaging features:

The mg tool allows to statically package a set of mp4 files. Mp4 files should have the key frames aligned.

Once you haveobtained mg you can run it using this parameters:

./mg -k:adaptive\     -o:[output directory]\     -i:[first input file] -s:0 -e:0 -b:750\     -j:[second input file] -b:350\     -j:[third input file] -b:120\     -j:[nth input file] -b:[nth bitrate]

More MPEG-DASH and HLS packaging Information.->

Play

Deploy your content to any web server and then you can play it.

Test your content using

http://cdn.rawgit.com/mediagoom/Play/v0.0.3/index.html?src=<the url of the folder where the mg output is>

Test the Media Goom Sample Player ».

More Information on publishing your video ->

Community:

 Twitter

 Facebook

About Us:

 Contact

Resources:

 Wiki

 blog

Media Goom  - 2017


[8]ページ先頭

©2009-2025 Movatter.jp