You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When video: false, audio: true is specified in WHEP, the WARNING log of notrack continues to be output
Version
SRS/6.0.101(Hang)
To Reproduce
Steps to reproduce the behavior:
ingest a rtmp stream by ffmpeg or anything
play the stream on WHEP player with "video: false, audio: true" option on getUserMedia.
SRS output notrack WARN logs continue as below.
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
Expected behavior
Can we suppress this log output for cases where users, such as those with narrow bandwidth on mobile, might only want to listen to the audio?
The text was updated successfully, but these errors were encountered:
If you wish to publish or play an audio-only stream, you will need to update the player code. We have added support for this feature, allowing you to publish and play audio-only streams. To do this, you must select the 'audio' option and ensure the 'video' option is deselected before you can publish or play the audio-only stream.
Please try the player that has been updated for audio-only streams, as detailed in this pull request. Let us know if you encounter any problems. See #3964
Thanks for the update and sorry for the delay in responding.
I have tested the updated player code, but the error logs are still there, it outputs 570 lines per min.
How could I suppress the logs with audio only stream?
Describe the bug
When video: false, audio: true is specified in WHEP, the WARNING log of notrack continues to be output
Version
SRS/6.0.101(Hang)
To Reproduce
Steps to reproduce the behavior:
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
[2024-02-08 04:56:56.725][WARN][1][875p9gts][11] RTC: Drop for ssrc 10103 not found
Expected behavior
Can we suppress this log output for cases where users, such as those with narrow bandwidth on mobile, might only want to listen to the audio?
The text was updated successfully, but these errors were encountered: