Player was working fine yesterday, now i just get a gray square

Diego Czul

New Member
upload_2018-2-27_10-35-5.png


THis is what happens if I try the ADMIN AWS stored page.

ANd this one is the one that happens if I try the one I downloaded from your page

upload_2018-2-27_10-36-28.png


It was working very good a few times, not it does not.

How can I troubleshoot this/?
 

Attachments

Diego Czul

New Member
ALso I am getting this: Not enough bandwidth, consider using lower video resolution or bitrate. Bandwidth 4363 bitrate 4933 How can i change this parameters?
 

Max

Administrator
Staff member
Here you can see example how to setup autoplay
Code:
https://wcs5-eu.flashphoner.com:8888/embed_player?urlServer=wss://wcs5-eu.flashphoner.com:8443&streamName=rtsp://str81.creacast.com/grandlilletv/low&mediaProviders=WebRTC,Flash,MSE,WSPlayer&autoplay=true
Here we pass parameter for Embed Player
Code:
autoplay=true
 

Attachments

Max

Administrator
Staff member
ALso I am getting this: Not enough bandwidth, consider using lower video resolution or bitrate. Bandwidth 4363 bitrate 4933 How can i change this parameters?
With latest versions of WCS server, the NEB notification is raised when you have more than 5% packet loss on the playback stream.
So you may consider following solutions:
- place your server (instance) close to your location / region
- decrease video resolution either on camera or on player
 

Diego Czul

New Member
Another question I have :

WebSocket connection to 'wss://ec2-34-205-17-233.compute-1.amazonaws.com:8443/' failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID

In my live website i use a HTTPS but in my local i dont.

Is there a way i can "skip" the cert?
 

Max

Administrator
Staff member
You can use plain HTTP

http://ec2-34-205-17-233.compute-1.amazonaws.com:9091
and corresponding ws instead wss
ws://ec2-34-205-17-233.compute-1.amazonaws.com:8080

8888 (https), 8443 (wss)
9091 (http), 8080 (ws)

You can configure these ports
ws / wss : in WCS_HOME/conf/server.properties
http / https : in WCS_HOME/conf/wcs-manager.properties

You can also get valid SSL certs and import / upload via Dashboard - Security - Certificates
 
Top