Versions Compared

Key

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

...

For debugging purposes, published stream packets dump recording can be launched from CLI. Stream packets are dumped before depacketizing them. Dumpa are recorded to the folder defined by the following parameterДампы записываются в каталог, заданный настройкойparameter

Code Block
themeRDark
depacketizer_dump_dir=/usr/local/FlashphonerWebCallServer/depacketizer_dump_dir

...

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

The same REST API query

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

Stop published stream packets dump recording.

...

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

The same REST API query

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"}'