Unfortunately, we cannot reproduce this crash in our examples, but we need a stable reproduction to investigate the issue. So the only recommendation is to modify example code until the issue becomes reproducible. Then, send us the code to analyze.
Good day.
You have at lesat two options:
1. If you want to record all the RTSP streams, use this parameter in flashphoner.properties file
record_rtsp_streams
2. Use /stream/find query to find stream by name you've set as localStreamName
POST /rest-api/stream/find HTTP/1.1
Host: localhost:8081...
Use /stream/find query to find if a stream published on WCS:
POST /rest-api/stream/find HTTP/1.1
Host: localhost:8081
Content-Type: application/json
{
"published":true
}
Please also clarify your case: how do you publish a stream? What example do you use for test?
Note that there is no...
What example do you use for testing, on what device? What Android version?
Please check if the problem is reproducing in Streaming-min example from 1.0.1.77 archive. Note that Android must be 5-7, in Android 8 and newer you must use 1.1.0.28.
If problem is not reproducing in Streaming-min or...
You can push any stream to Youtube using /push/startup query by stream name:
POST /rest-api/push/startup HTTP/1.1
Host: localhost:8081
Content-Type: application/json
{
"streamName": "your_stream_mane",
"rtmpUrl":"rtmp://a.rtmp.youtube.com/live2/youtube-stream-key"...
Добрый день.
В сборке 5.2.972 мы добавили возможность автоматического определения версии Java и корректировки параметров запуска при старте WCS, это должно помочь в случае обновления Java, аналогичном Вашему. Также теперь при проверке лицензии используются те же ключи запуска. что и для...
Good day.
You have two options:
1. Using RoomApi. In this case, you can arrange a conference and publish a screen sharing stream as usual stream. Please look at Video Chat with ScreenSharing example (and its source code on GitHub). Please also read step by step guide about video conferencing...
Have you tried to add background mode setting to app Info.plist?
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
Also, you can try this trick to automatically reconnect to the stream from webpage displayed in WebView.
We investigated this issue.
Seems like H264 video frames are not sent by browser: on server side, only audio frames are in the stream.
The solution is to disable hardware acceleration in Chrome Canary settings, in this case H264 video is publishing correctly from canvas in Canvas Streaming example.
По умолчанию, video_encoder_max_threads=3, причем многопоточное кодирование включается только для разрешения 720p и выше. Из практики, даже на мощных серверах под высокой нагрузкой достаточно 4 тредов для кодирования одного потока
video_encoder_max_threads=4
Добрый день.
К сожалению, не удается воспроизвести проблему на сборке 5.2.971, в том числе на нашем демо сервере https://demo.flashphoner.com/admin/demo.html
Предоставьте, пожалуйста, SSH доступ к Вашему серверу при помощи этой формы.
Good day.
There is no update yet.
You can use an alternative way: browser application in WebView, this is supported both in Android SDK and iOS SDK (iOS 14.4 and newer is tested to support WebRTC).
Да. Из коробки функция DVR в WCS не поддерживается.
Можно также ретранслировать поток микшера по RTMP, например, на Akamai или другой сервис для стриминга, поддерживающий DVR, и играть оттуда HLS-плеером, поддерживающим DVR, напримеор, JWPlayer.
Добрый день.
Вы можете записывать выходной поток микшера во время трансляции с нарезкой на короткие интервалы времени. Затем, после постановки на паузу и снятия с паузы, играть не живой поток, а записанные фрагменты (при проигрывании в браузере возможна навигация по времени внутри фрагмента)...
Good day.
Please clarify the following:
1. What WCS build is used?
2. What Web SDK build is used?
3. How do you publishing VOD-live streams: by REST API /vod/startup or by setting stream name in Player example?
4. How much VOD streams do you playing simultaneously?
5. What device do you use for...
Hello
Please check with our default sample Media Devices first
https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html
We checked iphone x, ios 14.6 safari
Switching works fine during publishing with default configuration. Just press...