YITechnology / YIOpenAPI

YI Open API provides mobile SDKs and reference designs for software developers and hardware makers to build cool apps and products with YI 4K Action Cameras
Other
346 stars 77 forks source link

Unclear RTMP URL format #16

Closed NikolayRag closed 7 years ago

NikolayRag commented 7 years ago

Hi, I've tried to stream Live from 4k into Unreal Media Server and it fails at connection to server - "Network connections fails, retrying...".

What i've got working till the moment:

So it's not network, wifi, firewall and server issue i guess. The URL passed to QR code is "rtmp://192.168.0.105:5130/live/yi" which is tested with XSplit RTMP caster. Is the URL format correct?

NikolayRag commented 7 years ago

Solved: URL must end with '/', so following string succeeded:

rtmp://192.168.0.105:5130/live/yi/

Thanx for the mode :)