Skip to content

app_tx_st30p stop/start does not work #1139

@DianaEs2

Description

@DianaEs2

Describe the bug
The bug happens when a Tx session is restarted without stopping the MTL. Tx session transmits audio (or video) successfully on the first run, but after stopping and restarting the same session, no audio is received.

To Reproduce
Update RxTxApp to restart tx_st30p_session every 10 seconds.
Restarting a session performed as st_app_tx_st30p_sessions_uinit()->st_app_tx_st30p_sessions_init()
You can use the following diff and apply it to MTL v25.02
update.patch

Expected behavior
It is expected that Tx session can be stopped and restarted.

Configuration and command-line
The application runs with tx_rx_1a.json
tx_rx_1a.json
There are no extra parameters in the command line.
"program": "${workspaceFolder}/tests/tools/RxTxApp/build/RxTxApp",
"args": ["--config_file", "${workspaceFolder}/config/tx_rx_1a.json"]

Status report
mtl_system_status_20250422160134.zip

Logs
The modified RxTxApp produces the following log
mtl_log_level_info.txt
Please find line 205, where Rx session stopped receiving the stream on the second run.

HW specification (please complete the following information):

  • MTL Version: 25.02
  • OS: Ubuntu 22.04 LTS

Screenshots
Image

Additional context
This problem is not observed with Rx session.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions