Open laurfb opened 1 month ago
Also, if you have more of than 10 streamings, like 12 for example you only see 10 always.
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?
regards, Laur
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.