<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">
                        <!-- / icon and title -->
                

                <!-- message -->
                <div id="post_message_14225">
                        
                        I'm trying to send live audio form a dvb card with gstreamer to a Wowza server and then play audio flash from jwplayer.<br>
<br>
The problem is that I can't hear the audio in jwplayer.<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>
Wowza caught it 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, if I try to play that SDP in jwplayer, It looks loke loading, but doesn't play anything...<br>
<br>
Wowza doesn't echo any errors, when I connect from jwplayer to play, it only says (I turn the debug off):<br>
<br>
INFO session connect-pending 192.168.1.128 -<br>
INFO session connect 192.168.1.128 -<br>
INFO stream create - -<br>
INFO server comment - MediaStreamMediaCasterPlay: startPlay<br>
INFO stream play rtplive.sdp -<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
                </div></td></tr></table><br>