TCF debugging causes connection refused to Pulseaudio server [message #1754251] |
Wed, 15 February 2017 17:40 |
Jeff Zhu Messages: 1 Registered: February 2017 |
Junior Member |
|
|
I am on an application using Pulseaudio to record voice. Pulseaudio provides a simple interface library pulse-simple, and the pa_simple_new() is the first call to create a connection to pulseaudio server.
This call to pa_simple_new() normally works fine in the application.
When I debug the application remotely with eclipse TCF from an Ubuntu 16.04 host, I got a connection refused error in pa_simple_new().
The remote debugging is running the application as root as well on a linux-based (yocto) target running as root.
Suspecting port conflicting with TCF and pulseaudio server, but I only found documented that pulseaudio server uses TCP 4713 but TCF uses UDP 1534.
Anyone met this kind of problem ?
I tried just the pulseaudio example code, result is the same. freedesktop.org/software/pulseaudio/doxygen/parec-simple_8c-example.html
Appreciated.
|
|
|
Powered by
FUDForum. Page generated in 0.03364 seconds