Skip to content

Commit

Permalink
weird
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Feb 28, 2024
1 parent c6f09db commit c274daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/videostreaming/gstreamer/gstrtpaudioplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ static std::string construct_gstreamer_pipeline(){
//ss<<"udpsrc port=5610 caps=\"application/x-rtp, media=(string)audio, clock-rate=(int)8000, encoding-name=(string)L16, encoding-params=(string)1, channels=(int)1, payload=(int)96\" ! rtpL16depay ! queue ! autoaudiosink sync=false";
ss<<"udpsrc port=5610 caps=\"application/x-rtp, media=(string)audio, clock-rate=(int)8000, encoding-name=(string)PCMA\"";
ss<<" ! rtppcmadepay ! audio/x-alaw, rate=8000, channels=1 ! alawdec ! ";
//ss<<"autoaudiosink sync=false";
ss<<"openslessink";
ss<<"autoaudiosink sync=false";
//ss<<"openslessink";
return ss.str();
}

Expand Down

0 comments on commit c274daf

Please sign in to comment.