Commit b1ed8408 authored by Ilkka Ollakka's avatar Ilkka Ollakka

livehttp: add missing , to EXTINF after duration

parent f42b56bb
......@@ -275,7 +275,7 @@ static int updateIndexAndDel( sout_access_out_t *p_access, sout_access_out_sys_t
fclose( fp );
return -1;
}
val = fprintf( fp, "#EXTINF:%zu\n%s\n", p_sys->i_seglen, psz_name );
val = fprintf( fp, "#EXTINF:%zu,\n%s\n", p_sys->i_seglen, psz_name );
free( psz_name );
if ( val < 0 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment