Skip to content

DASH: low dash_playlist_length makes cleanup delete init and manifest files #67

@farfelu

Description

@farfelu

Trying to stream DASH I found out that the [streamname]-init file gets deleted when having a low dash_playlist_length set

it does not happen with the default of 30s.

my config on nginx 1.9.9

        application live2 {
            live on;
            dash on;
            dash_path /mnt/ramdisk/dash;
            dash_fragment 2s;
            dash_playlist_length 4s;
        }

the manifest and init file vanish on every other cleanup. I couldn't really tell when, it's not happening all the time.
on the next chunk the manifest file gets recreated, but the init file stays deleted.
no one can connect to the stream afterwards anymore because of it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions