Page 1 of 1

H.264 in 0.8.6i VS 0.9.8

Posted: 16 Feb 2009 12:25
by tamiro44
Hi guys,
We wrote a DVE that work with H.264 RTP payload type=96.
In 0.8.6i the movie won't play (and with no messages) and in 0.9.8a everything just fine.
If there is some info that i can give in order to help me,
Please tell me.
Thanks,
Tamiro.

Here is the SDP:

v=0
o=- 317787335794 1 IN IP4 10.34.10.1
s=testProfile2
i=102
t=0 0
a=tool:LIVE555 Streaming Media v2008.12.19
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:testProfile2
a=x-qt-text-inf:102
m=video 4788 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001E;sprop-parameter-sets=Z0IAHqtAsEsg,aM44gA==;
a=control:track1

Re: H.264 in 0.8.6i VS 0.9.8

Posted: 16 Feb 2009 15:30
by Jean-Baptiste Kempf
Well, if it works in 0.9.x, what is the problem?

Re: H.264 in 0.8.6i VS 0.9.8

Posted: 17 Feb 2009 08:30
by tamiro44
I've built a player in C# that works with libvlc.dll of 0.8.6

Re: H.264 in 0.8.6i VS 0.9.8

Posted: 17 Feb 2009 12:44
by Jean-Baptiste Kempf
Well, sorry, but 0.8.6 is old an unmaintained... I am afraid no developer can help you on that.

Re: H.264 in 0.8.6i VS 0.9.8

Posted: 17 Feb 2009 13:25
by tamiro44
j-b,
I understand that but maybe my parameters to the player through SDP are wrong.
So if someone can see easily the mistake or know that in 0.8.6 there were problems with RTSP/RTP H.264
I'll be glad.

Thanks,
Tamiro.

Re: H.264 in 0.8.6i VS 0.9.8

Posted: 17 Feb 2009 13:38
by Jean-Baptiste Kempf
SDP and RTP code has changed much between those versions.

Re: H.264 in 0.8.6i VS 0.9.8

Posted: 17 Feb 2009 14:35
by tamiro44
The problem is that the player show nothing and yet,
no VLC messages are displayed in order to debug..