List Info

Thread: Playing h264 with cayenne_1_5_0 over RTP




Playing h264 with cayenne_1_5_0 over RTP
user name
2006-06-05 14:19:35
Hi All,

I am doing some tests with Visual Studio h264 binaries
available in 
datatype-dist.
Local file playback looks to work but rtp stream playback
does not.

An assertion occurs in H264Decoder/H264VLDHeaders.cpp line
2454, the 
failing expression is "0 !=
m_VLDCurrentPicture".

Here is the sdp file passed to Helix

v=0
o=- 1 1 IN IP4 127.0.0.1
s=mp4broadcaster
e=NONE
c=IN IP4 224.0.0.1/2
t=0 0
b=RR:0
m=video 20000 RTP/AVP 96
b=AS:200
a=control:trackID=2
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=674d00; 
sprop-parameter-sets=Z00AKJp0FidCAB6MUAOThsUI,aO48gA==;
packetization-mode=1

QuickTime is able to play the stream from this file.

Thanks,
David


_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
Playing h264 with cayenne_1_5_0 over RTP
user name
2006-06-05 15:42:12
Please file a bug.
Enter cayenne as the keyword, add milko and ehyche to bug CC
list and 
assign to pankajgupta.

It is important to include rtsp repro link if at all
possible.

Thanks,
Milko

At 07:19 AM 6/5/2006, David Audrain wrote:
>Hi All,
>
>I am doing some tests with Visual Studio h264 binaries
available in 
>datatype-dist.
>Local file playback looks to work but rtp stream
playback does not.
>
>An assertion occurs in H264Decoder/H264VLDHeaders.cpp
line 2454, the 
>failing expression is "0 !=
m_VLDCurrentPicture".
>
>Here is the sdp file passed to Helix
>
>v=0
>o=- 1 1 IN IP4 127.0.0.1
>s=mp4broadcaster
>e=NONE
>c=IN IP4 224.0.0.1/2
>t=0 0
>b=RR:0
>m=video 20000 RTP/AVP 96
>b=AS:200
>a=control:trackID=2
>a=rtpmap:96 H264/90000
>a=fmtp:96 profile-level-id=674d00; 
>sprop-parameter-sets=Z00AKJp0FidCAB6MUAOThsUI,aO48gA==;
packetization-mode=1
>
>QuickTime is able to play the stream from this file.
>
>Thanks,
>David
>
>
>_______________________________________________
>Datatype-dev mailing list
>Datatype-devhelixcommunity.org
>http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev



_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
Playing h264 with cayenne_1_5_0 over RTP
user name
2006-06-05 15:50:58
I only worked on the local playback part of the H.264
decoder. I believe
Pankaj Gupta worked on the rtsp / depacketization part, and
it sounds
like this has a problem in this case. He can correct me if I
am wrong.

Is your rtsp stream available?

Karl.


David Audrain wrote:
> Hi All,
> 
> I am doing some tests with Visual Studio h264 binaries
available in
> datatype-dist.
> Local file playback looks to work but rtp stream
playback does not.
> 
> An assertion occurs in H264Decoder/H264VLDHeaders.cpp
line 2454, the
> failing expression is "0 !=
m_VLDCurrentPicture".
> 
> Here is the sdp file passed to Helix
> 
> v=0
> o=- 1 1 IN IP4 127.0.0.1
> s=mp4broadcaster
> e=NONE
> c=IN IP4 224.0.0.1/2
> t=0 0
> b=RR:0
> m=video 20000 RTP/AVP 96
> b=AS:200
> a=control:trackID=2
> a=rtpmap:96 H264/90000
> a=fmtp:96 profile-level-id=674d00;
> sprop-parameter-sets=Z00AKJp0FidCAB6MUAOThsUI,aO48gA==;
> packetization-mode=1
> 
> QuickTime is able to play the stream from this file.
> 
> Thanks,
> David
> 
> 
> _______________________________________________
> Datatype-dev mailing list
> Datatype-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
Playing h264 with cayenne_1_5_0 over RTP
user name
2006-06-05 16:31:40
It's not a RTSP stream, it's a local multicast RTP stream
generated with 
mpeg4ip test tool (mp4broadcaster).

Karl Lillevold wrote:
> I only worked on the local playback part of the H.264
decoder. I believe
> Pankaj Gupta worked on the rtsp / depacketization part,
and it sounds
> like this has a problem in this case. He can correct me
if I am wrong.
>
> Is your rtsp stream available?
>
> Karl.
>
>
> David Audrain wrote:
>   
>> Hi All,
>>
>> I am doing some tests with Visual Studio h264
binaries available in
>> datatype-dist.
>> Local file playback looks to work but rtp stream
playback does not.
>>
>> An assertion occurs in
H264Decoder/H264VLDHeaders.cpp line 2454, the
>> failing expression is "0 !=
m_VLDCurrentPicture".
>>
>> Here is the sdp file passed to Helix
>>
>> v=0
>> o=- 1 1 IN IP4 127.0.0.1
>> s=mp4broadcaster
>> e=NONE
>> c=IN IP4 224.0.0.1/2
>> t=0 0
>> b=RR:0
>> m=video 20000 RTP/AVP 96
>> b=AS:200
>> a=control:trackID=2
>> a=rtpmap:96 H264/90000
>> a=fmtp:96 profile-level-id=674d00;
>>
sprop-parameter-sets=Z00AKJp0FidCAB6MUAOThsUI,aO48gA==;
>> packetization-mode=1
>>
>> QuickTime is able to play the stream from this
file.
>>
>> Thanks,
>> David
>>
>>
>> _______________________________________________
>> Datatype-dev mailing list
>> Datatype-devhelixcommunity.org
>> http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
>>     
>
>   


_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )