CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 01:50:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100829165802
location: https://web.archive.org/web/20100829165802/https://github.com/doublec/webm-player
server-timing: captures_list;dur=0.845987, exclusion.robots;dur=0.035692, exclusion.robots.policy;dur=0.020655, esindex;dur=0.012796, cdx.remote;dur=15.560906, LoadShardBlock;dur=584.339958, PetaboxLoader3.resolve;dur=340.397486, PetaboxLoader3.datanode;dur=162.061611
x-app-server: wwwb-app28
x-ts: 302
x-tr: 870
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app28; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 25 Aug 2025 01:50:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Sun, 29 Aug 2010 16:58:01 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "1a4fb34895b876fad1755c8c3716313d"
x-archive-orig-x-runtime: 60ms
x-archive-orig-content-length: 27370
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 29 Aug 2010 16:58:02 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 29 Aug 2010 16:58:02 GMT", ; rel="memento"; datetime="Sun, 29 Aug 2010 16:58:02 GMT", ; rel="next memento"; datetime="Tue, 31 Aug 2010 04:32:26 GMT", ; rel="last memento"; datetime="Wed, 12 Mar 2025 23:36:24 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_17_20100829082257_crawl101-c/51_17_20100829165455_crawl101.arc.gz
server-timing: captures_list;dur=0.974800, exclusion.robots;dur=0.039803, exclusion.robots.policy;dur=0.024412, esindex;dur=0.018708, cdx.remote;dur=297.802508, LoadShardBlock;dur=177.004363, PetaboxLoader3.datanode;dur=176.647119, PetaboxLoader3.resolve;dur=232.966524, load_resource;dur=328.874234
x-app-server: wwwb-app28
x-ts: 200
x-tr: 971
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
doublec's webm-player at master - GitHub
doublec / webm-player
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed May 19 20:51:50 -0700 2010 | Add .gitignore [doublec] |
![]() |
.gitmodules | Wed May 19 20:06:27 -0700 2010 | Initial commit [doublec] |
![]() |
LICENSE | Wed May 19 20:49:39 -0700 2010 | Add LICENSE/README [doublec] |
![]() |
Makefile | Wed May 19 20:49:39 -0700 2010 | Add LICENSE/README [doublec] |
![]() |
README | Wed May 19 20:49:39 -0700 2010 | Add LICENSE/README [doublec] |
![]() |
libvpx - 0fc9abf | Wed May 19 20:06:27 -0700 2010 | Initial commit [doublec] |
![]() |
nestegg - 9acb538 | Wed May 19 20:45:16 -0700 2010 | Fix bitrot [doublec] |
![]() |
webm.cpp | Wed May 19 21:12:54 -0700 2010 | Aspect ratio support from Matthew Gregan [doublec] |
README
webm-player =========== This is a simple player for webm video files. Currently it plays the video only (no audio). I used it for testing the initial Firefox webm decoder/player. It is hosted on github at: https://github.com/doublec/webm-player You will need the following third party libraries to build: - nestegg - libvpx - libogg - libvorbis To build: $ git clone git://github.com/doublec/webm-player.git $ cd webm-player $ git submodule init $ git submodule update $ make Note the need to pull some submodules. This retrieves the following: nestegg - https://github.com/kinetiknz/nestegg libvpx - https://www.webmproject.org/code/
- © 2010 GitHub Inc. All rights reserved.
- Terms of Service
- Privacy
- Security