Skip to content

Commit

Permalink
Fix inability to specify port
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaufman committed Jul 29, 2013
1 parent 86eae17 commit 3057ea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxyServer/live555ProxyServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ int main(int argc, char** argv) {
// Create the RTSP server. Try first with the default port number (554),
// and then with the alternative port number (8554):
RTSPServer* rtspServer;
portNumBits rtspServerPortNum = 554;
rtspServer = createRTSPServer(rtspServerPortNum);
if (rtspServer == NULL) {
*env << "Failed to create RTSP server: " << env->getResultMsg() << "\n";
Expand Down

0 comments on commit 3057ea9

Please sign in to comment.