README - Movieplayer for dbox II(Deutsch, extern, evtl. nicht tagesaktuell)

(C) 2003, 2004 by gagga (gagga at berlios dot de)
May 15, 2004

The Movieplayer and this document are currently NOT in a state to be used by endusers! Therefore this document is targetted to developers.
Der Movieplayer und dieses Dokument sind zur Zeit noch NICHT endbenutzertauglich! Daher ist dieses Dokument ausschließlich an Entwickler gerichtet.

To understand what you can't expect from the current Movieplayer implementation see the Known Bugs and ToDo section of this document.


Content:


History:

May 15, 2004, 01:29

NEW:

May 10, 2004

NEW:

Feb 10, 2004, 16:59

FIXED:

Feb 09, 2004

NEW:

Feb 07, 2004, 22:50

NEW:

Feb 07, 2004, 02:45 (zwen)

NEW:

Feb 05, 2004, 02:15

NEW:

Jan 22, 2004, 23:00

NEW:

Dec 21, 2003, 17:57

NEW:
FIXED:

Nov 04, 2003, 12:22

NEW:

Oct 12, 2003

NEW:

Sep 23, 2003

FIXED:

Sep 08, 2003, 23:45:

NEW:
FIXED:

Sep 05, 2003, 10:00:

FIXED:

Sep 03, 2003, 24:00:

FIXED:
NEW:

Sep 02, 2003, 11:30:

NEW:

Sep 01, 2003, 22:10:

FIXED:

Sep 01, 2003:

FIXED:

Sep 01, 2003:

NEW:
FIXED:

Aug 14, 2003:

The Movieplayer is ONLY part of alexw HEAD snapshot images! This might change though.

Aug 12, 2003:

The Neutrino Movieplayer application in the CVS (HEAD branch) of www.tuxbox.org supports playback of DVDs, VCDs and SVCDs via a server (in addition to the established playback of TS files which are mounted via NFS).

Prerequisites:

To use this feature you need a Windows or Linux PC running VLC (www.videolan.org). Other operating systems which are supported by VLC should work as well, obi ;). This PC needs to be networked to your dbox.  Please be aware that you need version 0.6.2 or above! Smaller versions will NOT work as only 0.6.2 incorporates special additions which have been developed for Movieplayer.

You can get VLC 0.6.2 here: http://www.videolan.org/vlc/
VLC 0.7.0 does not seem to work reliably and thus is not supported.
For the bookmark and progress info features you need at least VLC 0.7.1-test1 which you can get here:: ftp://ftp.videolan.org/pub/videolan/testing/vlc-0.7.1-test1/
You also have to copy my updated dboxfiles.html file.
(see "How to Use" section of this document).

How to use:

  1. Install vlc 0.6.2 (or above) from http://www.videolan.org on your Linux or Windows box.
  2. Configure your CD or DVD drive and play back any VCD, SVCD or DVD locally. Only if this works continue with the next step. If not get support at http://www.videolan.org/support/ until this works! (Please don't flood the dbox forum with questions how to run the basic VLC)
  3. Start "vlc --extraintf=http" from the command line. This will allow VLC to be controlled via a HTTP interface listening on port 8080 by default.
  4. Test this by pointing your browser to "http://127.0.0.1:8080". You should see a HTML user interface of VLC.
  5. Configure Neutrino Movieplayer by going to "dbox - Settings - Movieplayer"
  6. Configure the port to the port VLC is listening on. Default is 8080
  7. Configure the IP address to be the IP address of the PC where VLC is running on.
  8. Configure the DVD Drive (CD Drive) of the PC. Often this is "D:" on Windows and "/dev/cdrom" on Linux
  9. Leave "1000" for the video rate and "192" for the audio rate. You can increase this later if you can succesfully stream DVDs or (S)VCDs. The acceptable values here are mostly dependent on the quality of your network (see "Known Bugs")
  10. Save the settings
  11. Start the Movieplayer from the "dbox" menu
  12. Insert a DVD (or SVCD) into the drive of the PC
  13. Press the yellow button to start the playback of the DVD (blue for SVCD)
  14. After a while the DVD playback will start (if not you will see appropriate error dialogs)
  15. You can pause/resume playback using the yellow button (see "Known Bugs")
  16. You can stop the playback using the red button
  17. Copy the file dboxfile.html to the http/admin directory of VLC. You can get it here
  18. VLC needs to be restarted after copying the file!
  19. Point your browser to "http://127.0.0.1:8080/admin/dboxfiles.html?dir=C:" (...dir=/ with Linux). Default username is "admin". Password is "admin". You should see a list of directories and files. If this works continue with the next step.
  20. Point your browser to "http://127.0.0.1:8080/admin/dboxfiles.html?stream_time=true" Default username is "admin". Password is "admin". You should see "0". If this does not work you will have no bookmark support and no progress indicator ("?" button).
  21. Go to the Movieplayer settings and change the VLC directory to a value which contains movie files on the machine VLC is running on. (e.g. "C:\Movies" or "/export/movies". You can't enter a \. So enter a / instead (e.g. "C:/Movies")
  22. Save the settings
  23. Start the Movieplayer from the "dbox" menu
  24. Press the red button and choose a file from your disk. DivX, XVid, MPEG, PS and others should work (see VLC documentation for supported formats).

Known Bugs

ToDo's