This example demonstrates sending AMF Metadata on a Publisher stream connection.
Please refer to the Basic Publisher Documentation to learn more about the basic setup.
The init configuration for a WHIPClient
and RTCPublisher
has the following attribute you can use to specify whether to use VP8
or the default (H264
) encoding:
forceVP8
: If set totrue
,VP8
encoding will be used. Iffalse
(default), it will useH264
.