Instead of starting the application with the command sudo media_receiver…, I use systemctl start media_receiver.service to launch the media_receiver service. However, when doing so, I notice that one log entry is missing
Tid: 1108446 debug [create_device:437] SN MT2148J65656 for enp130s0f0np0 (enp130s0f0np0) with 10.10.10.2
Additionally, the function get_packet_info() returns a nullptr when called inside check_rtp_packet(), even though the chunk_size value is non-zero.
Do you know why this behavior occurs when starting the media_receiver service via systemctl instead of running it directly with sudo?
And why nullptr return in get_packet_info()?