Sync audio and video in RTSP server
bomba
jhonata.poma at gmail.com
Thu Jul 21 23:16:59 UTC 2016
Actually, changing from
// audio
"filesrc location=/dev/ttyUSB0 do-timestamp=true ! "
"audio/x-alaw,rate=8000,channels=1 ! queue ! rtppcmapay
name=pay1 pt=97"
" )");
to
// audio
"filesrc location=/dev/ttyUSB0 do-timestamp=true ! "
"audio/x-alaw,rate=8000,channels=1 ! queue ! "
"alawdec ! alawenc ! rtppcmapay name=pay1 pt=97"
" )");
Fixed the problem. That makes me think of different formed alaw than the
expected. Is there any parser for alaw?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Sync-audio-and-video-in-RTSP-server-tp4678788p4678795.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list