<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>I have set output format to dash in muxing.c(I have removed audio
stream)
<br>
Here:
<br>
avformat_alloc_output_context2(&oc, NULL, "dash",
filename);
<br>
Program generated "chunk-stream0-00001.m4s" "init-stream0.m4s"
"main.mpd"
<br>
Looks like everything is good, but video is black when playing
using MP4Client
<br>
Note that other containers(.avi, .ts) looks good.
<br>
During generation that was warnings
<br>
[dash @ 0xca1aa0] Codec for stream 0 does not use global
headers but container format requires global headers
<br>
[mp4 @ 0x11f9e00] Codec for stream 0 does not use global
headers but container format requires global headers
<br>
What I`m doing wrong?
<br>
<br>
Thank you in advance. </p>
<p>Sorry by chance send to "<a href="mailto:libav-user@ffmpeg.org"
style="font-family: "Times New Roman"; font-size:
medium; font-style: normal; font-variant-ligatures: normal;
font-variant-caps: normal; font-weight: 400; letter-spacing:
normal; orphans: 2; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(255, 255, 255);">libav-user@ffmpeg.org</a>"<br>
</p>
</body>
</html>