This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
How to enable the "trace" module #77
Comments
Can you provide the output of Also you can try to add -DUSE_TRACE=ON in this line. |
@kuroneko306 Hi, I have already acquired the trace log about E2E delay. Is there anything I can help you? BTW, @U1X6WK, have you successfully ran the shell script generate_client_bandwidth_summary.sh? I have some trouble when executing babeltrace2 ust/ > downloaded_trace.txt, i.e., No trace was found based on input Do you know how to fix it? Thanks! |
Dear @U1X6WK I have same problem. Please make short guide to run trace module with script generate_client_bandwidth_summary.sh. Thank you so much |
lttng-sessiond --daemonize
lttng create packing_trace
lttng enable-event --userspace bandwidth_tp_provider:initial_viewport_info
lttng enable-event --userspace bandwidth_tp_provider:tiles_selection_redundancy
lttng enable-event --userspace bandwidth_tp_provider:encoded_frame_size
lttng enable-event --userspace bandwidth_tp_provider:packed_segment_size
lttng enable-event --userspace bandwidth_tp_provider:segmentation_info
lttng start
# Your server command
lttng destroy
lttng-sessiond --daemonize
lttng create downloaded_trace
lttng enable-event --userspace bandwidth_tp_provider:initial_viewport_info
lttng enable-event --userspace bandwidth_tp_provider:tiles_selection_redundancy
lttng enable-event --userspace bandwidth_tp_provider:encoded_frame_size
lttng enable-event --userspace bandwidth_tp_provider:packed_segment_size
lttng enable-event --userspace bandwidth_tp_provider:segmentation_info
lttng enable-event --userspace bandwidth_tp_provider:extractor_track_dependent_info
lttng enable-event --userspace bandwidth_tp_provider:download_info
lttng start
# Your client command
lttng destroy
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have sccessfully run the OMAF-Sample and stream 4K tiled immersive video through network.
However, I have trouble trying to activate the "trace" module and output trace data.
The "USE_TRACE" option set to "OFF" by default in "/Immersive-Video-Sample-master/src/CMakeLists.txt" has been modified to be "ON" before make, but there is still trouble output trace log files.
There is still no any trace log file exist in the docker container after video streaming.
Any help on telling what may resolve the problem will be appreciated.
The text was updated successfully, but these errors were encountered: