Class Settings

Description

Located in /Settings.class.php (line 3)


	
			
Variable Summary
Method Summary
string getDreamboxIP ()
string getDreamboxName ()
string getEnigmaVersion ()
string getProgramName ()
string getStreamProtocol ()
string getVersionNumber ()
string getVLCControlPort ()
string getVLCLanIP ()
string getVLCLocation ()
string getVLCStreamPort ()
string getVLCWanIP ()
Variables
string $dreamboxEnigmaVersion = "enigma2" (line 38)

Set the enigma version of the dreambox.

Set the enigma version of the dreambox. Valid values are enigma1 of enigma2

  • static:
  • access: private
string $dreamboxIP = "dreambox.theyosh.lan" (line 17)

Set the local IP address of your dreambox.

Set the local IP address of your dreambox. Should be an internal IP number.

  • static:
  • access: private
string $dreamboxName = "Yoshie's Dreambox" (line 10)

Set the name of the dreambox

Set the name of the dreambox

  • static:
  • access: private
string $dreamboxPassword = "dreambox" (line 31)

Set the password for the dreambox webinterface.

Set the password for the dreambox webinterface. Leave empty when no authentication is required.

  • static:
  • access: private
string $dreamboxUserName = "root" (line 24)

Set the username for the dreambox webinterface.

Set the username for the dreambox webinterface. Leave empty when no authentication is required.

  • static:
  • access: private
string $lProgramName = "Dreambox ReStream" (line 87)

Set the the program name.

Set the the program name. Should not be changed

  • static:
  • access: private
string $lVersion = "1.1 Beta" (line 94)

Set the program version.

Set the program version. Should not be changed

  • static:
  • access: private
string $lVLCLocation = "/usr/bin/vlc" (line 101)

Set the location of the VLC server executable

Set the location of the VLC server executable

  • static:
  • access: private
string $streamProtocol = "http" (line 45)

Set the streaming protocol.

Set the streaming protocol. This is the protocal between the VLC server and the dreambox

  • static:
  • access: private
string $vlcLanIP = "192.168.5.1" (line 52)

Set the local IP address of the VLS Server.

Set the local IP address of the VLS Server. Should be internal

  • static:
  • access: private
string $vlcLanStreamPort = "8888" (line 59)

Set the the internal port number for streaming.

Set the the internal port number for streaming.

  • static:
  • access: private
string $vlcRTSPControlPort = "8889" (line 66)

Set the RSTP port number.

Set the RSTP port number.

  • static:
  • access: private
string $vlcWanIP = "theyosh.nl" (line 73)

Set the external IP or hostname for external connections to the VLC Server

Set the external IP or hostname for external connections to the VLC Server

  • static:
  • access: private
string $vlcWanStreamPort = "8888" (line 80)

Set the the external port number for streaming.

Set the the external port number for streaming.

  • static:
  • access: private
Methods
getDreamboxIP (line 124)

Get the IP number of the dreambox.

Get the IP number of the dreambox.

  • access: public
  • static:
string getDreamboxIP ()
getDreamboxName (line 116)

Get the next program from the program guide.

Get the next program from the program guide.

  • access: public
  • static:
string getDreamboxName ()
getDreamboxPassword (line 140)

Get the password of the dreambox.

Get the password of the dreambox.

  • access: public
  • static:
string getDreamboxPassword ()
getDreamboxUserName (line 132)

Get the username of the dreambox.

Get the username of the dreambox.

  • access: public
  • static:
string getDreamboxUserName ()
getEnigmaVersion (line 148)

Get the enigma version of the dreambox.

Get the enigma version of the dreambox.

  • access: public
  • static:
string getEnigmaVersion ()
getProgramName (line 210)

Get the program name.

Get the program name.

  • access: public
  • static:
string getProgramName ()
getStreamProtocol (line 156)

Get the streaming protocol of the dreambox.

Get the streaming protocol of the dreambox.

  • access: public
  • static:
string getStreamProtocol ()
getVersionNumber (line 218)

Get the program version number.

Get the program version number.

  • access: public
  • static:
string getVersionNumber ()
getVLCControlPort (line 180)

Get the RTPS Control port of the VLC Server.

Get the RTPS Control port of the VLC Server.

  • access: public
  • static:
string getVLCControlPort ()
getVLCLanIP (line 164)

Get the VLC Server internal IP number.

Get the VLC Server internal IP number.

  • access: public
  • static:
string getVLCLanIP ()
getVLCLocation (line 108)

Get the next program from the program guide.

Get the next program from the program guide.

  • access: public
  • static:
string getVLCLocation ()
getVLCStreamPort (line 172)

Get the internal streaming port of the VLC Server.

Get the internal streaming port of the VLC Server.

  • access: public
  • static:
string getVLCStreamPort ()
getVLCWanIP (line 188)

Get the external IP number of the VLC Server.

Get the external IP number of the VLC Server. When you connect from internal, you should get the internal IP number of the VLC Server

  • access: public
  • static:
string getVLCWanIP ()
getVLCWanStreamPort (line 202)

Get the external streaming port of the VLC Server.

Get the external streaming port of the VLC Server.

  • access: public
  • static:
string getVLCWanStreamPort ()

Documentation generated on Sat, 19 Jan 2008 12:56:19 +0100 by phpDocumentor 1.3.0RC3