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¶ms=streams_viewers&format=json
How can i turn it on again?
Additionally, how can i configure...
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)...
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...
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...
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(() => {...
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...
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...
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...
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...
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...