Android app CamOn

Jerry Geis jerry.geis at gmail.com
Mon Dec 30 18:37:06 UTC 2019


Hi All - I am trying to get audio from the Android App CamOn and pipe that
to hlssink.

GST with playbin reports
creating caps event application/x-rtp, media=(string)audio,
payload=(int)96, clock-rate=(int)48000,
encoding-name=(string)MPEG4-GENERIC, encoding-par
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


I am trying to decode audio with:
gst-launch-1.0 rtspsrc name=myrtsp location=rtsp://
192.168.2.101:8080/video/h264 ! 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.


I get video - just no audio. I also tried with out the bitrate=96000.
Any idea what I have not done right ? Audio is heard fine if I goto the
http address of the camera.

Thanks,

Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191230/18af239b/attachment.htm>


More information about the gstreamer-devel mailing list