Search results

  1. Max

    Experiencing a lot of disconnections after 30-63 seconds

    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...
  2. Max

    on(STREAM_STATUS.FAILED, function () {

    If you have to resume both playback and publishing, you should adopt the example code from this post to handle both cases.
  3. Max

    Experiencing a lot of disconnections after 30-63 seconds

    Please check also if streaming from iOS is stopped using example application (Two way Streaming or Media Devices).
  4. Max

    Experiencing a lot of disconnections after 30-63 seconds

    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...
  5. Max

    on(STREAM_STATUS.FAILED, function () {

    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...
  6. Max

    Flashphoner Warning (RtpVideoConfig - pool-2252-thread-2 Codec not found; pt - 119; current pt - 95)

    Good day. To fix it create file rtmp_agent.sdp with the following content: v=0 o=- 1988962254 1988962254 IN IP4 0.0.0.0 c=IN IP4 0.0.0.0 t=0 0 a=sdplang:en m=video 0 RTP/AVP 95 a=rtpmap:95 H264/90000 a=fmtp:95 profile-level-id=42e01f;packetization-mode=1 m=video 0 RTP/AVP 119 a=rtpmap:119...
  7. Max

    Experiencing a lot of disconnections after 30-63 seconds

    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...
  8. Max

    Stream Playing in vlc , but problem in embedded player

    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.
  9. Max

    Easiest way to collect a list of stream parts with start/end timestamps

    Alan, good day. We could not reproduce your problem. Please, collect a report as described here and send to support@flashphoner.com, we will check.
  10. Max

    on(STREAM_STATUS.FAILED, function () {

    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() { ...
  11. Max

    No Audio in Microsoft Edge (42.17134.1.0)

    Good day, Marc. We raised an internal ticket WCS-2063 to check and fix this issue.
  12. Max

    Experiencing a lot of disconnections after 30-63 seconds

    Good day. Please attach server logs (WCS_HOME/logs/server_logs), when stream was disconnected or send to support@flashphoner.com.
  13. Max

    Удаление записей

    Добрый день. после записи трансляций, WCS больше не занимается управлением этим контентом. Далее всеми данными, организацией, хранением и обработкой контента занимается пользователь. какой дополнительный функционал вы хотели бы видеть в WCS?
  14. Max

    No Audio in Microsoft Edge (42.17134.1.0)

    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...
  15. Max

    No Audio in Microsoft Edge (42.17134.1.0)

    Good day. Thanks for the information. We will check your problem on test servers with your WCS version.
  16. Max

    Easiest way to collect a list of stream parts with start/end timestamps

    Good day. Thanks for the information. We will check your problem on test servers.
  17. Max

    Enable Picture In picture Mode In Mobile Browser

    Here is described how to use Picture-in-Picture on Android. To see if it is working for your browser, first try it with e.g., youtube.com.
  18. Max

    Enable Picture In picture Mode In Mobile Browser

    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"...
  19. Max

    IOS 12.2 and 12.3 problems with video stream

    Good day. We have reproduced this issue (internal ticket WCS-2055) and will inform you when fix it.
  20. Max

    Not work sound in iPhone (only Chrome)

    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...
Top