This module allows to read a RealPlayer video stream from the Internet or a local network
and to show it in a 2D window.
The URL must be put as a parameter of the link.
To broadcast files hosted on the server, it is necessary to install an adequate server software.
Enter then the file URL via this server
(ex: [protocol]: // 123.123.123.123:[:port] / music / myMusic.rm).
Otherwise, only the LAN connected users can have access to this broadcasting.
Action |
Function |
module.event à realPlayer.start |
Initializes the module |
module.event à realPlayer.play |
Starts the stream on the local client |
module.event à realPlayer.playAll |
Starts the video stream on all clients |
module.event à realPlayer.stop |
Stops the video stream on the local client |
module.event à realPlayer.stopAll |
Stops the video stream on all clients |
module.event à realPlayer.mute |
Switchs on/off the sound |
module.event à realPlayer.pause |
Interrupts/starts again the video broadcast |
module.event à realPlayer.low |
Lowers the sound volume |