This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
desktop_build [2025/12/15 12:11] jason created |
desktop_build [2025/12/15 13:36] (current) jason |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * " | * " | ||
| + | ===== Running The Stack ===== | ||
| To run the stack: | To run the stack: | ||
| * Copy the homecaster_core executable binary from ' | * Copy the homecaster_core executable binary from ' | ||
| Line 37: | Line 38: | ||
| * Enter HTTP Type : 1 | * Enter HTTP Type : 1 | ||
| * Enter URI : / | * Enter URI : / | ||
| - | * If Pcap Play, enter Iterations: | + | * Enter Iterations: |
| - | * After successful execution, HLS segments will be generated, the segments will be available at the location specified by the macro HLS_FILE_PATH. | + | |
| - | * Play the segments with ' | + | |
| - | * e.g. ffplay / | + | |
| - | + | ||
| + | ===== Viewing Services ===== | ||
| + | After successful execution of the stack, HLS segments will be generated which can be consumed for playback by a standard player such as ffplay. | ||
| + | The HLS segments will be available at the location specified by the macro HLS_FILE_PATH. To play the service point your player at the .m3u8 file, e.g.: | ||
| + | * e.g. ffplay / | ||