2 cameras in the same AWS server ( 2 Separate RTSP Streams )

Diego Czul

New Member
Hello I have 2 questions

1) How can I setup 2 separate players with 2 separate RTSP stream?

Right now i have $("#url").val("ws://ec2-34-205-17-233.compute-1.amazonaws.com:8080"); with its corresponding RTSP stream.

I want to have ANOTHER RTSP stream but I guess I need another port?

2) I have purchased the licence and I have updated the dashboard BUT i keep getting the robotic voice saying that my licence is TRIAL.

Thank you.
 

Max

Administrator
Staff member
Hello
How can I setup 2 separate players with 2 separate RTSP stream?
Here you can see example of 2 players
https://wcs5-eu.flashphoner.com/client2/examples/demo/streaming/2players/2players.html
Dashboard - Demo - 2 Players
Here you can find issue description
https://flashphoner.com/docs/wcs5/w...oper-guide-2/index.html?2_players_web_sdk.htm
I have purchased the licence and I have updated the dashboard BUT i keep getting the robotic voice saying that my licence is TRIAL.
You have to activate your license over Dashboard - License or command line
Code:
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./activation.sh
sudo service webcallserver restart
 
Top