You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS IVS is a WHIP/WHEP cloud service, for more information, see AWS IVS for details.
If you need to know anything others about how to build and use FFmpeg with WHIP, see Usage for more details.
To publish WHIP b FFmpeg to AWS IVS service, you should build FFmpeg with WHIP:
cd~/git
git clone -b master https://github.com/ossrs/ffmpeg-webrtc.git
cd ffmpeg-webrtc
./configure --enable-muxer=whip --enable-openssl --enable-version3 \
--enable-libx264 --enable-gpl --enable-libopus
make -j
Note: You need to install nasm, libx264, libopus, and OpenSSL 3 or higher version installed.
Create a IVS stage by AWS CLI, or from AWS console. It will create a stage with an ARN and two participants, alice as a publisher, and bob as a subscriber.
Publish by FFmpeg, set the parameter -authorization with the publisher participant token. Or test the token by Web Publisher Example. See IVS WHIP for details.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AWS IVS is a WHIP/WHEP cloud service, for more information, see AWS IVS for details.
If you need to know anything others about how to build and use FFmpeg with WHIP, see Usage for more details.
To publish WHIP b FFmpeg to AWS IVS service, you should build FFmpeg with WHIP:
Create a IVS stage by AWS CLI, or from AWS console. It will create a stage with an ARN and two participants, alice as a publisher, and bob as a subscriber.
Publish by FFmpeg, set the parameter
-authorization
with the publisher participant token. Or test the token by Web Publisher Example. See IVS WHIP for details.Play via WHEP with the generated token for subscriber by Web Subscriber Example.
Beta Was this translation helpful? Give feedback.
All reactions