-
Notifications
You must be signed in to change notification settings - Fork 723
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
tcp stream (AUD-5968) #1340
Comments
暂停的时间是多长,是不是确实是tcp 超时了? |
手动resume的,时间不定,tcp是超时的,疑问是pause pipeline,所有的audio element应该都是paused的,tcp stream还在继续判断超时等待吗? |
@davidHuW 你 tcp server 用的是什么脚本 ? |
TCP 超时等待中,tcp read函数不会返回,element 就是阻塞状态 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description
使用TCP_STREAM读取音频流播放音乐,在TCP_CONNECT事件回调 暂停整个player pipeline,等待多个播放器同步后,执行resume pipeline,但是tcp_stream直接报了读取超时,整个pipeline暂停并没有停止tcp_stream读取,请问这种情况该如何处理,谢谢
The text was updated successfully, but these errors were encountered: