• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

demo/H03-May-2022-375307

include/H26-Jul-2008-9,4416,363

m4/H26-Jul-2008-510428

misc/H03-May-2022-660520

src/H26-Jul-2008-3,5502,811

AUTHORSH A D30-Sep-2006336 98

COPYINGH A D23-Jan-200317.6 KiB341281

ChangeLogH A D26-Jul-200827.6 KiB1,120665

INSTALLH A D05-Feb-20038.1 KiB212159

Makefile.amH A D26-Jul-20081,023 4027

Makefile.inH A D26-Jul-200820.3 KiB677592

NEWSH A D22-Oct-20010

READMEH A D27-Apr-20081.7 KiB5138

TODOH A D22-Jan-200766 21

aclocal.m4H A D26-Jul-2008274.8 KiB7,8117,021

autogen.shH A D02-Apr-20087.3 KiB300217

config.guessH A D17-Feb-200843.8 KiB1,5271,315

config.h.inH A D26-Jul-20081.8 KiB7147

config.subH A D17-Feb-200832.6 KiB1,6591,514

configureH A D26-Jul-2008762.9 KiB24,40419,613

configure.acH A D27-Apr-20083.6 KiB160128

depcompH A D02-Apr-200817.4 KiB590375

install-shH A D02-Apr-200813.3 KiB520344

ltmain.shH A D29-Apr-2008195.3 KiB6,9655,506

missingH A D02-Apr-200810.9 KiB368275

README

1This is a very simple netscape/mozilla browser plugin using the xine
2engine to display multimedia streams.
3
4Features:
5
6- embedded display on browser window
7- streaming playback directly from xine engine
8- playback control using keyboard
9- relative paths supported
10- on screen display of buffering and stream information
11- playlists and references support
12- loop and repeat mode
13- multiple instances within the same page
14- javascript support
15
16Requirements:
17
18- xine-lib version 1.0 or newer
19
20Key Bindings:
21
22- Enter to toggle playback
23- Pause,Space to toggle pause mode
24- ArrowLeft/ArrowRight to seek relative (30 seconds)
25- F[1-9] to seek to percentage position
26- ArrowUp/ArrowDown to adjust volume level
27- Tab to show current playback time
28- I to show stream information
29- Esc to quit playback
30- L to launch the linked URL, if there is one, replacing the content
31- Ctrl+L to launch the linked URL, if there is one, in another window/tab
32
33Mouse Bindings:
34
35- Button 1 to activate embedded buttons (e.g. DVD menus)
36- Button 2 to launch the linked URL, if there is one, in another window/tab
37- Button 3 to launch the linked URL, if there is one, replacing the content
38
39Known Issues:
40
41- Mozilla do caching of plugin information in order to speed the program
42  loading. however xine-plugin capabilities (mime types) may change every
43  time xine-lib is updated. in order to make sure that mozilla cache
44  is up-to-date just erase the file ~/.mozilla/pluginreg.dat
45
46- This software is still under development. If any crash/freeze problem is
47  experienced please try to load the URL manually on xine-ui to check if
48  it is a specific xine-plugin bug or on xine engine itself. bug reports
49  should be sent to xine developer's mailing list.
50
51