
|
If you were logged in you would be able to see more operations.
|
|
|
| Source Version: |
1.20.7.0
|
| Linden Lab Issue ID: |
DEV-15756
|
| Patch attached: |
Patch attached
|
|
The LLMedia API suggests one use addCommand() to control play, pause, stop, etc. however using these functions to control an audio stream appears to be broken. Using these to control a GStreamer enabled audio stream results in no change in the output after the stream is started. The attached patch only creates a version of OpenAL support which can be used to demonstrate the problem.
|
|
Description
|
The LLMedia API suggests one use addCommand() to control play, pause, stop, etc. however using these functions to control an audio stream appears to be broken. Using these to control a GStreamer enabled audio stream results in no change in the output after the stream is started. The attached patch only creates a version of OpenAL support which can be used to demonstrate the problem. |
Show » |
|
From llmediabase.h:
// needs to be called regularly to make media stream update itself
virtual bool updateMedia() = 0;