Git Product home page Git Product logo

Comments (6)

AyadRocketfy avatar AyadRocketfy commented on September 28, 2024

Hello @dweberlj,

If you want to stream you should use sockets for that.
There is an example using dart for the server part:

This example will stream like a walky talkie.
I have tested it and it works.

The error you are getting it's because it's not a dio exception. You can check this way:

if (e is DioError) { print(e.response.statusCode); print(e.response.data); print(e); } print('$e');

from flutter-sound-stream.

dweberlj avatar dweberlj commented on September 28, 2024

Thanks @AyadRocketfy, we'll check out the client dart example and connect it to our nodejs server. Should be pretty straight forward.

Regards,
Dean

from flutter-sound-stream.

AyadRocketfy avatar AyadRocketfy commented on September 28, 2024

You welcome @dweberlj :)

from flutter-sound-stream.

alysonrode avatar alysonrode commented on September 28, 2024

Can i get a similar result using sockets and not websockets? Im tryng to communicate two smartphones and transmit audio that between them, but it hasen't work as i expected

from flutter-sound-stream.

2math avatar 2math commented on September 28, 2024

Can i get a similar result using sockets and not websockets? Im tryng to communicate two smartphones and transmit audio that between them, but it hasen't work as i expected

Have you tried to use 1st device as a hotspot and connect from the second device?

from flutter-sound-stream.

alysonrode avatar alysonrode commented on September 28, 2024

Have you tried to use 1st device as a hotspot and connect from the second device?

Hey Math, thanks for replying! :)

My problem was solved using the "add" parameter in socket and preparing the socket as broadcast stream.

from flutter-sound-stream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.