Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't remux HLS: MediaRoot:undefined cannot be written. #588

Closed
AlexUrrutia opened this issue May 18, 2023 · 1 comment
Closed

Can't remux HLS: MediaRoot:undefined cannot be written. #588

AlexUrrutia opened this issue May 18, 2023 · 1 comment

Comments

@AlexUrrutia
Copy link

AlexUrrutia commented May 18, 2023

Hello I am able to push but when I try to enable HLS I get this error:
[ERROR] Node Media Trans Server startup failed. MediaRoot:undefined cannot be written.

trans: {
    ffmpeg: '/snap/bin/ffmpeg',
    tasks: [
      {
        app: 'live',
        hls: true,
        hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]',
        hlsKeep: true, // to prevent hls file delete after end the stream
      }
    ]
  }
@AlexUrrutia
Copy link
Author

Solved: mediaroot was missing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant