Opened 17 years ago
Closed 17 years ago
#501 closed enhancement (fixed)
Set master port worker thread priority to highest by default
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Unless thread priority of master port is set to a high priority, media flow controlled by master port is easily disturbed, for example when one switch the focus to other application window.
So with this ticket, master port worker thread priority is set to highest value by default. If this is not desired, application can specify PJMEDIA_CLOCK_NO_HIGHEST_PRIO flag when creating the master port (or the clock object).
Change History (1)
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r1843