EasyScreenLive icon indicating copy to clipboard operation
EasyScreenLive copied to clipboard

C# RTMP push Error

Open danedang opened this issue 5 years ago • 4 comments

int pusherret = CapturePusher.CapturePusherSDK.EasyScreenLive_StartPush(pusherPtr, PUSH_TYPE.PUSH_RTMP, streamIp, streamPort, streamName,1, bServerRecord: true);

why pusherret=-1?

danedang avatar Jul 09 '19 06:07 danedang

you need check the RTMP Server is alive and accept push, if this ok, try again!

------------------ 原始邮件 ------------------ 发件人: "danedang"[email protected]; 发送时间: 2019年7月9日(星期二) 下午2:19 收件人: "EasyDarwin/EasyScreenLive"[email protected]; 抄送: "Subscribed"[email protected]; 主题: [EasyDarwin/EasyScreenLive] C# RTMP push Error (#3)

int pusherret = CapturePusher.CapturePusherSDK.EasyScreenLive_StartPush(pusherPtr, PUSH_TYPE.PUSH_RTMP, streamIp, streamPort, streamName,1, bServerRecord: true);

why pusherret=-1?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

SwordTwelve avatar Jul 09 '19 06:07 SwordTwelve

rtmp server is ok。we use the obs tool test ,that the rtmp server can accept push,and play the stream

danedang avatar Jul 09 '19 06:07 danedang

now pusherret=-5

danedang avatar Jul 09 '19 06:07 danedang

what's the issues when pusherret=-5 or -1 ?

danedang avatar Jul 09 '19 06:07 danedang