Search results

  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, -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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. S

    Latest version not available via Amazon marketplace (only 5.2.944-systemd246 available)

    Hi I wanted to install the latest version, but the only version that i can run on the Amazon marketplace is 5.2.944 The link that i use is: https://aws.amazon.com/marketplace/pp/prodview-krjasnhnkwyfu Best, Thomas
  10. S

    Embedding iframe player, audio-only mode available?

    Hello version: 5.2.944 I am using WebCallServer 5 (hosted on AWS) and want to embed the player via an iframe. As i sometimes have an audio-only stream, i would like to only show the controls and no video player. How is that possible (i was looking for a flag like "audio-only" to pass to the...
  11. S

    audio not working when using Safari and Web SDK (Firefox and Chrome are fine)

    Hello version: 5.2.944 WebSDK: 2.0.198 I am using WebCallServer 5 (hosted on AWS) to broadcast a stream to a webapp (Vue.js) using theWebSDK. I have the issue that in Safari (iPhone, iPad and MacBook) audio streaming doesn't work (there is just no audio). When using it together with a video...
  12. S

    Question on user creation/rights (should be able to create stream and view statistics via REST)?

    Hello -Version: 5.5.2-944 (Amazon AWS) -WebSDK: 2.0.170 I am struggeling with the user management (read thorugh the docs but i am not understanding correctly), currently only the default user "admin" exists on the system. What i need is a user "test" who can -Login to the admin interface and...
  13. S

    How to disable anonymous viewing of the statistics?

    Hello -Version: 5.5.2-944 (Amazon AWS) -WebSDK: 2.0.170 How can i disable viewing stats without http/https anonymously http://host:8081/?action=stat https://host:8444/?action=stat Best, Thomas
  14. S

    How to regularly get the number of connected clients?

    Hello -Version: 5.5.2-944 (Amazon AWS) -WebSDK: 2.0.170 Is there a way to regularly get the number of connected clients to show (maybe update every minute) in my Vue.js based webapp? Best, Thomas
  15. S

    Amazon AWS instance stopped working

    Hello Suddenly, my Amazon AWS instance of Flashphoner stopped working, i cannot access https://<ip>:8888 anymore. I recreated the instance and updated to the latest version. However, it is still not reachable, ssh to the server works however. With netstat, i cannot see port 888 to be opened...
  16. S

    Stream stops automatically and re-login, how to adjust the time?

    Hello -Version: 5.2.780 (Amazon AWS) I noticed that when a stream takes a long time, it is stopped automatically. When i refresh the page ("Media Devices") i have to login again. As this is annoying (and i don't see that the stream is stopped from the "Media Devices" screen since the status...
  17. S

    Flashphoner WebSDK, auto reconnect (Vue.js webapp)

    Hello -Version: 5.2.780 (Amazon AWS) -WebSDK is 2.0.170 I am building a vue.js webapp and was wondering, if there is the possibility in the websdk to specify that if the connection to the websocket is lost, an instant (infinite retry count, interval 10s) reconnect should be triggered (same...
  18. S

    Flashphoner WebSDK timeout on connection issues (Vue.js webapp)

    Hello -Version: 5.2.780 (Amazon AWS) -WebSDK is 2.0.165 I am building a vue.js webapp and want to generate error messages when trying to connect ty the streaming service in case its not available. I noticed that only after approx. 15-20 seconds i get the state back from the...
  19. S

    audio not working when using Safari and Web SDK (Firefox and Chrome are fine)

    Hello version: 5.2.780 I am using WebCallServer 5 (hosted on AWS) to broadcast a stream to a webapp. The webapp uses the web sdk for the implementation of the audio/video stream. This worlks fine in Chrome and Firefox (desktop and mobile), however on Safari the audio doesn't play but the...
  20. S

    IFrame embedding, possibility to only stream audio?

    Hello version: 5.2.780 I am using WebCallServer 5 (hosted on AWS) to embed a live-stream onto a website using an iframe. I was wondering if there is the ability to tell the iframe to only use audio streaming and doesn't display the video stream? Best, Thomas
Top