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:
parent
9102982902
commit
bb725f7715
@ -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} =
|
||||
|
Loading…
x
Reference in New Issue
Block a user