-1

I'm trying to do screen share using red5. I open the client side app using the jnlp file. When I start sharing I'm getting this:

[INFO] [New I/O client worker #1-1] org.redfire.screen.ScreenClientHandler - cha nnel closed: [id: 0x01b272d9, /127.0.0.1:61720 => /127.0.0.1:1935] CLOSED

I want to know what the /127.0.0.1:61720 => /127.0.0.1:1935 means.

Abhi
  • 1,512
  • 2
  • 22
  • 46

1 Answers1

0

In a nutshell, the socket connection from 127.0.0.1:61720 to 127.0.0.1:1935 has been closed.

Paul Gregoire
  • 9,715
  • 11
  • 67
  • 131