Bug Report rtmp issue from 0.64b

R1CH

Forum Admin
Developer
This might occur if your system prefers IPv6 instead of IPv4. Make sure IPv4 is preferential, or make sure your RTMP server is listening on IPv6 localhost (::1).
 

Lars Viklund

New Member
Is there any plans on trying on all addresses that the host resolves to instead of bailing out early?
I ran into this problem today as my dual-stack stream server lost IPv6 connectivity but retained working IPv4.

As a side note, the FMS URL textbox doesn't accept literal IPv6 addresses in bracketed format, it just splits on the first colon.
 

R1CH

Forum Admin
Developer
The logic to implement that with the current system would be too difficult. You can bind to your IPv4 interface in advanced settings if your IPv6 connectivity is unreliable.
 
Top