-
Notifications
You must be signed in to change notification settings - Fork 70
Description
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
Additional context
This problem is not observed with Rx session.