1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

miracle-wfdctl: remove unused Range header from reply

This commit is contained in:
Derek Dai 2017-02-27 11:40:14 +08:00
parent 5a3f746d4d
commit 2e2c789385
No known key found for this signature in database
GPG key ID: E109CC97553EF009

View file

@ -683,11 +683,6 @@ static int wfd_out_session_handle_play_request(struct wfd_session *s,
return r; return r;
} }
r = rtsp_message_append(m, "<s>", "Range", "ntp=now-");
if(0 > r) {
return r;
}
r = sd_event_now(ctl_wfd_get_loop(), CLOCK_MONOTONIC, &now); r = sd_event_now(ctl_wfd_get_loop(), CLOCK_MONOTONIC, &now);
if(0 > r) { if(0 > r) {
return r; return r;