Two Way Streaming: https://yourserver:8444/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html
Media Devices: https://yourserver:8444/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html. This example app displays publishing and playing statistics...
Good day.
We checked your server log. Stream publishing stops by RTP activity timeout, it means client stops sending media data. The possible reason may be device orientation changing (turning from portrait to landscape adn vice versa), in this case iOS Safari stop sending video.
The latest WCS...
Good day.
Please clarify: are you trying to resume stream playback (as in example we provide above) or stream publishing?
In theory, it should work, but we did not test stream publishing auto resume. In this case, you should use corresponding stream status to check if it is published...
Good day.
Unfortunately, we did not receive your logs by email. You can place logs on any resource and send us a URL link to download.
To solve problems with a stream ("Experiencing a lot of disconnections after 30-63 seconds"), use WebRTC stream publishing over TCP.
WebRTC over TCP usage is...
Good day.
You need to create SDP settings files, then restart server as described in another topic here.
Try streaming your content as RTSP instead of RTMP.
To a stream described in the email ,we raised an internal ticket (WCS-2067) to check and fix this issue.
Good day.
You can modify Player example to automatically restart a stream playback:
var retryToRestartTimeout = 3000; //ms
var addMilesecondsToRestartTryOnEveryFailed = 1000; //ms
var retryMaxTimes = 100;
var retryCount = 0;
var isManualStopped = false;
...
function playStream() {
...
Добрый день.
после записи трансляций, WCS больше не занимается управлением этим контентом. Далее всеми данными, организацией, хранением и обработкой контента занимается пользователь.
какой дополнительный функционал вы хотели бы видеть в WCS?
Good day.
We checked your problem and it was confirmed - there is no sound in Microsoft Edge when viewing the broadcast.
The problem was in the computer settings on Windows 10.
To fix sound problems:
Select the Start button, select the Sound button from the list of results.
Turn on the...
Good day.
On Embed Player example page sample.html, embed player page itself is places to iframe in div element:
<div class="fp-remoteVideo" style="max-width:480px; height:270px;">
<iframe id="fp_embed_player" scrolling="no" allowfullscreen="allowfullscreen" marginwidth="0"...
Starting with iOS 11 and later, the Safari browser supports WebRTC technology.
When viewing the broadcast in the Safari, the iPhone control buttons work as you describe (the physical switch of the phone do not turn off the sound)
But in other browsers for iOS, such as Google Chrome, other...