I have SDP file for play RTP(H264) from multicast stream. It is work fine on linux, but dont work on windows. VLC can not find modules for play h264 But when i play h264 directly from camera - all work fine. Very strange!
My SDP file below.
Code: Select all
o=- 15384618595661388728 15384618595661388728 IN IP4 Gamma-�
s=TestStream
i=N/A
c=IN IP4 239.255.12.42/255
t=0 0
a=tool:vlc 2.0.7
a=recvonly
a=type:broadcast
a=charset:UTF-8
m=video 1234 RTP/AVP 99
b=RR:0
a=rtpmap:99 H264/90000
a=fmtp:99 packetization-mode=1;profile-level-id=420028;sprop-parameter-sets=Z0IAKOkAoAt2A8SABt3QAM+YA2IEJQ=,aM4xUg==;
Tested on Windows 7, VLC 2.0.5 and VLC 2.0.7