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:
parent
5a3f746d4d
commit
2e2c789385
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue