<div dir="ltr"><br><div>Hi All - I am trying to get audio from the Android App CamOn and pipe that to hlssink.</div><div><br></div><div>GST with playbin reportsĀ </div><div>creating caps event application/x-rtp, media=(string)audio, payload=(int)96, clock-rate=(int)48000, encoding-name=(string)MPEG4-GENERIC, encoding-par<br>ams=(string)1, profile-level-id=(string)1, mode=(string)AAC-hbr, sizelength=(string)13, indexlength=(string)3, indexdeltalength=(string)3, config=(string)1188, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1<br></div><div><br></div><div><br></div><div>I am trying to decode audio with:</div><div>gst-launch-1.0 rtspsrc name=myrtsp location=rtsp://<a href="http://192.168.2.101:8080/video/h264">192.168.2.101:8080/video/h264</a> ! queue ! rtph264depay ! h264parse config-interval=-1 ! mpegtsmux name=mymux ! hlssink playlist-root=hlssink.camera.1650.%05d.ts target-duration=1 max-files=3 playlist-length=2 playlist-location=playlist.camera.1650.m3u8 myrtsp. ! queue ! decodebin ! audioconvert ! audioresample ! audiorate ! avenc_aac bitrate=96000 compliance=-2 ! mymux.<br></div><div><br></div><div><br></div><div>I get video - just no audio. I also tried with out the bitrate=96000.</div><div>Any idea what I have not done right ? Audio is heard fine if I goto the http address of the camera.</div><div><br></div><div>Thanks,</div><div><br></div><div>Jerry</div></div>