Using flashphoner mixer if participant rejoin meeting , than the rtmp livefeed cannot see rejoined participant

Hi,

We are currently setup conference in our application using flashphoner web sdk. We are broadcasting it to youtube and twitch platform using mixer feature provided by flashphoner sdk. The issue is faced if one on the participant rejoins the meeting while the broadcast of the conference is live, the rejoined participant cannot be seen in the rtmp livefeed on youtube and twicth platform.
 

Max

Administrator
Staff member
Good day.
Please make sure the participants stream is shown in mixer output stream playing it as WebRTC directly from server. Please also check if the participant stream is correctly added to the mixer: /mixer/add query should return 200 OK.
If above seems to be correct, please collect a report as described here and send using this form.
 

Max

Administrator
Staff member
Unfortunately, the logs you've provided contains no stream publising and no /mixer/startup or /mixer/add calls. So the logs have no any useful information to detect the issue.
Please collect the report exactly as described in this doc: Collect debug logs and traffic dump
1. Enable client debug logging
Code:
client_log_level=DEBUG
and restart WCS
2. Reproduce a problem
3. Collect a report
Code:
cd /usr/local/FlashphonerWebCallServer/tools
sudo ./report.sh --sysinfo --conf --tar
4. Get the report file /usr/local/FlashphonerWebCallServer/report/report-2022-xx-xx-xx-xx-xx.tar.gz and send it using this form.
If you cannot collect a report properly, please provide SSH access to the server and step by step detailed description how to reproduce the issue, and we try to reproduce the issue on your server. Use this form to provide all the required data.
 
Top