<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Glad that this is resolved :)<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 5, 2017, at 12:27 PM, Georg Stein SMC <<a href="mailto:georg@steinmc.com" class="">georg@steinmc.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" class="">
<div bgcolor="#FFFFFF" text="#000000" class=""><p class="">ok i got it to work now.</p><p class="">i set now the cookie like this:</p><p class="">coded in Qt/C++<br class="">
</p><p class=""><span style=" color:#800080;" class="">QString</span><span style="
color:#c0c0c0;" class=""> </span><span style="" class="">cookieString</span><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">=</span><span style=" color:#c0c0c0;" class=""> </span><span style=" color:#008000;" class="">"Cookie:</span><span style=" color:#c0c0c0;" class=""> </span><span style=" color:#008000;" class="">"</span><span style="" class="">;</span>
</p>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;" class=""><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">cookieString</span><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">+=</span><span style=" color:#c0c0c0;" class=""> </span><span style=" color:#008000;" class="">"CloudFront-Policy="</span><span style="" class="">+</span><span style="" class="">cloudFrontPolicy</span><span style="" class="">+</span><span style=" color:#008000;" class="">";"</span><span style="" class="">;</span></pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;" class=""><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">cookieString</span><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">+=</span><span style=" color:#c0c0c0;" class=""> </span><span style=" color:#008000;" class="">"CloudFront-Key-Pair-Id="</span><span style="" class="">+</span><span style="" class="">cloudFrontKeyID</span><span style="" class="">+</span><span style=" color:#008000;" class="">";"</span><span style="" class="">;</span></pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;" class=""><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">cookieString</span><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">+=</span><span style=" color:#c0c0c0;" class=""> </span><span style=" color:#008000;" class="">"CloudFront-Signature="</span><span style="" class="">+</span><span style="" class="">cloudFrontSignature</span><span style="" class="">+</span><span style=" color:#008000;" class="">";"</span><span style="" class="">;
then i add it to the dict object:
</span>
<span style="" class=""><span style=" color:#800080;" class="">std</span><span style="" class="">::</span><span style=" color:#800080;" class="">string</span><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">cookieString</span><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">=</span><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">cookies</span><span style="" class="">.</span><span style="" class="">toStdString</span><span style="" class="">()+</span><span style=" color:#008000;" class="">"\r\n"</span><span style="" class="">;</span>
<span style="" class="">av_dict_set</span><span style="" class="">(&</span><span style="" class="">avoption</span><span style="" class="">,</span><span style=" color:#c0c0c0;" class=""> </span><span style=" color:#008000;" class="">"headers"</span><span style="" class="">,</span><span style=" color:#c0c0c0;" class=""> </span><span style="" class="">cookieString</span><span style="" class="">.</span><span style="" class="">c_str</span><span style="" class="">(),</span><span style=" color:#c0c0c0;" class=""> </span><span style=" color:#000080;" class="">AV_DICT_APPEND</span><span style="" class="">);</span>
the important thing is to put the \r\n in after the QString is converted to a std:string then it works
Georg
</span></pre>
<br class="">
<div class="moz-cite-prefix">Am 05.01.2017 um 18:05 schrieb Uğur
Bozkaya:<br class="">
</div>
<blockquote cite="mid:CEE4E5E7-6FF3-4D45-A5C1-791431DF1589@younow.com" type="cite" class="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
<div class="">Ok this is the http request that you are making
right? If that is the case, request header should have “Cookie:”
not “Set-Cookie” in them, because “Set-Cookie” is a header that
is received from the web servers that makes your client create
and save that cookie on your machine locally. Regarding the CRLF
are you adding one also at the end? According to http there will
be one <span style="orphans: 2; widows: 2;" class="">CRLF at the
end of each header and one additional </span><span style="orphans: 2; widows: 2;" class="">CRLF between the last
header and the request body. So i would suggest you to try
adding one or two CRLF at the end of the last header. Also
have you tried passing the same parameters(cookies, etc) with
wget and curl to download the file?</span></div>
<div class=""><br class="">
</div>
<div class=""><span style="orphans: 2; widows: 2;" class="">Ugur</span></div>
<div class=""><span style="orphans: 2; widows: 2;" class=""><br class="">
</span></div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Jan 4, 2017, at 2:58 PM, Georg Stein SMC <<a moz-do-not-send="true" href="mailto:georg@steinmc.com" class="">georg@steinmc.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" class="">
<div bgcolor="#FFFFFF" text="#000000" class=""><p class="">Hello,</p><p class="">in the log i get: (tried with '$'\r\n, \r\n,
\n and all other combinations i could imagine to get the
CRLF)<br class="">
</p><p class=""><span style="" class="">[https @ 02fd0b20] No
trailing CRLF found in HTTP header.</span></p>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">[https @ 02fd0b20] request: GET
/rZ_8XnNryXVVp73bJlmNVVwFWdKICm0MlwrhdOzPY0V8oyT3f_Z_gnGbERz4hDD8sOslHQ5XFSiGrJaekYWMZg/playlist_1482892547484600267.m3u8
HTTP/1.1</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">User-Agent: Lavf/56.7.104</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Accept: */*</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Range: bytes=0-</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Connection: close</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Host: replay.periscope.tv</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Icy-MetaData: 1</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Set-Cookie:
CloudFront-Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9yZXBsYXkucGVyaXNjb3BlLnR2L3JaXzhYbk5yeVhWVnA3M2JKbG1OVlZ3RldkS0lDbTBNbHdyaGRPelBZMFY4b3lUM2ZfWl9nbkdiRVJ6NGhERDhzT3NsSFE1WEZTaUdySmFla1lXTVpnKiIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTQ4MzY0NTkwN319fV19;CloudFront-Key-Pair-Id=APKAIHCXHHQVRTVSFRWQ;CloudFront-Signature=gFwMd9Q4lBGK8asN~XHrfn2ETGPcRlvL6yM43zMNmYmsuLx8PcnX34G21N14SMRve3-D~MPn175tuBBgjrU2zzGIkdAPZla8ISQyKqX4nWiucy~UMOvF2OuZdkHqR99tFGGb~Oe23~scXRgk-Ujxm4ZOKcd8Av44CN~B1X9uIxqOIHbnHiEoYLmh-t1DNfl1V-hPzJ3-TdA9VUwGGYEm8pz430Muo6DJoDX03f~AcTaz91IP81aW4CqZSPWgXzmc656qSRCwbth9qQ-JT~Pf69QH~bJHpQQZDsRueJMw5XFlzsAOFl6yQNJOlEwzRa41lfuWAOoPQOKuKW2DoRm89g__;</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><br class="">
</div>
<div style="margin: 0px; text-indent: 0px;" class=""><br class="">
</div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">[tls @ 004cf280]
error:00000000:lib(0):func(0):reason(0)</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">[https @ 02fd0b20] No trailing CRLF
found in HTTP header.</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">[https @ 02fd0b20] request: GET
/rZ_8XnNryXVVp73bJlmNVVwFWdKICm0MlwrhdOzPY0V8oyT3f_Z_gnGbERz4hDD8sOslHQ5XFSiGrJaekYWMZg/playlist_1482892547484600267.m3u8
HTTP/1.1</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">User-Agent: Lavf/56.7.104</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Accept: */*</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Range: bytes=0-</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Connection: close</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Host: replay.periscope.tv</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Icy-MetaData: 1</span></div>
<div style="margin: 0px; text-indent: 0px;" class=""><span style="" class="">Set-Cookie:
CloudFront-Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9yZXBsYXkucGVyaXNjb3BlLnR2L3JaXzhYbk5yeVhWVnA3M2JKbG1OVlZ3RldkS0lDbTBNbHdyaGRPelBZMFY4b3lUM2ZfWl9nbkdiRVJ6NGhERDhzT3NsSFE1WEZTaUdySmFla1lXTVpnKiIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTQ4MzY0NTkwN319fV19;CloudFront-Key-Pair-Id=APKAIHCXHHQVRTVSFRWQ;CloudFront-Signature=gFwMd9Q4lBGK8asN~XHrfn2ETGPcRlvL6yM43zMNmYmsuLx8PcnX34G21N14SMRve3-D~MPn175tuBBgjrU2zzGIkdAPZla8ISQyKqX4nWiucy~UMOvF2OuZdkHqR99tFGGb~Oe23~scXRgk-Ujxm4ZOKcd8Av44CN~B1X9uIxqOIHbnHiEoYLmh-t1DNfl1V-hPzJ3-TdA9VUwGGYEm8pz430Muo6DJoDX03f~AcTaz91IP81aW4CqZSPWgXzmc656qSRCwbth9qQ-JT~Pf69QH~bJHpQQZDsRueJMw5XFlzsAOFl6yQNJOlEwzRa41lfuWAOoPQOKuKW2DoRm89g__;</span></div><p class=""><br class="">
</p>
<br class="">
<div class="moz-cite-prefix">Am 04.01.2017 um 19:05
schrieb Uğur Bozkaya:<br class="">
</div>
<blockquote cite="mid:4DC9B179-8BAF-4419-8A81-7CAFBC02CEFD@younow.com" type="cite" class="">
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" class="">
<div class="">The only suggestion I can make is that
build the debug libraries and debug the code. The
version I have is below but I have never played with
cookies in my code. </div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-size: 10px; line-height:
normal; font-family: Monaco; color: rgb(244, 244,
244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">libavutil 55.
17.103 / 55. 17.103</span></div>
<div style="margin: 0px; font-size: 10px; line-height:
normal; font-family: Monaco; color: rgb(244, 244,
244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""> libavcodec 57.
24.102 / 57. 24.102</span></div>
<div style="margin: 0px; font-size: 10px; line-height:
normal; font-family: Monaco; color: rgb(244, 244,
244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""> libavformat 57.
25.100 / 57. 25.100</span></div>
<div style="margin: 0px; font-size: 10px; line-height:
normal; font-family: Monaco; color: rgb(244, 244,
244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""> libavdevice
57. 0.101 / 57. 0.101</span></div>
<div style="margin: 0px; font-size: 10px; line-height:
normal; font-family: Monaco; color: rgb(244, 244,
244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""> libavfilter 6.
31.100 / 6. 31.100</span></div>
<div style="margin: 0px; font-size: 10px; line-height:
normal; font-family: Monaco; color: rgb(244, 244,
244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""> libswscale
4. 0.100 / 4. 0.100</span></div>
<div style="margin: 0px; font-size: 10px; line-height:
normal; font-family: Monaco; color: rgb(244, 244,
244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""> libswresample
2. 0.101 / 2. 0.101</span></div>
<div style="margin: 0px; font-size: 10px; line-height:
normal; font-family: Monaco; color: rgb(244, 244,
244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""> libpostproc
54. 0.100 / 54. 0.100</span></div>
</div>
<div class=""><br class="">
</div>
<div class="">Btw are you sure that cookies are not set
in the http request. Are you looking into the raw http
request that is being made? Is it possible that they
are there but invalid?</div>
<div class=""><br class="">
</div>
<div class="">Ugur</div>
<div class=""><br class="">
</div>
<br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Jan 4, 2017, at 12:37 PM, Georg
Stein SMC <<a moz-do-not-send="true" href="mailto:georg@steinmc.com" class="">georg@steinmc.com</a>>
wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" class="">
<div bgcolor="#FFFFFF" text="#000000" class=""><p class="">thanks for the tip,</p><p class="">i tried this but its not working
here, what version of ffmpeg do you use</p><p class=""><br class="">
</p><p class="">Georg<br class="">
</p>
<br class="">
<div class="moz-cite-prefix">Am 04.01.2017 um
16:46 schrieb Uğur Bozkaya:<br class="">
</div>
<blockquote cite="mid:3F7E92B9-0AF7-44C9-83EC-7D385F423B5A@younow.com" type="cite" class="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
One more suggestion,
<div class=""><br class="">
</div>
<div class="">here (<a moz-do-not-send="true" href="https://github.com/FFmpeg/FFmpeg/blob/845bb401781ef04e342bd558df16a8dbf5f800f9/libavformat/http.c" class="">https://github.com/FFmpeg/FFmpeg/blob/845bb401781ef04e342bd558df16a8dbf5f800f9/libavformat/http.c</a>)
it says</div>
<div class=""><span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-variant-ligatures: normal; orphans: 2; white-space: pre; widows: 2; background-color: rgb(255, 255, 255);">char</span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-variant-ligatures: normal; orphans: 2; white-space: pre; widows: 2; background-color: rgb(255, 255, 255);" class=""> *cookies; </span><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-variant-ligatures: normal; orphans: 2; white-space: pre; widows: 2; background-color: rgb(255, 255, 255);"><span class="pl-c" style="box-sizing: border-box;">//</span>/< holds newline (\n) delimited Set-Cookie header field values (without the "Set-Cookie: " field name)</span></div>
<div class="">
<div style="orphans: 2; widows: 2;" class=""><font class="" face="Consolas, Liberation
Mono, Menlo, Courier, monospace" color="#969896"><span style="white-space: pre; background-color: rgb(255, 255, 255);" class="">
</span></font></div>
<div style="orphans: 2; widows: 2;" class=""><span style="orphans: auto; widows: auto;" class="">So may be you can try starting
the cookie string with “Set-Cookie:”
instead of “Cookie:" and use '\n’ as the
delimeter.</span></div>
<div style="orphans: 2; widows: 2;" class="">
<div style="orphans: auto; widows: auto;" class=""><br class="">
</div>
<div style="orphans: auto; widows: auto;" class="">I don’t have the project on my
machine so I can not test it sorry for
that.</div>
<div style="orphans: auto; widows: auto;" class=""><br class="">
</div>
<div style="orphans: auto; widows: auto;" class="">Hope this helps,</div>
<div style="orphans: auto; widows: auto;" class=""><br class="">
</div>
<div style="orphans: auto; widows: auto;" class="">Ugur</div>
<div style="orphans: auto; widows: auto;" class=""><br class="">
</div>
</div>
<div style="orphans: 2; widows: 2;" class=""><font class="" face="Consolas, Liberation
Mono, Menlo, Courier, monospace" color="#969896"><span style="white-space: pre; background-color: rgb(255, 255, 255);" class="">
</span></font></div>
<div class="">
<blockquote type="cite" class="">
<div class="">On Jan 3, 2017, at 11:15
PM, Georg Stein SMC <<a moz-do-not-send="true" href="mailto:georg@steinmc.com" class="">georg@steinmc.com</a>>
wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<meta content="text/html;
charset=utf-8" http-equiv="Content-Type" class="">
<div bgcolor="#FFFFFF" text="#000000" class=""><p class="">this makes no difference
and by the way at the command line
with ffmpeg everything works with
my cookie string below. I only do
not figure out how to put it into
avformat in my code</p><p class=""><br class="">
</p><p class="">Georg<br class="">
</p>
<br class="">
<div class="moz-cite-prefix">Am
04.01.2017 um 00:09 schrieb Uğur
Bozkaya:<br class="">
</div>
<blockquote cite="mid:03F1635C-62B2-487E-92E5-528A1D17CFB5@younow.com" type="cite" class="">
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" class="">
<div class="">Just a suggestion
without any deep knowledge.</div>
<div class=""><br class="">
</div>
<div class="">Did you try to add a
space after ‘;’ In the command
line doc (<a moz-do-not-send="true" href="https://ffmpeg.org/ffmpeg-protocols.html#HTTP-Cookies" class="">https://ffmpeg.org/ffmpeg-protocols.html#HTTP-Cookies</a>)
it seems to have it for ffplay.</div>
<div class="">
<pre class="example" style="box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 13px; padding: 9.5px; margin-top: 0px; margin-bottom: 10px; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; font-variant-ligatures: normal; orphans: 2; text-align: justify; widows: 2;">ffplay -cookies "nlqptid=nltid=tsn; path=/; domain=<a moz-do-not-send="true" href="http://somedomain.com/" class="">somedomain.com</a>;" <a moz-do-not-send="true" href="http://somedomain.com/somestream.m3u8" class="">http://somedomain.com/somestream.m3u8</a></pre>
<div class=""><br class="">
</div>
</div>
<div class="">Ugur</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Jan 3, 2017,
at 11:00 AM, Georg Stein SMC
<<a moz-do-not-send="true" href="mailto:georg@steinmc.com" class="">georg@steinmc.com</a>>
wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<meta http-equiv="content-type" content="text/html;
charset=utf-8" class="">
<div bgcolor="#FFFFFF" text="#000000" class=""> I
have 3 cookies i need to
hand over to the avformat
lib, i tried this as an
optione (see below) but
without success, so
perhasp somebody has a
hint for me how i have to
do this correct<br class="">
<br class="">
Georg<br class="">
<div class="moz-forward-container"><p class="">i tried this
way (under Qt 5,
windows)<br class="">
</p><p class=""><span style="
color:#c0c0c0;" class=""></span><span style="" class="">cookies</span><span style="" class=""> =
"</span>Cookie:
CloudFront-Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9yZXBsYXkucGVyaXNjb3BlLnR2L3JaXzhYbk5yeVhWVnA3M2JKbG1OVlZ3RldkS0lDbTBNbHdyaGRPelBZMFY4b3lUM2ZfWl9nbkdiRVJ6NGhERDhzT3NsSFE1WEZTaUdySmFla1lXTVpnKiIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTQ4MzQ3MjYwMX19fV19;CloudFront-Key-Pair-Id=APKAIHCXHHQVRTVSFRWQ;CloudFront-Signature=CWCFrF5gKg-cCgxUWyN1c~rtHTL4Oor8cShBfWdbX4KmjFodsVgEHdMbwHP6cP8KYWL1oFD1Xq6SURLTFVQK3iW8XvIaogdq-Ef4vAElWumdHOGXdNxDMi-19yV2q0lDormiUCk4hp-TGhxlx3ojFYfUXpIPUJTgE3GoxLtGoS6Zu1hsS50zuy6Kbg~h~wa1MbHRgTAlq3QGMf1ECiJ3BO6j5xmxwJyiYwD~piqYOLU-~lTVeGHOll9oLl5YDidCfeU6ixWMiOSa0a6sejk7utZzYPHVRMsNUbYKh8SYxg50t7V06BHJ8Bdml8kh~d9Rt2epS49objhVEg56YBiE5w__;'$'\r\n'"</p><p class="">and also
without thr trainling
$'\r\n'</p><p class=""><span style="" class="">av_opt_set</span><span style="" class="">(&</span><span style="" class="">avoption</span><span style="" class="">,</span><span style="
color:#c0c0c0;" class=""> </span><span style="
color:#008000;" class="">"headers"</span><span style="" class="">,</span><span style="
color:#c0c0c0;" class=""> </span><span style="" class="">cookies</span><span style="" class="">.</span><span style="" class="">toStdString</span><span style="" class="">().</span><span style="" class="">c_str</span><span style="" class="">(),</span><span style="
color:#c0c0c0;" class=""> </span><span style="
color:#000080;" class="">AV_DICT_APPEND</span><span style="" class="">);</span></p><p class=""><span style="" class=""><br class="">
</span></p><p class=""><span style="" class="">but
this is not working</span></p><p class=""><span style="" class="">Georg<br class="">
</span></p>
<br class="">
<div class="moz-cite-prefix">Am
03.01.2017 um 00:06
schrieb Anthony
Ettinger:<br class="">
</div>
<blockquote cite="mid:CAD56wZPNw+O9vqanWq0YJ+8Wz-Vd8oKnBztqBOR5y5rhw-9Wew@mail.gmail.com" type="cite" class="">
<pre class="" wrap="">Can you install the static builds? <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://johnvansickle.com/ffmpeg/">https://johnvansickle.com/ffmpeg/</a>
On Mon, Jan 2, 2017 at 12:17 AM, Carl Eugen Hoyos <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:ceffmpeg@gmail.com"><ceffmpeg@gmail.com></a>
wrote:
</pre>
<blockquote type="cite" class="">
<pre class="" wrap="">2017-01-01 19:57 GMT+01:00 Georg Stein SMC <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:georg@steinmc.com"><georg@steinmc.com></a>:
</pre>
<blockquote type="cite" class="">
<pre class="" wrap="">ffmpeg version 3.1.3 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8 (SUSE Linux)
</pre>
</blockquote>
<pre class="" wrap="">This is an intentionally broken binary that cannot be used for
anything!
Suse is abusing the name of our project in a similar way as Debian
and Ubuntu did in the past, there is nothing we can do about it;-(
The solution for you is to switch to packman as package provider.
Carl Eugen
_______________________________________________
ffmpeg-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ffmpeg-user@ffmpeg.org">ffmpeg-user@ffmpeg.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/ffmpeg-user">http://ffmpeg.org/mailman/listinfo/ffmpeg-user</a>
To unsubscribe, visit link above, or email
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ffmpeg-user-request@ffmpeg.org">ffmpeg-user-request@ffmpeg.org</a> with subject "unsubscribe".
</pre>
</blockquote>
</blockquote>
<br class="">
<pre class="moz-signature" cols="72">--
Stein Micro Computer
Georg P. Stein
Tel.: 06898-63880
Fax: 06898-63820
Mobil: 0172-3538379
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:georg@steimc.com">georg@steimc.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://www.steinmc.com/">https://www.steinmc.com</a></pre>
</div>
</div>
_______________________________________________<br class="">
Libav-user mailing list<br class="">
<a moz-do-not-send="true" href="mailto:Libav-user@ffmpeg.org" class="">Libav-user@ffmpeg.org</a><br class="">
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br class="">
</div>
</blockquote>
</div>
<br class="">
<br class="">
<fieldset class="mimeAttachmentHeader"></fieldset>
<br class="">
<pre class="" wrap="">_______________________________________________
Libav-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
</blockquote>
<br class="">
<pre class="moz-signature" cols="72">--
Stein Micro Computer
Georg P. Stein
Tel.: 06898-63880
Fax: 06898-63820
Mobil: 0172-3538379
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:georg@steimc.com">georg@steimc.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://www.steinmc.com/">https://www.steinmc.com</a></pre>
</div>
_______________________________________________<br class="">
Libav-user mailing list<br class="">
<a moz-do-not-send="true" href="mailto:Libav-user@ffmpeg.org" class="">Libav-user@ffmpeg.org</a><br class="">
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
<br class="">
<fieldset class="mimeAttachmentHeader"></fieldset>
<br class="">
<pre class="" wrap="">_______________________________________________
Libav-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
</blockquote>
<br class="">
<pre class="moz-signature" cols="72">--
Stein Micro Computer
Georg P. Stein
Tel.: 06898-63880
Fax: 06898-63820
Mobil: 0172-3538379
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:georg@steimc.com">georg@steimc.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://www.steinmc.com/">https://www.steinmc.com</a></pre>
</div>
_______________________________________________<br class="">
Libav-user mailing list<br class="">
<a moz-do-not-send="true" href="mailto:Libav-user@ffmpeg.org" class="">Libav-user@ffmpeg.org</a><br class="">
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br class="">
</div>
</blockquote>
</div>
<br class="">
<br class="">
<fieldset class="mimeAttachmentHeader"></fieldset>
<br class="">
<pre class="" wrap="">_______________________________________________
Libav-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
</blockquote>
<br class="">
<pre class="moz-signature" cols="72">--
Stein Micro Computer
Georg P. Stein
Tel.: 06898-63880
Fax: 06898-63820
Mobil: 0172-3538379
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:georg@steimc.com">georg@steimc.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://www.steinmc.com/">https://www.steinmc.com</a></pre>
</div>
_______________________________________________<br class="">
Libav-user mailing list<br class="">
<a moz-do-not-send="true" href="mailto:Libav-user@ffmpeg.org" class="">Libav-user@ffmpeg.org</a><br class="">
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br class="">
</div>
</blockquote>
</div>
<br class="">
<br class="">
<fieldset class="mimeAttachmentHeader"></fieldset>
<br class="">
<pre wrap="" class="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
</blockquote>
<br class="">
<pre class="moz-signature" cols="72">--
Stein Micro Computer
Georg P. Stein
Tel.: 06898-63880
Fax: 06898-63820
Mobil: 0172-3538379
<a class="moz-txt-link-abbreviated" href="mailto:georg@steimc.com">georg@steimc.com</a>
<a class="moz-txt-link-freetext" href="https://www.steinmc.com/">https://www.steinmc.com</a></pre>
</div>
_______________________________________________<br class="">Libav-user mailing list<br class=""><a href="mailto:Libav-user@ffmpeg.org" class="">Libav-user@ffmpeg.org</a><br class="">http://ffmpeg.org/mailman/listinfo/libav-user<br class=""></div></blockquote></div><br class=""></div></body></html>