Hi, I followed the example as shown but after running the main -c config.toml, there seems to be nothing happening after getting the port in use. Maybe I've written the IP for the android emulator wrong. Would you be able to post an example on how you got the address you're using?
I have a question. I'm trying to create a app to use phone camera as a webcam with flutter using webrtc. i'm trying to do a cliente (phone) to share camera image to a server (desktop app). Is it possible?
Hey there, liked this one2many bought the code and it was money spent good, I have one question though, can this app be converted to Audion Only, I'll appreciate any help. Thx.
Ah that script is adding the permissions that is require for android and iOS, like the camera mic etc, this code is based on my starter kit, u can find it I. The description above
Thank you for this! Does the connection work in the background or even when the app is closed? Can we have a notification for when the app is closed, and another client is trying to connect?
@@jasonshen Good to know that, thanks! I missed one good keyword though, if to have such functionality you would need internet, making use of APNs or FCM. I'm hoping this can be done over LAN
I tried a lot before and after buying but all came with a failed ... The server is actually connected to sfu, but the image is not transferred between devices, and the reason is unknown Can you help?
Thank you, these ion/pion tutorial are very less on RUclips
Good to know hope you enjoy the content
Thank you so much , can you guide me to do a basic one to one WebRTC Flutter communication , like what are the steps and elements I need
glad you liked it and thank you
a p2p app with pure dart server + flutter is in the plans, stay tune
so how do i launch this to work like zoom does, so that when i make a meeting others can be able to join via the app or on the web ?
Super cool video about RTC with FLutter. How much connection can connect per the second maximum by minimum by Pion Server.
On a single core 3.6ghz cpu you will get 1600 connections
@@jasonshen 1600 peers or 1600 separate call
@@ramsmart8939 sfu goes by peers buddy, so peers
other words its like around 400 calls
If I am not connected to internet will this work?
Incredible content. It helped a lot !!!!
This is great. Bravo
This is cool, can you make a many to many aka a group conference.
check above there is actually a many to many start kit link
Hi, I followed the example as shown but after running the main -c config.toml, there seems to be nothing happening after getting the port in use. Maybe I've written the IP for the android emulator wrong. Would you be able to post an example on how you got the address you're using?
Thanks for the hardwork and this is awesome
No problem! hope you like it
I have a question. I'm trying to create a app to use phone camera as a webcam with flutter using webrtc.
i'm trying to do a cliente (phone) to share camera image to a server (desktop app).
Is it possible?
For sure u can
@@jasonshen thanks for the anwser! i'm having so mutch problems with this ideia. if you have some tips or steps to i follow, i'll be very thankfull.
u are awsom man
Hey there, liked this one2many bought the code and it was money spent good, I have one question though, can this app be converted to Audion Only, I'll appreciate any help. Thx.
Thank you for your support, yeah you sure can, change the constrains to video false then it will just have audio
@@jasonshen Oh thanks for the quick tip. I'll try that and will ask for further help if need be. Thanks again.
Where is the material copied at 3:14? i cant found that .. 🥺
Do you have any reference material when implementing the SFU method?
Sorry what do you mean by material?
@@jasonshen I mean the code copied to add-line.py..!!
Ah that script is adding the permissions that is require for android and iOS, like the camera mic etc, this code is based on my starter kit, u can find it I. The description above
I just bought this but it can't run as a flutter web, what should I do?
sorry for the delay, i think its something to do with flutter versions, give me a couple of days i will update it, then ping you
Thank you for making tutorial 👍 love you 🙏🙏🙏🔥🔥🔥
glade you liked it, thanks
thank you very much do you have a full flutter webrtc paid course
Not yet but it’s in plan for it subs to the channel and my Twitter will be updating on it when I release it
Not yet but it’s in plan for it subs to the channel and my Twitter will be updating on it when I release it
Thank you for this! Does the connection work in the background or even when the app is closed? Can we have a notification for when the app is closed, and another client is trying to connect?
so the answer is yes, but you need to implement that stuff, this is purely on video calls
@@jasonshen Good to know that, thanks! I missed one good keyword though, if to have such functionality you would need internet, making use of APNs or FCM. I'm hoping this can be done over LAN
@@danielscicluna2309 you would need internet to have that function, otherwise there is no way of having it to work the way you wanted
I tried a lot before and after buying but all came with a failed ...
The server is actually connected to sfu, but the image is not transferred between devices, and the reason is unknown
Can you help?
Where r u running the server?
so it connects but no video display right? are you running it locally or?
@@jasonshen locally
@@MoradNajem-ie3yk locally should work, if you just run the code as the video, thats how its setup too
Same here 🙂
Why you want money for sharing source code? pls send it for free
Why Have you added Python File For what Reason Could you Please expalin in deep
That python file just sets the permission that is needed for flutter on different platforms
If you do those manually then just ignore it
Can you make a many to many video in flutter?
And how to create multiple rooms?
check out the flutter many to many startkit in the mean time in the descriptions, will look into a video soon