RogerDavisFlorida
New Member
We set up a camera and tested everything several times on Saturday and were able to go live on a Facebook page without problems. We came back the next day and were unable to get it working no matter what we tried. When we selected Get Streaming Key (which we have set as persistent), the Facebook Live page comes up but when we try to begin the setup to Go Live, it gives us an error and we cannot continue. I saved all of the logs from both good and bad sessions and compared them. It appears that all of the bad ones have this is common:
08:15:02.928: RTMPSockBuf_Fill, recv returned -30848. GetSockError(): 0 (The operation completed successfully.)
08:15:02.928: [rtmp stream: 'simple_stream'] Connection to rtmps://rtmp-api.facebook.com:443/rtmp/ failed: -3
But a good session at the same place in the log says:
14:04:46.978: [rtmp stream: 'simple_stream'] Connection to rtmps://rtmp-api.facebook.com:443/rtmp/ (31.13.67.5) successful
We made no changes between when it worked and when it didn't work. However I came back 2 days later and it worked again. We need it to work all the time, so I'd like to understand why it goes into a mode where it refuses to work. I am attaching 3 log: the log from 2/17 works, the log example from 2/18 failed, and the log from 2/20 again worked.
I am a little surprised that recv() can return a negative number such as -30848 since that is not a valid return value, but it always seems to be that number when it fails.
08:15:02.928: RTMPSockBuf_Fill, recv returned -30848. GetSockError(): 0 (The operation completed successfully.)
08:15:02.928: [rtmp stream: 'simple_stream'] Connection to rtmps://rtmp-api.facebook.com:443/rtmp/ failed: -3
But a good session at the same place in the log says:
14:04:46.978: [rtmp stream: 'simple_stream'] Connection to rtmps://rtmp-api.facebook.com:443/rtmp/ (31.13.67.5) successful
We made no changes between when it worked and when it didn't work. However I came back 2 days later and it worked again. We need it to work all the time, so I'd like to understand why it goes into a mode where it refuses to work. I am attaching 3 log: the log from 2/17 works, the log example from 2/18 failed, and the log from 2/20 again worked.
I am a little surprised that recv() can return a negative number such as -30848 since that is not a valid return value, but it always seems to be that number when it fails.