<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
<a class="moz-txt-link-abbreviated" href="mailto:Janos.Zana@elfiz2.kee.hu">Janos.Zana@elfiz2.kee.hu</a> wrote:<br>
<blockquote type="cite"
cite="midPine.LNX.4.31.0303180950130.15909-100000@elfiz2.kee.hu">
<pre wrap="">On 18 March, <a class="moz-txt-link-abbreviated" href="mailto:mplayer-felhasznalok-bounces@mplayerhq.hu">mplayer-felhasznalok-bounces@mplayerhq.hu</a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">kuldd el azt is. Persze meg sok mindenre ra lehet jonni gdb-vel is...
libmpdemux/asf_streaming.c
</pre>
</blockquote>
<pre wrap=""><!---->Persze, ha debug verziot forditottal. Udv, J.
</pre>
</blockquote>
Koszonom a segitseget es akkor kuldenem a kerdesemre azt a megoldast
amit en talaltam!!<br>
Ket ut van: (egyik se jarhatatlan)<br>
1.Vagy az ffserver-t kell ra venni, atirni libavformat/asf.c kodot
hogy a streamingnel mas formatumot hasznlajon (ami szerepel az mplayer
vagy feltetleben a libmpdemux/asf_streaming.c fileban) es azt ujra
forditani <br>
2.vagy az mplayerben a libmpdemux/asf_streaming.c fileban a
video/x-ms-asf tipust hozza vagyolni a feltetelhez(lasd lentebb). <br>
Nem tudom hogy ez bug vagy feature. Ha hiba akkor ez itt a hibajelentes
es patch. Nem tom hova mashova kell kuldenem.<br>
1 biztos, hogy a Windows Media Player 9 szepen gond nelkul jatsza az
ffserver-erl keszult streamet :)<br>
<br>
diff -r ./MPlayer-new/libmpdemux/asf_streaming.c
./MPlayer-old/libmpdemux/asf_streaming.c<br>
417,421c417,418<br>
< !strcasecmp(content_type,
"application/x-mms-framed") ||<br>
< // New in Corana, second request<br>
< !strcasecmp(content_type, "video/x-ms-asf")<br>
<<br>
< ) {<br>
---<br>
> !strcasecmp(content_type,
"application/x-mms-framed") ) { // New in Corana, seco<br>
nd request<br>
><br>
<br>
Udv<br>
misi<br>
<br>
</body>
</html>