File: README.md

package info (click to toggle)
ulfius 2.7.15-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,856 kB
  • sloc: ansic: 23,025; makefile: 708; sh: 140
file content (16 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Streaming example

Provides a streaming example with raw data or an mp3 file

## Compile and run

```bash
$ make
$ ./stream_example [path/to/an/mp3/file]
```

## Usage

run the `stream_client` program to view the streaming in real time.

If you have specified an mp3 file to the stream_example program, open the following url in your browser: [http://localhost:7876/stream/audio](http://localhost:7876/stream/audio), this should play the audio file.