<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I'm trying to read <b>rtsp </b>stream (<b>h264 + aac</b>),<br>
<br>
But it works only when i put <b>audio-sink=fakesink</b> in the
gst_parse_launch method call (I use playbin)<br>
If i remove <b>audio-sink=fakesink</b> , I can see these warnings :<br>
<br>
** (<unknown>: 70379): WARNING **: Invalid channel positions
<br>
** (<unknown>: 70379): WARNING **: Invalid channel positions
<br>
<br>
The result of this is that the live streaming is stuck on the first
image, and I can't hear any sound.<br>
It only appears on iOS, I do the same thing on Android and it works
great with the same rtsp stream.<br>
<br>
Do you have an idea ?<br>
</body>
</html>