Skip to content

[New feature] LLHLS Dump for VoD Service #902

@getroot

Description

@getroot

LLHLS Dump for VoD Service

Set <Application><Publishers><LLHLS> as follows.

<LLHLS>
	<Dumps>
		<Dump>
			<Enable>true</Enable>
			<TargetStreamName>stream*</TargetStreamName>
			
			<Playlists>
				<Playlist>llhls.m3u8</Playlist>
				<Playlist>abr.m3u8</Playlist>
			</Playlists>

			<OutputPath>/service/www/ome-dev.airensoft.com/html/${VHostName}_${AppName}_${StreamName}/</OutputPath>
		</Dump>
	</Dumps>
        ...
</LLHLS>

LLHLS Live will be dumped for VoD to the directory you configured. This allows you to provide VoD streaming with Apache or Nginx.

You can test it with the master branch, it will be released from 0.14.11.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions