Commit e79c5b0c authored by Sébastien Escudier's avatar Sébastien Escudier Committed by Rémi Denis-Courmont

vod rtsp : unpause srteam after seeking

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent b9513f3c
...@@ -1178,9 +1178,8 @@ static int RtspCallback( httpd_callback_sys_t *p_args, httpd_client_t *cl, ...@@ -1178,9 +1178,8 @@ static int RtspCallback( httpd_callback_sys_t *p_args, httpd_client_t *cl,
f_pos /= ((double)(p_media->i_length))/1000 /1000 / 100; f_pos /= ((double)(p_media->i_length))/1000 /1000 / 100;
CommandPush( p_vod, RTSP_CMD_TYPE_SEEK, p_media, CommandPush( p_vod, RTSP_CMD_TYPE_SEEK, p_media,
psz_session, f_pos, NULL ); psz_session, f_pos, NULL );
break;
} }
if( psz_scale ) else if( psz_scale )
{ {
double f_scale = 0.0; double f_scale = 0.0;
char *end; char *end;
......
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