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
Hi.
I use SRS to distribute some srt streams.
Everything is functional, but there is an error in the monitoring part.
For example, in the Streams page SRS server display all 5 active publishing sources while in the Clients page SRS report only 3 of them as active (3 from 5).
Furthermore, stream parameters (video, audio) are not displayed in the appropriate fields (Video, Audio) in Streams page. Only Inbound and Outbound data.
Bug or I'm doing something wrong?
regards,
Laur
Version
SRS v6.0.155, v5.0.x
To Reproduce
Steps to reproduce the behavior:
Publish few srt stream to SRS (ex. h264, 1080p50, 2-8Mbps, AAC audio, 2ch, 256Kbps)
Play those streams.
Check and compare info from Streams and Clients page.
Expected behavior
View all streams active in Clients page.
View streams info (video and audio parameters) in Clients page.
Screenshots
Please find them attached.
The text was updated successfully, but these errors were encountered:
Relative to ossrs#4198 issue (limited clients/streams displayed on srs console)
More than enaugh for most users.
Maybe it would be more useful to define a variable in the conf file.
Later edit, regarding (NO) Audio/Video info on the console Stream page:
If "srt_to_rtmp" is set to "on" (in conf file) the info regarding the streams (codec, level, frame size, bitrate) is displayed but with some errors (ex. Audio bitrate is always 44100 regardless of the real value of the srt input stream - it seems that the parsing routine extract, incorrect, the value from the resulting rtmp (transcoded) stream, not the audio bitrate from the input srt stream, as expected.
Also, for specific streams, the corresponding reported frame size for srt video is inaccurate (ex. for 1920x1080 frame size srs routine report "128x2144"). Or video compression level reported as "other" instead of "4.1".
Correct values, from the input srt streams for that example are: h264, profile High, level 4.1, 1920x1080 frame size, AAC (LC), 48000, stereo.
If "srt_to_rtmp" option is off NO info will be displayed for any srt stream.
Is this the correct/expected behavior?
Or the data displayed should be those of the input streams?
Hi.
I use SRS to distribute some srt streams.
Everything is functional, but there is an error in the monitoring part.
For example, in the Streams page SRS server display all 5 active publishing sources while in the Clients page SRS report only 3 of them as active (3 from 5).
Furthermore, stream parameters (video, audio) are not displayed in the appropriate fields (Video, Audio) in Streams page. Only Inbound and Outbound data.
Bug or I'm doing something wrong?
regards,
Laur
Version
SRS v6.0.155, v5.0.x
To Reproduce
Steps to reproduce the behavior:
Expected behavior
View all streams active in Clients page.
View streams info (video and audio parameters) in Clients page.
Screenshots
Please find them attached.
The text was updated successfully, but these errors were encountered: