You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add to the path in windows the ffmpeg with the adress c:/ffmpeg/bin/ffmpeg
RTMP,HTTP AND WEBSOCKET Works propertly with the adress
trans: {
ffmpeg: '/ffmpeg',
tasks: [
{
app: 'live',
hls: true,
hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]',
dash: true,
dashFlags: '[f=dash:window_size=3:extra_window_size=5]'
}
what is the correct adress?
The text was updated successfully, but these errors were encountered:
I add to the path in windows the ffmpeg with the adress c:/ffmpeg/bin/ffmpeg
RTMP,HTTP AND WEBSOCKET Works propertly with the adress
trans: {
ffmpeg: '/ffmpeg',
tasks: [
{
app: 'live',
hls: true,
hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]',
dash: true,
dashFlags: '[f=dash:window_size=3:extra_window_size=5]'
}
what is the correct adress?
The text was updated successfully, but these errors were encountered: