Recent content by stather-it-consulting

  1. S

    stats page inaccessible in 5.2.2086

    Hi, -Version: 5.2-2086 (Amazon AWS) -WebSDK: 2.0.248 I recently upgraded my flashphoner server and now realized that the stats page is inaccessible. The url was http://<my ip>8081/?action=stat&params=streams_viewers&format=json How can i turn it on again? Additionally, how can i configure...
  2. S

    No audio and video when streaming from Windows 11 (Firefox and Chrome)

    Hi, -Version: 5.5.2-1043 (Amazon AWS) -WebSDK: 2.0.202 When i use a windows 11 device to stream, there is no audio and video streamed (the preview windows is just black and on the client side, there is also a black windows and no audio). I tried with Firefox and Chrome (both latest version)...
  3. S

    Java exception when unpublishing the stream

    Hi, Is the new WCX build backward compatible with the WebSDK 2.0.202 (in case i have to revert)?
  4. S

    Java exception when unpublishing the stream

    Hi, -Version: 5.5.2-1043 (Amazon AWS) -WebSDK: 2.0.247 Every time i unpublish my stream i get a java exception in the flashphoner log 20:16:51,032 INFO RestApiRouter - HTTP-pool-3-thread-6 Use controller class com.flashphoner.rest.server.apps.echo_apps.EchoApp with path...
  5. S

    WebSDK 2.0.247 not working (Vue.js app) (only one instance of babel-polyfill is allowed)

    Hi, -Version: 5.5.2-1043 (Amazon AWS) -WebSDK: 2.0.247 (2.0.202 works) I tried to update to the latest WebSDK 2.0.247 in my vue app. However this fails, the error message is attached. Error: Flashphoner API is not initialized Uncaught (in promise) Error: only one instance of babel-polyfill...
  6. S

    How to properly disconnect from the server?

    I use stream.stop() followed by a session.disconnect() However, the stream is still in status PLAYING If i wrap the disconnect like this it works (i get the status STOPPED in the flashphoner log, otherwise i get FAILED) if (this.LOCAL_SESSION) { setTimeout(() => {...
  7. S

    How to properly disconnect from the server?

    Hi, -Version: 5.5.2-1043 (Amazon AWS) -WebSDK: 2.0.202 In my webapp i use the method stream.stop() when i leave the page where the stream is shown. I am wondering if and how i disconnect from the flashphoner websocket or isn't this neccessary? It will be automatically disconnected after a...
  8. S

    audio only stream using high bandwidth

    Sorry, i got it now :)
  9. S

    audio only stream using high bandwidth

    Hi When i try the curl command i get curl -d '{"name":"stream1","display":["metrics"]}' -H 'Content-Type: application/json' --insecure https://myserver.url:8444/rest-api/stream/find...
  10. S

    audio only stream using high bandwidth

    Hi, -Version: 5.5.2-1043 (Amazon AWS) -WebSDK: 2.0.202 I use Flashphoner for audio/video and audio-only streaming. Currently i have the problem that when i use audio-only streaming, each participant uses 1MBit/s of bandwidth which is a lot for audio only. I suspect that the video is streamed...
  11. S

    Huge bandwidth usage when distributing only-audio stream

    Hello -Version: 5.5.2-1043 (Amazon AWS) -WebSDK: 2.0.202 I am distributing an audio-only stream with 72kbit/s upload from my device (i developed a Vue.js based wepabb for streaming), however, when 30 participants are vieweing the stream, my streaming server has 20MBit/s upload. There must be...
  12. S

    Starting a stream possible without authentication

    Hello version: 5.2.1043 (@AWS) WebSDK: 2.0.202 I am using WebCallServer 5 to create a stream via a webapp (Vue.js) using theWebSDK. I just noticed (i used the "media-devices" example), that i am able to logon to the websocket and start/stop a stream without having to use authentication (the...
Top