Changes between Initial Version and Version 1 of Ticket #1063


Ignore:
Timestamp:
Apr 30, 2010 12:32:20 PM (14 years ago)
Author:
bennylp
Comment:

Edited: playing back local file is fine.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1063 – Description

    initial v1  
    66#define PJMEDIA_CONF_USE_SWITCH_BOARD   1 
    77}}} 
    8  1. run pjsua, enable only PCMA: 
     8 1. run pjsua to stream file 
    99{{{ 
    10 $ pjsua --dis-codec * --add-codec pcmu 
     10$ pjsua --null-audio --clock-rate --play-file pjsua8.wav --auto-play --auto-answer 200 
    1111}}} 
    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 
    1317 
    1418This was tested on Linux Ubuntu 09.10 64bit.