Skip to content

Instantly share code, notes, and snippets.

@auroranockert
Created August 3, 2012 20:02
Show Gist options
  • Save auroranockert/3250996 to your computer and use it in GitHub Desktop.
Save auroranockert/3250996 to your computer and use it in GitHub Desktop.
Tested armv7 device: Onda Vi40 with stock 4.0.3, essentially AOSP. The processor is an Allwinner A10 (Cortex A8) at 1.0GHz
Tested mipsel device: Ainol Paladin with 4.0.3, essentially MIPS version of AOSP. Has a slightly post-4.0.3 browser due to some required patches for MIPS support. The processor is a JZ4770 (XBurst) at 1.0GHz. (Homebuilt ROM)
Chrome on armv7, doesn't run due to not being Whitelisted by Google.
Chrome on mipsel, doesn't run due to not being a supported architecture.
Firefox on armv7: See http://aventine.se/twitter/areweplaying-firefox-aurora-16.pdf
Firefox on mipsel, doesn't run since I am too lazy to build it myself, and Firefox on mipsel is seriously experimental.
Opera Mobile on armv7 (4.0.3): Crashes the browser
Opera Mobile (Next) on mipsel (4.0.3): Stalls on Event "Abort"
Seeking to unbuffered position with continuous playback after seeking - No
Multiple Audio objects playing at the same time - Yes
Hot swapping audio src - Yes
Supports WAV format - Yes
Supports Ogg format - Yes
Supports MP3 format - Yes
Supports AAC format - Yes
Follows 30x responses on src (cross domain ssl redirection) - Yes
Consistent time between play() and actual playback (< 20ms) - Yes
Property "volume" - Yes
Property "seeking" - No
Property "seekable" - No
Property "played" - No
Property "playbackRate" - Yes
Property "paused" - Yes
Property "muted" - Yes
Property "duration" - Yes
Property "defaultPlaybackRate" - Yes
Property "currentTime" - Yes
Property "buffered" - No
Event "volumechange" - Yes
Event "timeupdate" - Yes
Event "suspend" - No
Event "stalled" - No
Event "seeking" - No
Event "seeked" - Yes
Event "ratechange" - Yes
Event "progress" - No
Event "playing" - Yes
Event "play" - Yes
Event "pause" - Yes
Event "loadstart" - Yes
Event "loadedmetadata" - Yes
Event "loadeddata" - Yes
Event "error" - Yes
Event "ended" - Yes
Event "emptied" - Yes
Event "durationchange" - Yes
Event "canplaythrough" - Yes
Event "canplay" - Yes
Event "abort" - Stalls
Attribute "preload" with value "metadata" - Unknown
Attribute "loop" - Unknown
Attribute "autoplay" - Unknown
ICS Browser on armv7 (4.0.3): 15/44
Seeking to unbuffered position with continuous playback after seeking - No
Multiple Audio objects playing at the same time - No
Hot swapping audio src - No
Supports WAV format - No
Supports Ogg format - No
Supports MP3 format - Yes
Supports AAC format - Yes
Follows 30x responses on src (cross domain ssl redirection) - No
Consistent time between play() and actual playback (< 20ms) - No
Property "volume" - Yes
Property "seeking" - No
Property "seekable" - No
Property "played" - Yes
Property "playbackRate" - Yes
Property "paused" - Yes
Property "muted" - Yes
Property "duration" - Yes
Property "defaultPlaybackRate" - Yes
Property "currentTime" - No
Property "buffered" - No
Event "volumechange" - Yes
Event "timeupdate" - Yes
Event "suspend" - No
Event "stalled" - Yes
Event "seeking" - No
Event "seeked" - No
Event "ratechange" - Yes
Event "progress" - No
Event "playing" - No
Event "play" - No
Event "pause" - No
Event "loadstart" - Yes
Event "loadedmetadata" - No
Event "loadeddata" - No
Event "error" - No
Event "ended" - No
Event "emptied" - No
Event "durationchange" - No
Event "canplaythrough" - No
Event "canplay" - No
Event "abort" - Yes
Attribute "preload" with value "metadata" - No
Attribute "loop" - No
Attribute "autoplay" - No
ICS Browser on mipsel (4.0.3): 36/44
Seeking to unbuffered position with continuous playback after seeking - No
Multiple Audio objects playing at the same time - Yes
Hot swapping audio src - Yes
Supports WAV format - No
Supports Ogg format - No
Supports MP3 format - Yes
Supports AAC format - Yes
Follows 30x responses on src (cross domain ssl redirection) - Yes
Consistent time between play() and actual playback (< 20ms) - Yes
Property "volume" - Yes
Property "seeking" - Yes
Property "seekable" - Yes
Property "played" - Yes
Property "playbackRate" - Yes
Property "paused" - Yes
Property "muted" - Yes
Property "duration" - Yes
Property "defaultPlaybackRate" - Yes
Property "currentTime" - Yes
Property "buffered" - No
Event "volumechange" - Yes
Event "timeupdate" - Yes
Event "suspend" - No
Event "stalled" - Yes
Event "seeking" - No
Event "seeked" - Yes
Event "ratechange" - Yes
Event "progress" - No
Event "playing" - Yes
Event "play" - Yes
Event "pause" - Yes
Event "loadstart" - Yes
Event "loadedmetadata" - Yes
Event "loadeddata" - Yes
Event "error" - No
Event "ended" - Yes
Event "emptied" - Yes
Event "durationchange" - Yes
Event "canplaythrough" - Yes
Event "canplay" - Yes
Event "abort" - Yes
Attribute "preload" with value "metadata" - Yes
Attribute "loop" - Yes
Attribute "autoplay" - Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment