web sdk player not working correctly on mse and webrtc

akalanka

New Member
Hi
we are using wcs 5.2.127 and web sdk on latest.all the video working correctly on wsplayer.but for the mse or web rtc video getting flickering.when we compare wsplayer vs MSE video quality is better on MSE.so we are trying to go with mse.

thanx
Akalanka
 

Max

Administrator
Staff member
Good day.
Please clarify:
1) How do you streaming to WCS: stream is published to WCS with WebRTC/RTMP, or stream is pulled from RTSP/RTMP source? What is the stream parameters (resolution, bitrate)?
2) What browsers on what platforms you are using for stream playback?
 

akalanka

New Member
Hi
we are using vmix to publish live stream.from rtmp
resolution is 530x324 frame rate 24 video bitrate 300 audio 64
also attached configuration on vmix .

if you have recommend setting for this please send us also

thanx
Akalanka
 

Attachments

Max

Administrator
Staff member
Good day.
We have checked your logs and streams playback.
Seems like your RTMP stream contains B-frames that may cause picture flickering and freezes. So you should set up your streaming device to exclude B-frames: try to select ultrafast preset and lower encoding profile.
Also, you can enable transcoding on server with setting
Code:
disable_streaming_proxy=true
but this may require a lot of CPU resources.
 
Top