DotNetPusher
DotNetPusher copied to clipboard
A .NET library for pushing rtmp video stream.
I am getting a exception Like this ************** Exception Text ************** DotNetPusher.PusherException at DotNetPusher.Pushers.Pusher.StartPush(String url, Int32 width, Int32 height, Int32 frameRate) in E:\xxxxx\xxxx\\DotNetPusher\Pushers\Pusher.cs:line 36 at StreamWinform.StreamForm.StartPushStream() in E:\xxxxx\xxxx\\StreamWinform\StreamForm.cs:line 75 at...
Hi, In Ultils.h: inline void Utils::write_log(char* log) { if (g_log_callback != nullptr) { const auto size = static_cast(strlen(log)); g_log_callback(log, size); } else { printf("%s\n",log); } How to define g_log_callback to...
Hi, I have some problem with your lib: 1. After start push image to server, if connection interrupt the application will crash. 2. If dont have connection at first, when...
You give an example of sending audio; audio to rtmp server in this code. Or image + audio to rtmp server.
Hi! I thank you for your library! I would like to use this project in an arm architecture (Tizen ). How can i build it to have a arm .dll...
感觉是meta没有正确生成。