Current section
13 Versions
Jump to
Current section
13 Versions
Compare versions
4
files changed
+6
additions
-6
deletions
| @@ -1,6 +1,6 @@ | |
| 1 1 | # Fake TURN |
| 2 2 | |
| 3 | - **This package works only with [membrane_ice_plugin](https://github.com/membraneframework/membrane_ice_plugin) and it's very unlikely that you need to use it directly.** |
| 3 | + **This package works only with [membrane_ice_plugin](https://github.com/jellyfish-dev/membrane_ice_plugin) and it's very unlikely that you need to use it directly.** |
| 4 4 | |
| 5 5 | Forked from https://github.com/processone/stun. |
| @@ -14,7 +14,7 @@ | |
| 14 14 | <<"src/turn_tmp_sup.erl">>]}. |
| 15 15 | {<<"licenses">>,[<<"Apache-2.0">>]}. |
| 16 16 | {<<"links">>, |
| 17 | - [{<<"Github">>,<<"https://github.com/membraneframework/fake_turn">>}]}. |
| 17 | + [{<<"Github">>,<<"https://github.com/jellyfish-dev/fake_turn">>}]}. |
| 18 18 | {<<"name">>,<<"fake_turn">>}. |
| 19 19 | {<<"requirements">>, |
| 20 20 | [{<<"fast_tls">>, |
| @@ -25,4 +25,4 @@ | |
| 25 25 | [{<<"app">>,<<"p1_utils">>}, |
| 26 26 | {<<"optional">>,false}, |
| 27 27 | {<<"requirement">>,<<"1.0.23">>}]}]}. |
| 28 | - {<<"version">>,<<"0.2.5">>}. |
| 28 | + {<<"version">>,<<"0.3.0">>}. |
| @@ -1,10 +1,10 @@ | |
| 1 1 | {application,fake_turn, |
| 2 2 | [{description,"TURN serving as an endpoint to Membrane RTC Engine. Forked from https://github.com/processone/stun"}, |
| 3 | - {vsn,"0.2.5"}, |
| 3 | + {vsn,"0.3.0"}, |
| 4 4 | {modules,[]}, |
| 5 5 | {registered,[]}, |
| 6 6 | {applications,[kernel,stdlib,fast_tls,p1_utils]}, |
| 7 7 | {mod,{stun_app,[]}}, |
| 8 8 | {licenses,["Apache-2.0"]}, |
| 9 9 | {links,[{"Github", |
| 10 | - "https://github.com/membraneframework/fake_turn"}]}]}. |
| 10 | + "https://github.com/jellyfish-dev/fake_turn"}]}]}. |
| @@ -586,7 +586,7 @@ send_payload_to_parent(State, Payload) -> | |
| 586 586 | {ice_controlling, StunMsg#stun.'ICE-CONTROLLING'}], |
| 587 587 | self()}; |
| 588 588 | {Parent, false} -> |
| 589 | - Parent ! {ice_payload, Payload} |
| 589 | + Parent ! {ice_payload, Payload, get_timestamp()} |
| 590 590 | end, |
| 591 591 | NewState. |