1
0
mirror of https://github.com/algora-io/tv.git synced 2025-02-04 01:53:25 +02:00

use ipv4 in rtmp tcp server

This commit is contained in:
zafer 2024-03-22 18:01:42 +03:00
parent 9102982902
commit bb725f7715

View File

@ -15,7 +15,7 @@ defmodule Algora.Application do
:binary,
packet: :raw,
active: false,
ip: {0, 0, 0, 0, 0, 0, 0, 0}
ip: {0, 0, 0, 0}
],
socket_handler: fn socket ->
{:ok, _sup, pid} =