\documentclass[sigconf]{acmart}
\usepackage{graphicx}
\usepackage{url}
\usepackage{subcaption}
\usepackage{balance}
\AtBeginDocument{%
\providecommand\BibTeX{{%
\normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
%% Move your Copyright block here. You will get it when you fill out the ACM rights form.
\acmYear{2023}\copyrightyear{2023}
\setcopyright{acmcopyright}
\acmConference[MHV '23]{Mile-High Video Conference}{May 7--10, 2023}{Denver, CO, USA}
\acmBooktitle{Mile-High Video Conference (MHV '23), May 7--10, 2023, Denver, CO, USA}
\acmPrice{15.00}
\acmDOI{10.1145/XXXXXX}
\acmISBN{XXXXXXXXXXX}
\makeatletter
\def\@copyrightspace{\relax}
\begin{document}
\title{TITLE OF THE SHORT PAPER}
\author{AUTHOR ONE}
\affiliation{
\institution{INSTITUTION ONE}
\country{COUNTRY ONE}
}
\author{AUTHOR TWO}
\affiliation{
\institution{INSTITUTION TWO}
\country{COUNTRY TWO}
}
\renewcommand{\shortauthors}{<SURNAME OF FIRST AUTHOR>~\emph{et al.~}}
%% Use the CCSXML provided to you by https://dl.acm.org/ccs .
%% If you want an example video about how it works:
% https://www.loom.com/share/48b808c4f4674c59a8cf4df63b60aedc
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10002951.10003227.10003251.10003255</concept_id>
<concept_desc>Information systems~Multimedia streaming</concept_desc>
<concept_significance>500</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Information systems~Multimedia streaming}
%% Add your keywords here
\keywords{KEYWORD1,KEYWORD2,..}
\begin{abstract}
Add your short paper text here.
You can add your citations as BibTeX format to the \emph{refs.bib} file and call in the text using the [\\~cite{ref1}]. Example: MPEG-DASH~\cite{ref1}>
\end{abstract}
\maketitle
\begin{acks}
<ACKNOWLEDGMENTS HERE>
\end{acks}
\bibliographystyle{ACM-Reference-Format}
\bibliography{refs}
\end{document}