Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeRDark
stream dump-start a9fc6ae4-71ee-4c2c-8a5b-e5dd94819203

Аналогичный REST API запрос

Code Block
languagebash
themeRDark
curl -s -H "Content-Type: application/json" -X POST http://localhost:8081/rest-api/stream/dumper/startup -d '{"mediaSessionId":"a9fc6ae4-71ee-4c2c-8a5b-e5dd94819203"}'

Команда stream dump-stop

Остановить запись дампа пакетов опубликованного потока.

...

Code Block
themeRDark
stream dump-stop a9fc6ae4-71ee-4c2c-8a5b-e5dd94819203

Аналогичный REST API запрос

Code Block
languagebash
themeRDark
curl -s -H "Content-Type: application/json" -X POST http://localhost:8081/rest-api/stream/dumper/terminate -d '{"mediaSessionId":"a9fc6ae4-71ee-4c2c-8a5b-e5dd94819203"}'