Getting Stream with Pixels

Hi there,

What can be the problem, when streaming video with LAN the player shows the stream great, but when connecting via WIFI the stream shows me with PIXELS.

Same router, very close to it, WIFI full streinght, but with WIFI i get the stream bulry, where with LAN connected directly i get the stream fine.

Any extra code i can add to fix that ?

Please reply,
Eyal
 

Max

Administrator
Staff member
Good day.
Most likely you have a network problem. Please check your stream on the Media Device page (on your server or
demo.flashphoner.com):
Code:
https://<Your WCS domain name or IP-address>/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html
Look at Video stats and Audio stats on the stream (Publish and Playing stream or Playing your stream). In addition, on this page you can change video resolution and stream bitrate for the test.
If your WiFI router supports diagnostics, see for example CPU utilization; try to change the WiFi channel (perhaps, too many WiFi devices on the same channel).
Besides that, please for test try using TCP. Is enabled with the following parameter in flashphoner.properties file:
Code:
ice_tcp_transport=true
and restart WCS.
 
How do i reach flashphoner.properties file or flashphoner.xml file in order to make these changes ?

I'm using PuTTY to connect the linux server, but i don't know exactly where the files are placed.

Also i've upgraded from 5.0 to 5.1 and now to 5.2.355.

Do i need to play with the bit rate ?

Waiting for reply,
Eyal
 
I've noticed that when using Firefox it works grate, and when using Chrome i get pixel problems.
What can be the problem ?
I can't upload PNG files to this Thread in order to show it to you.
 

Max

Administrator
Staff member
How do i reach flashphoner.properties file or flashphoner.xml file in order to make these changes ?
Docs are actual and supported.
https://docs.flashphoner.com/display/WCS52EN
You can find flashphoner.properties file at
Code:
/usr/local/FlashphonerWebCallServer/conf
Docs
https://docs.flashphoner.com/display/WCS52EN/Core+settings

Same router, very close to it, WIFI full streinght, but with WIFI i get the stream bulry, where with LAN connected directly i get the stream fine.
What is publisher? Do you publish stream from the same wi-fi network?
You can either
1) Increase bitrate
Code:
webrtc_sdp_min_bitrate_bps=1000000
webrtc_sdp_max_bitrate_bps=5000000
https://docs.flashphoner.com/displa...streaminbrowser-Howtoenforcebitrateincreasing
2) Or switch to TCP to improve bitrate and quality
Code:
ice_tcp_transport=true
 
Top