noozo
noozo
SMSoftware Mansion
Created by noozo on 6/17/2024 in #membrane-help
WebRTC no audio in incoming audio tracks
ahh, that makes sense
8 replies
SMSoftware Mansion
Created by noozo on 6/17/2024 in #membrane-help
WebRTC no audio in incoming audio tracks
it's very much possible, but are we doing anything different from the example video_room then? Or does the example video_room also suffer from the same problem?
8 replies
SMSoftware Mansion
Created by noozo on 6/17/2024 in #membrane-help
WebRTC no audio in incoming audio tracks
@kamilstasiak any idea? 🙂
8 replies
SMSoftware Mansion
Created by noozo on 6/17/2024 in #membrane-help
WebRTC no audio in incoming audio tracks
Here it is.
8 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
audio still goes through, though
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
now it doesn't work again
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
damn, had it going until i needed to cluster the machine
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
{:ok, fly_global_services_ip} = :inet.getaddr(~c"fly-global-services", :inet)

integrated_turn_options = [
ip: fly_global_services_ip,
mock_ip: {xxx, xxx, xxx, xxx},
ports_range: {50_000, 59_999}
]
{:ok, fly_global_services_ip} = :inet.getaddr(~c"fly-global-services", :inet)

integrated_turn_options = [
ip: fly_global_services_ip,
mock_ip: {xxx, xxx, xxx, xxx},
ports_range: {50_000, 59_999}
]
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
had to bind to fly-global-services in my integrated_turn_options, for future reference
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
do different tracks use different ports, now that i think of it?
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
i fixed the port range as 50000-50000 to have a single port by default and added that on the services port in the fly.toml config
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
I'm getting only the audio track coming through
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
unrelated but still, have you ever deployed anything to fly.io?
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
Turns out version 1.4.1 of Bundlex had Mix in a runtime function.
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
Removing the start_link code for ExDTLS still makes the VM crash on startup, which is super weird.
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
copied code from video_room example in web_rtc_engine project and adapted into a phoenix project. It works properly when running locally on OSX, but when we attempt deployment into a debian/bookworm fly machine it fails to start the application.
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
root@XXX:/app/bin# env | grep PKG
PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
root@XXX:/app/bin# env | grep PKG
PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
root@XXX:/app/bin# ls /usr/lib/x86_64-linux-gnu/pkgconfig
libcrypto.pc libssl.pc openssl.pc
root@XXX:/app/bin# ls /usr/lib/x86_64-linux-gnu/pkgconfig
libcrypto.pc libssl.pc openssl.pc
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
root@XXX:/app/bin# whereis pkgconfig
pkgconfig: /usr/lib/x86_64-linux-gnu/pkgconfig /usr/share/pkgconfig
root@XXX:/app/bin# whereis pkgconfig
pkgconfig: /usr/lib/x86_64-linux-gnu/pkgconfig /usr/share/pkgconfig
20 replies
SMSoftware Mansion
Created by noozo on 4/12/2024 in #membrane-help
ex_dtls NIF crash when starting server
have erl_crash.dump but basically says the same. Happy to share it here, if needed. Any help appreciated!
20 replies