Search results

  1. Max

    java.net.BindException: Address already in use

    "java.lang.IllegalArgumentException: Could not create HMAC-SHA1 request encoding" - исправлено в версии 5.1.3571.
  2. Max

    Exception at stream info service

    Please let know if the issue does still occur. There are many "Failed to encode compound RTP packet to send" exceptions in the server logs. The exception was fixed in build 5.1.3531. Please try updating to the latest version 5.1.3571.
  3. Max

    Почему происходит транскодинг из h264 в h264 и как отключить его ?

    В сборке 5.1.3571 добавлена настройка для отключения транскодинга видео. Для отключения в flashphoner.properties добавить transcoding_disabled=true Перезапуска сервера не требует.
  4. Max

    Rest API Methods

    You can delete anything that you don't need on your server. But you supposed to develop your own pages for your customers, and you should not expose WCS web interface to them.
  5. Max

    Chrome screensharing / share audio

    You can capture system sound while capturing screen. The feature is described here. Chrome takes care about sound capture, it is just one line in Chrome extension code.
  6. Max

    Cannot detect microphone when no video device

    Yes, the Streamer example and Two Way Streaming example requires at least one camera to be present, so they will not work on PC without any cameras. The Media Devices example lists all video and audio devices because it demonstrates how to select one of them. That's why we use this example to...
  7. Max

    Rest API Methods

    In your script you form REST URL like https://largecalls.com:8444/rest-api/call/startup/call or https://largecalls.com:8444/rest-api/call/startup/getStatus. It is wrong way. Please look at sip-as-rtmp-2.js or sip-as-rtmp-4.js sample scripts on you server, they both use actual REST API...
  8. Max

    Rest API Methods

    From this page: The 9091/HTTP and 8888/HTTPS ports are used for web interface access. So, you should use https://largecalls.com:8444/rest-api/call/startup
  9. Max

    Cannot detect microphone when no video device

    The latest version is 5.1.3568 for today, it includes Web SDK build 0.5.28.2747.22. And we can't reproduce the problem with this build. Check it. please.
  10. Max

    push to facebook not working anymore

    There are two ways to re-publish stream: 1. When you set rtmpUrl directly in JavaScript - WebRTC as RTMP example. https://demo.flashphoner.com/client2/examples/demo/streaming/webrtc-as-rtmp-republishing/webrtc-as-rtmp-republishing.html or 2. When you do not set rtmpUrl in JavaScript - Two Way...
  11. Max

    RTSP failed to play

    We have checked logs. RTSP source sends Internal server error upon SETUP request from WCS. Please check your RTSP logs if it is possible. Waiting for pcap log from VLC. We need to compare these two dumps to find out what is wrong. Perhaps your RTSP server / cam rejects connection from WCS IP but...
  12. Max

    Rest API Methods

    Send DTMF works on established calls only. So you have to establish a call first. On your screenshot call is not established.
  13. Max

    push to facebook not working anymore

    Please provide more information, screenshots and logs, server version. Note, our default example uses embedded Flash Player to demonstrate that result stream can be played as RTMP. This player requires Adobe Flash Player. Make sure you have installed Adobe Flash Player for this example because...
  14. Max

    RTSP failed to play

    Please send a message to support@flashphoner.com and add link to this forum thread in the message body. Then we will be able to match your previous debug logs and this thread.
  15. Max

    RTSP failed to play

    Regarding TeamViewer. Currently we do not provide interactive sessions on this support level (forum support, Simple License). So we need either full dumps or direct access to RTSP stream.
  16. Max

    RTSP failed to play

    If RTSP url is inaccessible please provide debug report as described here We will check. You can send the report to support@flashphoner.com Additionally please provide pcap dump from VLC player. We will compare these two. You can make a pcap dump using Wireshark.
  17. Max

    RTSP not working

    Hello Could you please provide more information - screenshots - logs - server version - RTSP address We will check. If you have a fresh server installation you can try setting: rtp_force_synchronization=true in WCS_HOME/conf/flashphoner.properties Generally it resolves RTSP issues.
  18. Max

    Rest API Methods

    You should use Send DTMF field in SIP as RTMP sample application to test the feature, or REST API query /call/send_dtmf in production, for example http://yourserver:8081/rest-api/call/send_dtmf { "callId" : "123456789", "dtmf":"1234", "type":"RFC2833" }
  19. Max

    RTSP failed to play

    Check if your RTSP source rejects connection by IP address. If not, provide us access to your problem stream, we wil check.
Top