YouTube: Difference between revisions
Update the page, fix spelling, add list of exposed apis |
|||
Line 26: | Line 26: | ||
* static.crs | * static.crs | ||
==Webkit== | ==Webkit== | ||
Looks like the YouTube application uses a newer version of Webkit than the Internet Browser applet. It has the ability to construct Blobs, of course the HTML5 video element, and possibly the Audio element (Visible, but untested). It also supports the localStorage API. Here a list of exposed apis http://pastie.org/private/cmtppzyqmopzi9umhg8za | Looks like the YouTube application uses a newer version of Webkit than the Internet Browser applet. It has the ability to construct Blobs, of course the HTML5 video element, and possibly the Audio element (Visible, but untested). It also supports the localStorage API. Here a list of exposed apis: [http://pastie.org/private/cmtppzyqmopzi9umhg8za]. | ||
===embedded.ctr=== | ===embedded.ctr=== | ||
Inside | Inside the YouTube app, there is a pseudo-webserver running that links to a structure inside ExeFS. This structure provides a list of urls under the domain "http://embeded.ctr/". |