Changes between Initial Version and Version 1 of Ticket #1063
- Timestamp:
- Apr 30, 2010 12:32:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1063 – Description
initial v1 6 6 #define PJMEDIA_CONF_USE_SWITCH_BOARD 1 7 7 }}} 8 1. run pjsua , enable only PCMA:8 1. run pjsua to stream file 9 9 {{{ 10 $ pjsua -- dis-codec * --add-codec pcmu10 $ pjsua --null-audio --clock-rate --play-file pjsua8.wav --auto-play --auto-answer 200 11 11 }}} 12 1. call a destination, and hear the audio. 12 1. run another pjsua and call the pjsua "server": 13 {{{ 14 $ pjsua --dis-codec * --add-codec pcma --local-port 5080 sip:localhost 15 }}} 16 13 17 14 18 This was tested on Linux Ubuntu 09.10 64bit.