Paul-Louis Ageneau ad8ae3eb5d Merge branch 'v0.18' hace 2 años
..
samples b39fe51365 Add h264 and opus samples hace 4 años
uwp 6b21637dd5 Make examples in /media, /sfu-media, and /streamer work in UWP. hace 4 años
ArgParser.cpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
ArgParser.hpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
CMakeLists.txt 2dc3d77e07 Added USE_SYSTEM_JSON cmake option hace 2 años
README.md d1d71b2374 Clarified streamer example Readme hace 4 años
client.js bedde2fc15 fix streamer example black screen issue hace 2 años
dispatchqueue.cpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
dispatchqueue.hpp f52541661f Fix missing string header in streamer example hace 2 años
fileparser.cpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
fileparser.hpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
h264fileparser.cpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
h264fileparser.hpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
helpers.cpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
helpers.hpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
index.html 335e9bd22a Simplified streamer example client hace 3 años
main.cpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
opusfileparser.cpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
opusfileparser.hpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
stream.cpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años
stream.hpp a0f3f01bf5 Re-licensed under MPL 2.0 hace 2 años

README.md

Streaming H264 and opus

This example streams H264 and opus1 samples to the connected browser client.

Start the example signaling server

$ python3 examples/signaling-server-python/signaling-server.py

Start a web server

$ cd examples/streamer
$ python3 -m http.server --bind 127.0.0.1 8080

Start the streamer

$ cd build/examples/streamer
$ ./streamer

Arguments:

  • -a Directory with OPUS samples (default: ../../../../examples/streamer/samples/opus/).
  • -b Directory with H264 samples (default: ../../../../examples/streamer/samples/h264/).
  • -d Signaling server IP address (default: 127.0.0.1).
  • -p Signaling server port (default: 8000).
  • -v Enable debug logs.
  • -h Print this help and exit.

You can now open the example at the web server URL http://127.0.0.1:8080.

Generating H264 and Opus samples

You can generate H264 and Opus sample with samples/generate_h264.py and samples/generate_opus.py respectively. This require ffmpeg, python3 and kaitaistruct library to be installed. Use -h/--help to learn more about arguments.

1 Opus samples are generated from music downloaded at bensound.