X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=cubemap.config.sample;fp=cubemap.config.sample;h=35bfe5ea221a1b69f97324807a2d33b7f176a275;hp=b03ea65eae5f3ab6b6d428997d99ae7df58d2829;hb=94959e83930c70e3e91931e1fb1f9c0ec4a6f374;hpb=4934a0983fee26765a3c1a5b6bf5834ba6e7e52c diff --git a/cubemap.config.sample b/cubemap.config.sample index b03ea65..35bfe5e 100644 --- a/cubemap.config.sample +++ b/cubemap.config.sample @@ -93,11 +93,11 @@ udpstream 193.35.52.50:5001 src=http://pannekake.samfundet.no:9094/frikanalen.ts udpstream 233.252.0.1:5002 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube ttl=32 multicast_output_interface=eth1 # A type of HTTP resource that is not a stream, but rather just a very simple -# document that contains “pong” and nothing else. allow_origin= is optional; +# document that a HTTP 204 response and nothing else. allow_origin= is optional; # if it is set, the response will contain an Access-Control-Allow-Origin header # with the given value, allowing the ping response to be read (and # differentiated from an error) from a remote domain using XHR. # -# If you have a stream and a ping endpoint with the same URL, the stream takes +# If you have a stream and a gen204 endpoint with the same URL, the stream takes # precedence and the ping endpoint is silently ignored. -ping /ping allow_origin=* +gen204 /ping allow_origin=*