burak guder Member May 11, 2020 #1 Hi FlashPhoner is it possible to send screen sharing to rtmp server? can you offering sample code ? tnx
Hi FlashPhoner is it possible to send screen sharing to rtmp server? can you offering sample code ? tnx
Max Administrator Staff member May 12, 2020 #2 Good day. You can use REST API to republish screen sharing stream (or any stream published to server) to RTMP server Code: POST /rest-api/push/startup HTTP/1.1 Content-Type: application/json { "streamName": "screen", "rtmpUrl":"rtmp://rtmp_server:1935/live" }
Good day. You can use REST API to republish screen sharing stream (or any stream published to server) to RTMP server Code: POST /rest-api/push/startup HTTP/1.1 Content-Type: application/json { "streamName": "screen", "rtmpUrl":"rtmp://rtmp_server:1935/live" }