mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
test-video-rtx: set exact payload type to PCMA payloader
Setting wrong payload type causes failure to do retransmission through audio stream https://bugzilla.gnome.org/show_bug.cgi?id=747839
This commit is contained in:
parent
de590b4b2a
commit
fabde79bc3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ main (int argc, char *argv[])
|
|||
"videotestsrc ! video/x-raw,width=352,height=288,framerate=15/1 ! "
|
||||
"x264enc ! rtph264pay name=pay0 pt=96 "
|
||||
"audiotestsrc ! audio/x-raw,rate=8000 ! "
|
||||
"alawenc ! rtppcmapay name=pay1 pt=97 " ")");
|
||||
"alawenc ! rtppcmapay name=pay1 pt=8 " ")");
|
||||
|
||||
/* store up to 0.4 seconds of retransmission data */
|
||||
gst_rtsp_media_factory_set_retransmission_time (factory, 400 * GST_MSECOND);
|
||||
|
|
Loading…
Reference in a new issue