![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Data Structures | |
| struct | WSCStreamParams |
| Streaming parameters. More... | |
Functions | |
| WSCResult | WSC_StartStreaming (int outputId, const char *url, const WSCStreamParams *params) |
| Start streaming to a URL via ffmpeg subprocess. | |
| WSCResult | WSC_StopStreaming (int outputId) |
| Stop streaming. | |
| int | WSC_IsStreaming (int outputId) |
| Check if an output is currently streaming. | |
Frames are piped to an ffmpeg subprocess for RTMP/SRT/etc.
| WSCResult WSC_StartStreaming | ( | int | outputId, |
| const char * | url, | ||
| const WSCStreamParams * | params ) |
Start streaming to a URL via ffmpeg subprocess.
Requires ffmpeg in PATH.
| outputId | Output ID. |
| url | Streaming URL (e.g. "rtmp://server/live/key"). |
| params | Streaming parameters, or NULL for defaults. |
| WSCResult WSC_StopStreaming | ( | int | outputId | ) |
Stop streaming.
| outputId | Output ID. |
| int WSC_IsStreaming | ( | int | outputId | ) |
Check if an output is currently streaming.
| outputId | Output ID. |