chiark / gitweb /
clients/playrtp.c: Don't crash if given `-' on the command line.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 May 2020 13:10:23 +0000 (14:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 4 May 2020 18:57:12 +0000 (19:57 +0100)
commitd7255a305a1c7e583dc9c3ffb1c373ff7da98da6
tree182d9e6b71d9354b662e2accbfb7e3c9bd548835
parentb59c46fd2f2c5d094ad9d7b72fec772b99356419
clients/playrtp.c: Don't crash if given `-' on the command line.

That just means that we didn't get the `-' from the server, so we must
open a connection for ourselves.  We'll still need it to request the RTP
stream.
clients/playrtp.c