<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>I'm trying to send audio form a mp3 file with gstreamer encoded with faac on RTP.<br>
<br>The problem is that I can't play it with any player (I like to play it with mplayer, vlc, etc. using a SDP file)<br>
<br>
I'd tested it with a mp3 file and the following command:<br>
<br>
gst-launch-0.10 -v filesrc location=/share/sample.mp3 ! flump3dec !
queue max-size-buffers=0 max-size-time=0 ! ffenc_libfaac ! queue
max-size-buffers=0 max-size-time=0 ! queue max-size-buffers=0
max-size-time=0 ! rtpmp4apay ! udpsink host=192.168.1.168 port=6060<br>
<br>and I have this SDP:<br>
<br>
v=0<br>
o=- 116704633 116704633 IN IP4 127.0.0.1<br>
s=GStreamer<br>
t=0 0<br>
a=range:npt=now-<br>
a=control:trackID=1<br>
c=IN IP4 192.168.1.168<br>
m=audio 6060 RTP/AVP 96<br>
a=rtpmap:96 MP4A-LATM/48000/2<br>
<br>But there is no sound in mplayer or vlc.<br><br>I also tried faac and ffenc_libfaac to encoding, rptmpapay and rtpmpa4pay to packetise, MP4A-LATM and mpeg-generic in SDP file..., but nothing.<br><br>
Has Anybody any idea?<br>
Has Anybody tried anything like that?<br>
Is it a problem only with audio encoding or SDP file config or is there a bug in any part?<br>
<br>
Thanks<br></td></tr></table><br>