For Linphone and VP8 error, you can check {1} which explain how to fix
the issue.
{1}
http://linux.autostatic.com/installing-webrtc2sip-on-ubuntu-1204
On Mar 6, 10:42 am, Crazy Joe <
grayfox61...@gmail.com> wrote:
> Hi Kevin,
>
> I am glad of that you solve the problem.
>
> I am doing some testing on WebRTC, I have already installed the WebRTC2Sip
> Server and it is running well with most codec.
> But only codec "VP8" , When I use Linphone to test With WebRTC Client using
> video codec "VP8", my Linhpone Client Logged the Error Message "5 Bitstream
> not supported by this decoder" same with u
>
> I have checked my first RTP packet with sequence 9d 01 2a ...... , so I
> think the payload header which may be right.
> But I dont have any idea to solve the problem, I have checked all the
> package about install webrtc2sip is already installed with vp8 support.
>
> Would you tell me any tips about how you resolve the problem, thanks.
>
> Kevin Glass於 2012年7月4日星期三UTC+8下午11時16分25秒寫道:
>
>
>
>
>
>
>
>
>
> > Thanks all for your help. I have it working now. It was a packetisation
> > issue.
>
> > Cheers,
>
> > kev
>
> >> > On Tue, Jul 3, 2012 at 2:12 PM, Kevin Glass <
ke...@cokeandcode.com<javascript:>>
> >> wrote:
>
> >> >> Tracked down the the actual data thats being pushed through:
>
> >> >> ortp-message-Decode length= 221
>
> >> >> DECODING: 90,80,bc,4a,31,12,00,0a,10,5c,00,1e,eb,be,9b,05,
>
> >> >> ortp-warning-vpx_codec_decode failed : 5 Bitstream not supported by
> >> this decoder ((null))
>
> >> >> Any ideas what's wrong with that packet?
>
> >> >> Cheers,
>
> >> >> Kev
>
> >> >> On 3 July 2012 16:14, Kevin Glass <
ke...@cokeandcode.com <javascript:>>
> >> >>> On 3 July 2012 15:37, Kevin Glass <
ke...@cokeandcode.com<javascript:>>
> >> wrote:
>
> >> >>> > Thanks for helping, I've got mediastreamer2 doing the
> >> de-packetizing but I'm wondering if their code isn't quite right. If I take
> >> a stream that they've encoded and try and decode that - all is well. Only
> >> when I try to decode the stream from WebRTC do I get the error.
>
> >> >>> > I'll find out exactly whats being passed in for decoding.
>
> >> >>> > Cheers,
>
> >> >>> > Kev
>
> >> >>> > On 3 July 2012 15:24, John Koleszar <
jkol...@google.com<javascript:>>
> >> wrote:
>
> >> >>> >> Ah, I see what you're doing. You can't pass the RTP data into
> >> libvpx. You need to depacketize it and pass only the vp8 payload to the
> >> decoder.
>
> >> >>> >> On Jul 3, 2012 7:15 AM, "Kevin Glass" <
ke...@cokeandcode.com<javascript:>>
> >> wrote:
>
> >> >>> >>> This is a snippet of the start of the payload from the RTP packet
> >> that I decode from the WebRTC SRTP, seems to fit as VP8 with the extension
> >> bit set.
>
> >> >>> >>> 0000 - 90 80 93 e4 b1 1e 00 08 10 7c 00 1e dc 6e 1c e6
> >> >>> >>> 0010 - 82 ad 41 32 cc 9c 6a c0 c0 c0 c0 c1 85 82 a7 65
> >> >>> >>> 0020 - f2 99 01 54 c0 48 bd ff f7 de 5e 62 aa d7 93 05
>
> >> >>> >>> I'm not 100% convinced that's what actually getting into the
> >> decoder, I'm currently trying to get that data out now.
>
> >> >>> >>> Could you help me to understand if the above payload for VP8 make
> >> sense and I'll try and get the data thats going into the decoder itself
> >> shortly.
>
> >> >>> >>> Cheers,
>
> >> >>> >>> Kev
>
> >> >>> >>> On 3 July 2012 14:54, John Koleszar <
jkol...@google.com<javascript:>>
> >> wrote:
>
> >> >>> >>>> Seems more likely that you're not passing the decoder the
> >> correct start of the vp8 data. Can you give me a hex dump of the first 16
> >> bytes or so of the first frame?
>
> >> >>> >>>> On Jul 3, 2012 2:58 AM, "Kevin Glass" <
ke...@cokeandcode.com<javascript:>>
> >> wrote:
>
> >> >>> >>>>> Thanks for that Stefan.
>
> >> >>> >>>>> I've been digging more into the issue and it seems that the VP8
> >> I'm receiving from the browser has the extension bit set and the
> >> mediastreamer use of the codec doesn't use that - does anyone know if
> >> there's a flag that is passed to vpx to support it?
>
> >> >>> >>>>> Cheers,
>
> >> >>> >>>>> Kev
>
> >> >>> >>>>> On 2 July 2012 20:50, Stefan Holmer <
hol...@google.com<javascript:>>
> >> wrote:
>
> >> >>> >>>>>> Hi,
>
> >> >>> >>>>>> From what I can see Chromium upgraded to v1.1.0 three weeks
> >> ago:
>
> >>
http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/libvpx/s...