Skip to content
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

No voice Issue: Debugging the project : publishStreamId being null #171

Open
GoogleCodeExporter opened this issue Sep 29, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

I am facing issue of the No voice in the red5phone in r47 
I had debugged same i found that , NullPointerException being thrown while 
pushing audio to the flash player with the help of the log files 

Further i debugged i found that "publishStreamId" which is used by the 
pushAudio method is NULL

Detailed Info(at code level) 

I inserted the log stmt in two files RTMPUser , RTPStreamReceiver, as I am 
getting exception in two classes methods RTMPUser#pushAudio() and 
RTPStreamReceiver#forwardAudioToFlashPlayer() respectively as in log files 
I got the cause of exception that , RTMPUser#publishStreamId instance variable 
being null, while publishing the audio to flash player using Red5 server api 
method  RTMPClient#publishStreamData()

I installed red5- 0.9.1 and red5phone r47
(i used r53 and r54 but same issue)

Anyone knows why it is being null?

Original issue reported on code.google.com by perry.a...@gmail.com on 26 Sep 2011 at 10:04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant