Search results

  1. Max

    Samsung browser

    We cannot reproduce the issue with our test devices (Samsung S10+, S9, S8). So please collect a report on your server as described here including traffic dump on server side (the traffic dump collection must be started before stream publishing) and send using this form.
  2. Max

    Вопрос по передаче событий и условной синхрон.

    Добрый день. Для обмена сообщениями между пользователями подойдет RoomApi. Посмотрите, пожалуйста, эту статью. В Вашем случае, стрим вообще может быть опубликован только один, от ведущего, а участники только шлют сообщения в чат. Отметим, что RoomApi работает на одном сервере. Если...
  3. Max

    Samsung browser

    Do not use 3G for streaming unless you're streaming audio only. Please clarify: the issue is reproducing with this demo page opened on device? If yes, check the device for VPN clients/adblockers/etc installed. If the issue is reproducing on your WCS instance only, please collect a report as...
  4. Max

    Samsung browser

    If this is reproducing with our demo server from your device, it's definitely a connection problem. Please try to change mobile operator and/or network type (from 4G to Wi-Fi). Please also check local network NAT/firewall as we recommended above.
  5. Max

    /push/startup always succeeds even if an invalid rtmpURL is specified

    Good day. If you've specified an RTMP server address which cannot be resolved, /push/startup returns 409 Confilct But, if you've specified right RTMP server address but a wrong stream key, the connection is establishing successfully and asynchronously. So you have to use /push/find_all with a...
  6. Max

    Problem with WebRTC connection on iOS

    Yes, WebSDK works in iOS Safari browser since iOS 12. Additionally, WKVebview supports WebRTC since iOS 14.3 (we've teste this on iOS 14.5 and newer), so in iOS 14 WebRTC is also available in third party browsers (Chrome, Firefox), but they all have Safari under the hood.
  7. Max

    Samsung browser

    This means youi did not published the stream with given name. Please check if state is PUBLISHING: The screenshot is taken from Samsung S10+, Samsung Internet 14.2.1.69
  8. Max

    How to get playload.streamName using Android SDK?

    Please be patient. We'll let you know about progress here
  9. Max

    SIP not working.

    We found report related this thread. See log message 11:55:15,198 DEBUG sipMessages - UDPMessageChannelThread-30001-81 This message says that Asterisks sends SDP in 200 OK response: v=0 o=- 0 3975673212 IN IP4 ... s=Asterisk c=IN IP4 ... t=0 0 m=audio 10090 RTP/AVP 111 101...
  10. Max

    SIP not working.

    Hello Please gather dump and logs following the instructions: 1. Launch dump process (strictly before starting the test call) tcpdump udp -s 4096 -w log.pcap options (if you know network interface where SIP and RTP traffic is going) tcpdump -i eth0 udp -s 4096 -w log.pcap 2. Make a test...
  11. Max

    How to get playload.streamName using Android SDK?

    We'll implement logging in ticket WCS-3272 and let you know when source code will be available
  12. Max

    How to get playload.streamName using Android SDK?

    We add the logs in ticket WCS-3272, so every customer can check the flow. The stream state is passed via Websocket, so we explain it.
  13. Max

    Launching Flashphoner server in AWS Auto Scaling Group

    This is a bad approach to renew license every month. You should buy a monthly subscription which covers all your server instances and don't need to be renewed.
  14. Max

    How to get playload.streamName using Android SDK?

    This is Chrome browser console logs to illustrate websocket signaling. The signaling is the same for Web SDK, Android SDK and iOS SDK. We raised the ticket WCS-3272 to add logging to onStreamEvent handler. Will let you know results here.
  15. Max

    RTSP - No Codecs Found

    Seems like bit stream from RTSP camera is broken, or WCS cannot parse it correctly. We raised the ticket WCS-3271 to investigate this. Will let you know results here.
  16. Max

    Samsung browser

    Good day. We cannot reproduce the issue with Samsung S10+ (Android 11, OneUI 3.1), Samsung Browser 14.2: a stream puiblished on our demo server (5.2.998, Web SDK 2.0.180) is playing in Two Way Streaming example successfully. Please try to reproduce the isssue on demo server...
  17. Max

    How to get playload.streamName using Android SDK?

    When you pressing PLAY, the following happens: 1. playStream request is sent via websocket 2. notifyAudioCodec and setRemoteSDP are received from WCS 3. notifyStreamStatusEvent is received from WCS. It contains muted/unmuted status (see below) 4. playStream?.onStreamEvent is called So answer...
  18. Max

    Не стартует скрипт обработки записанных файлов

    Добрый день Да, если Вы используете кастомный скрипт, необходимо указать полный путь к нему в настройках on_record_hook_script=/path/to/on_record_hook_script.sh Скрипт должен быть доступен на чтение и выполнение пользователю flashphoner, от которого запускаются по умолчанию последние сборки WCS
  19. Max

    Launching Flashphoner server in AWS Auto Scaling Group

    1. Start first instance with monthly license. 2. Make a snapshot or launch template based on this instance. https://docs.flashphoner.com/display/WCS52EN/AWS+load+balancer+with+auto+scale+quick+setup#AWSloadbalancerwithautoscalequicksetup-3.CreatenewLaunchConfiguration 3. Start your first...
  20. Max

    How to get playload.streamName using Android SDK?

    We've done the following test with the latest MediaDevicesSwift example build: 1. Connect to our demo server, publish stream streamName 2. Tap Local Settings. In this view, switch Mute Audio on, then tap Back 3. Play the stream streamName 4. Tap Remote Settings. In this view, we see Audio...
Top