Two way streaming is not working

Max

Administrator
Staff member
One more thing, when we are publishing the video through web and subscribing through iOS app, I am always getting the session status as disconnected. while the same video is working on browser at same time.
We’ve checked with your server playback of WebRTC stream published from Chrome 60 in iOS SDK sample Player (iPad 3, iOS 9.3.5): connection was successfully established and the stream was played.

If the issue is reproducible, please add more information.
 

Ney

Member
Hi Max,
we just checked published a video from web (Chrome browser Version 60.0.3112.101 (Official Build) (64-bit) on an ubuntu 16.04 OS) SDK and able to subscribe from web on same browser, another machine but when going to subscribe it from IOS device (iOS 10.3.3) its showing us status disconnected. Please check the link below for screenshot:
https://forum.flashphoner.com/attachments/screen-shot-2017-08-18-at-8-35-15-pm-png.486/
This is the same error which we posted previously
Please let us know what more information you needed from our end.

Thanks,
 

Ney

Member
Yes, I am able to replicate the same issue with iOS SDK sample Player.

it is disconnected only on attempt to start to playback. It never get connected.
 

Max

Administrator
Staff member
Please confirm if there is the same issue – connection is not established - with sample TwoPlayers or TwoWayStreaming. There are separate CONNECT and PLAY buttons (unlike sample Player).
Can it be reproduced
- with Web SDK demo Player in Safari on the device (demo in WCS dashboard, e.g. https://wcs5-eu.flashphoner.com/demo2/player), or can WebSocket connection be established from demo Two-Way Streaming?
- with the demo server wcs5-eu.flashphoner.com?
- with another iOS device?
Does WCS server receive connection request? (E.g., monitor flashphoner_manager.log: tail -f /usr/local/FlashphonerWebCallServer/logs/flashphoner_manager.log)
 
Top