GithubHelp home page GithubHelp logo

Connection Issue about audiostreaming HOT 39 CLOSED

antonypro avatar antonypro commented on August 22, 2024
Connection Issue

from audiostreaming.

Comments (39)

antonypro avatar antonypro commented on August 22, 2024

Are you writing your own code?
Have you a problem with some of the Demos?

If you're writing code, please show what you're trying to do.
If you found a problem with the library or it's Demos, please tell me.

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

what has given in our site i build library and demos with Qt 5.11 an d try to connect client and server from server i am gettings this is u r code only.

Building in windows.

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

I'm currently working to improve this library, the code in the repository is outdated! Can you please test with my current code in the following zip file? After confirm that the problem is solved, i'll update the repository code!

AudioStreamingSDK.zip

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

Sorry for late response, but i've added a page on the Wiki explaining the default behaviour of WebServer.

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

Hi,

I am created root account in one client and connected to server and requested invitation code i got invitation code and in another client i am trying to create account from that invitation code i am getting error cannot create new user how can i create account from another client

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

There are rules for account creation, minimum 3 and maximum 20 characters for user name and minimum 6 and maximum 128 characters for password, only lowercase letters and numbers accepted in both.

To change this behaviour you have to edit WebServer application.

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

i am giving user name as satya and password is 123456 and trying to connect it is not creating

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

IMG_20190502_132118 1
IMG_20190502_132124 1
IMG_20190502_132156 1
IMG_20190502_132218 1

these are screen shots what i am creating i am getting error

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

Do you see any information on WebServer?

Your device have properly set OpenSsl?

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

connected wit encryption
root user logged in
root sending code
user origin root
this are printing

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

You set the user name, password, the code, click new account and this happens?

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

Also, the the prompt to accept the hash of the certificate appears to you?

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

setting user name password and code click create new account it is operation timed out error

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

for root user created and i am trying to create another user i cannot

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

Please note that once time the account is created, you must type the user name, the password and click on connect to server button, valid for root user too!

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

Have some firewall between your device and the WebServer that may be blocking the connection?

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

i am using in andriod

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

i am created account with root it is connecting properly but i am creating another client user i am getting problem

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

in another user how i want to create with which ip i have to create

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

Are you running WebServer on Windows or Android?

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

webserver on linux and walkietalkie on andriod

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

in andriod root access should be
there

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

i want to build walkitalkie in windows which verison of openssl should use how to use with Qtmingw can u send link of openssl what u r using.

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

error during ssl handshake error no protocals avaliable in windows i am getting this error while connecting to server in andriod i solved the problem.

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

opus andriod is avaliable in new version of code that folder is not avaliable in your site it is avaliable

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

About the Opus Codec just rename the opus-x.x folder to opus and merge it with jni/opus folder provided.

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

The source of the OpenSsl i'm using lives here: https://www.openssl.org/source/openssl-1.0.2r.tar.gz

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

The WebServer is made to run even on command line only environments, like Ubuntu Server, if you want to access root user in your Android device, just run the WebServer and connect to it using WalkieTalkieDemo on the same device, however i never tried do it.

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

i am trying to compile opus for andriod 1.3.1 version i am getting this error

Microsoft Windows [Version 10.0.17763.437]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\SYS>cd C:\Users\SYS\Downloads\AudioStreamingSDK_Andriod\opus-android\jni\opus

C:\Users\SYS\Downloads\AudioStreamingSDK_Andriod\opus-android\jni\opus>C:\android-ndk-r16b\ndk-build
C:/Users/SYS/Downloads/AudioStreamingSDK_Andriod/opus-android/jni/Android.mk:4: opus/Android.mk: No such file or directory
C:/Users/SYS/Downloads/AudioStreamingSDK_Andriod/opus-android/jni/Android.mk:4: opus/Android.mk: No such file or directory
make: *** No rule to make target `opus/Android.mk'. Stop.

C:\Users\SYS\Downloads\AudioStreamingSDK_Andriod\opus-android\jni\opus>cd ..

C:\Users\SYS\Downloads\AudioStreamingSDK_Andriod\opus-android\jni>C:\android-ndk-r16b\ndk-build
[armeabi-v7a] "StaticLibrary ": "libcodec.a"
process_begin: CreateProcess(NULL, C:/android-ndk-r16b/build//../toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ar crsD C:/Users/SYS/Downloads/AudioStreamingSDK_Andriod/opus-android/obj/local/armeabi-v7a/libcodec.a, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [C:/Users/SYS/Downloads/AudioStreamingSDK_Andriod/opus-android/obj/local/armeabi-v7a/libcodec.a] Error 2

C:\Users\SYS\Downloads\AudioStreamingSDK_Andriod\opus-android\jni>

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

opus version 1.3.1

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

Successfully built here with both: android-ndk-r18b-windows-x86_64 and android-ndk-r16b-windows-x86_64. Windows 10.

Can you test in another environment?

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

can you how to compile opus for andriod

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

Done! See here!

from audiostreaming.

SatyanarayanaEpigon avatar SatyanarayanaEpigon commented on August 22, 2024

how u has given i am trying to compile i am getting this Error

Microsoft Windows [Version 10.0.17763.475]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\SYS>cd C:\Users\SYS\Downloads\AudioStreamingSDK_Andriod\opus-android\jni

C:\Users\SYS\Downloads\AudioStreamingSDK_Andriod\opus-android\jni>C:\android-ndk-r16b\ndk-build.cmd -j4
[armeabi-v7a] "StaticLibrary ": "libcodec.a"
process_begin: CreateProcess(NULL, C:/android-ndk-r16b/build//../toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ar crsD C:/Users/SYS/Downloads/AudioStreamingSDK_Andriod/opus-android/obj/local/armeabi-v7a/libcodec.a, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [C:/Users/SYS/Downloads/AudioStreamingSDK_Andriod/opus-android/obj/local/armeabi-v7a/libcodec.a] Error 2
make: *** Waiting for unfinished jobs....

C:\Users\SYS\Downloads\AudioStreamingSDK_Andriod\opus-android\jni>

can u tell where i am doing mistake

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

I don't believe there is a mistake with your set up.

It possible to be a conflict in your device with other softwares.

As last resort, try compiling in another clean machine, or in a clean virtual machine.

from audiostreaming.

antonypro avatar antonypro commented on August 22, 2024

I'm closing this issue due to inactivity.

from audiostreaming.

Related Issues (11)

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.