Skip to content

Streaming from .mp4 file. #13

@fitzmode

Description

@fitzmode

I've recorded an RTMP file to .mp4, how can I stream from file (instead of live) to an flv player on the front end?

My config.

{
  trans: {
    ffmpeg: "/usr/local/bin/ffmpeg",
    tasks: [
      {
        app: "live",
        mp4: true,
        mp4Flags: "[movflags=frag_keyframe+empty_moov]",
      },
    ],
  },
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions