Flutter Webrtc One To Many Broadcast

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 65

  • @raghav042
    @raghav042 3 года назад +1

    Thank you, these ion/pion tutorial are very less on RUclips

    • @jasonshen
      @jasonshen  3 года назад

      Good to know hope you enjoy the content

  • @muhammadamineeuldji3036
    @muhammadamineeuldji3036 3 года назад +1

    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

    • @jasonshen
      @jasonshen  3 года назад

      glad you liked it and thank you

    • @jasonshen
      @jasonshen  3 года назад

      a p2p app with pure dart server + flutter is in the plans, stay tune

  • @mkhwanazicebo4448
    @mkhwanazicebo4448 Год назад

    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 ?

  • @ramsmart8939
    @ramsmart8939 3 года назад +1

    Super cool video about RTC with FLutter. How much connection can connect per the second maximum by minimum by Pion Server.

    • @jasonshen
      @jasonshen  3 года назад +1

      On a single core 3.6ghz cpu you will get 1600 connections

    • @ramsmart8939
      @ramsmart8939 3 года назад

      @@jasonshen 1600 peers or 1600 separate call

    • @jasonshen
      @jasonshen  3 года назад +1

      @@ramsmart8939 sfu goes by peers buddy, so peers

    • @jasonshen
      @jasonshen  3 года назад +1

      other words its like around 400 calls

  • @abhinovpankaj1
    @abhinovpankaj1 5 дней назад

    If I am not connected to internet will this work?

  • @luanevangelista4014
    @luanevangelista4014 8 месяцев назад

    Incredible content. It helped a lot !!!!

  • @speakup8721
    @speakup8721 7 месяцев назад

    This is great. Bravo

  • @handsanitizer2457
    @handsanitizer2457 3 года назад +1

    This is cool, can you make a many to many aka a group conference.

    • @jasonshen
      @jasonshen  3 года назад

      check above there is actually a many to many start kit link

  • @vusumuzichikandi8450
    @vusumuzichikandi8450 2 года назад +1

    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?

  • @maneetsingh964
    @maneetsingh964 3 года назад +1

    Thanks for the hardwork and this is awesome

    • @jasonshen
      @jasonshen  3 года назад

      No problem! hope you like it

  • @kabal6748
    @kabal6748 2 года назад

    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?

    • @jasonshen
      @jasonshen  2 года назад +1

      For sure u can

    • @kabal6748
      @kabal6748 2 года назад

      @@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.

  • @aminulislammukul4960
    @aminulislammukul4960 3 года назад +1

    u are awsom man

  • @ytabhigan
    @ytabhigan 2 года назад

    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.

    • @jasonshen
      @jasonshen  2 года назад

      Thank you for your support, yeah you sure can, change the constrains to video false then it will just have audio

    • @ytabhigan
      @ytabhigan 2 года назад

      @@jasonshen Oh thanks for the quick tip. I'll try that and will ask for further help if need be. Thanks again.

  • @이소진-x2n
    @이소진-x2n 3 года назад

    Where is the material copied at 3:14? i cant found that .. 🥺
    Do you have any reference material when implementing the SFU method?

    • @jasonshen
      @jasonshen  3 года назад

      Sorry what do you mean by material?

    • @이소진-x2n
      @이소진-x2n 3 года назад

      @@jasonshen I mean the code copied to add-line.py..!!

    • @jasonshen
      @jasonshen  3 года назад

      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

  • @nickkk4583
    @nickkk4583 Год назад

    I just bought this but it can't run as a flutter web, what should I do?

    • @jasonshen
      @jasonshen  Год назад

      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

  • @sachindeveloperko8424
    @sachindeveloperko8424 3 года назад

    Thank you for making tutorial 👍 love you 🙏🙏🙏🔥🔥🔥

    • @jasonshen
      @jasonshen  3 года назад +1

      glade you liked it, thanks

  • @mahmoudabdulfattah7294
    @mahmoudabdulfattah7294 2 года назад

    thank you very much do you have a full flutter webrtc paid course

    • @jasonshen
      @jasonshen  2 года назад

      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

    • @jasonshen
      @jasonshen  2 года назад

      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

  • @danielscicluna2309
    @danielscicluna2309 3 года назад

    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
      @jasonshen  3 года назад

      so the answer is yes, but you need to implement that stuff, this is purely on video calls

    • @danielscicluna2309
      @danielscicluna2309 3 года назад

      @@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

    • @jasonshen
      @jasonshen  3 года назад

      @@danielscicluna2309 you would need internet to have that function, otherwise there is no way of having it to work the way you wanted

  • @MoradNajem-ie3yk
    @MoradNajem-ie3yk 2 года назад

    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?

    • @jasonshen
      @jasonshen  2 года назад

      Where r u running the server?

    • @jasonshen
      @jasonshen  2 года назад

      so it connects but no video display right? are you running it locally or?

    • @MoradNajem-ie3yk
      @MoradNajem-ie3yk 2 года назад

      @@jasonshen locally

    • @jasonshen
      @jasonshen  2 года назад

      @@MoradNajem-ie3yk locally should work, if you just run the code as the video, thats how its setup too

    • @suchinthanawijesundara6464
      @suchinthanawijesundara6464 2 года назад

      Same here 🙂

  • @gourav7315
    @gourav7315 3 года назад +3

    Why you want money for sharing source code? pls send it for free

  • @Technotoxs-b1k
    @Technotoxs-b1k 29 дней назад

    Why Have you added Python File For what Reason Could you Please expalin in deep

    • @jasonshen
      @jasonshen  29 дней назад

      That python file just sets the permission that is needed for flutter on different platforms

    • @jasonshen
      @jasonshen  29 дней назад

      If you do those manually then just ignore it

  • @akshitmehra3428
    @akshitmehra3428 3 года назад

    Can you make a many to many video in flutter?

    • @akshitmehra3428
      @akshitmehra3428 3 года назад

      And how to create multiple rooms?

    • @jasonshen
      @jasonshen  3 года назад

      check out the flutter many to many startkit in the mean time in the descriptions, will look into a video soon