Use htsp_logname (includes sourceaddress, username, client software) instead of just "htsp" when subscribing.
This commit is contained in:
parent
4fda091b22
commit
5d47f47104
1 changed files with 2 additions and 2 deletions
|
@ -479,8 +479,8 @@ htsp_method_subscribe(htsp_connection_t *htsp, htsmsg_t *in)
|
|||
LIST_INSERT_HEAD(&htsp->htsp_subscriptions, hs, hs_link);
|
||||
streaming_target_init(&hs->hs_input, htsp_streaming_input, hs);
|
||||
|
||||
hs->hs_s = subscription_create_from_channel(ch, 500, "htsp", &hs->hs_input);
|
||||
|
||||
hs->hs_s = subscription_create_from_channel(ch, 500, htsp->htsp_logname,
|
||||
&hs->hs_input);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue