...
| Code Block |
|---|
| language | bash |
|---|
| title | Run Rialto Server for YouTube |
|---|
|
curl -X POST -d "" localhost:9008/SetState/YouTube/Active |
At this step You can either:
Run YouTube Conformance Tests Run Cobalt :
| Code Block |
|---|
| language | bash |
|---|
| title | Run cobaltYouTube Conformance Tests |
|---|
|
RIALTO_DEBUG=5 RIALTO_SOCKET_PATH=/tmp/rialto-0 XDG_RUNTIME_DIR=/tmp WAYLAND_DISPLAY=westeros-cobalt LD_LIBRARY_PATH="$PWD/usr/lib" COBALT_CONTENT_DIR="$PWD/usr/share/content/data" RIALTO_CLIENT_BACKEND_LIB="/usr/lib/libRialtoClient.so" usr/bin/cobalt_bin --url="https://ytlr-cert.appspot.com/2021/main.html" |
or Run YouTube app:
| Code Block |
|---|
| language | bash |
|---|
| title | Run YouTube app |
|---|
|
RIALTO_DEBUG=5 RIALTO_SOCKET_PATH=/tmp/rialto-0 XDG_RUNTIME_DIR=/tmp WAYLAND_DISPLAY=westeros-cobalt LD_LIBRARY_PATH="$PWD/usr/lib" COBALT_CONTENT_DIR="$PWD/usr/share/content/data" RIALTO_CLIENT_BACKEND_LIB="/usr/lib/libRialtoClient.so" usr/bin/cobalt_bin |