-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem in audio streaming? #337
base: master
Are you sure you want to change the base?
Conversation
Files a little messy, need some cleaning up
@appnuri sorry i don't understand your comment?? thanks |
This is some spam bot. I will block it. |
thanks @sarxos please help me in audio streaming its not working if you any other idea for live audio streaming between i server and many client ?? i found many UDP TCP examples on google but they do not working properly...!! Thanks |
Hi @afzaalhussain50, In regards to the pull request you've sent from @ryancheu's fork, there is a conflict with the code you've sent and I cannot merge it. Can you squash these three commits into one, remove changes from Back to the audio streaming, I would love to help but I'm completely unfamiliar with audio processing. There are dozens of audio streaming projects wrote in Java I found on Github. Maybe, instead of creating own solution, you should try one of these? |
Moreover, maybe there is something wrong with your PC audio, because example by @ryancheu worked well when I tested it. You also said the examples you tried did not work well - this may be another clue. |
hi, your live webcam streaming with audio example is outstanding, but in this example audio streaming is not working only video streaming working, can you solve my problem?
i am making my degree project its include live video stream with audio, i found your example it can help me, please solve my problem that why audio is not working...
first i run streamServer.java then i run StreamClient,java video stream work successfully but problem in audio and i also see in console that there is no log information for audio only images(video) log information i see, why??
Thanks