X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=udpinput.h;h=481b006549f9f249a7ddd971874a78353c26dcd9;hp=dc91bc2bfd6d3c5befbee6df37635c435b113786;hb=3b8ad87137cff7522ed12f4675d5ff26933bc94a;hpb=4075cd5b3568e68b28c60019ad137b34445c0cf3 diff --git a/udpinput.h b/udpinput.h index dc91bc2..481b006 100644 --- a/udpinput.h +++ b/udpinput.h @@ -19,10 +19,7 @@ public: virtual std::string get_url() const { return url; } virtual void close_socket(); - virtual void add_destination(const std::string &stream_id) - { - stream_ids.push_back(stream_id); - } + virtual void add_destination(const std::string &stream_id); private: // Actually gets the packets. @@ -37,6 +34,9 @@ private: std::string url; std::string host, port, path; + // The HTTP header we're sending to clients. + std::string http_header; + // The socket we are receiving on (or -1). int sock; };