Hi,<br><br>Most of the time, using &quot;download helper&quot; plugin for firefox I can get the &quot;playable&quot; uri. (not only well known web site like youtube etc...)<br>But I tried on the web site <a href="http://www.rtl.fr">www.rtl.fr</a>, I selected randomly a video and &quot;download helper&quot; plugin said:<br>
<a href="http://v.kewego.com/v/5/0992/37PPGYC6">http://v.kewego.com/v/5/0992/37PPGYC6</a><b>.mp4</b>?<b>key</b>%3D20d855c7a7fd99fc<br><br>Note the http://....mp4? key%...<br>So it seems that key%... is used for authentification or something else.<br>
<br>Then I tried to play to play it with gstreamer:<br>-- gst-launch-0.10 playbin uri=&quot;<a href="http://v.kewego.com/v/5/0992/37PPGYC6.mp4?key%3D20d855c7a7fd99fc">http://v.kewego.com/v/5/0992/37PPGYC6.mp4?key%3D20d855c7a7fd99fc</a>&quot;<br>
but I got the same result as if I do not put the key stuff, I mean I got the same result as<br>-- gst-launch-0.10 playbin uri=&quot;<a href="http://v.kewego.com/v/5/0992/37PPGYC6.mp4">http://v.kewego.com/v/5/0992/37PPGYC6.mp4</a>&quot;<br>
<br>result -&gt;403 Forbidden<br>Sothe video is not playable with the pipeline.<br><br>But it&#39;s still working with:<br>firefox <a href="http://v.kewego.com/v/5/0992/37PPGYC6.mp4?key%3D20d855c7a7fd99fc">http://v.kewego.com/v/5/0992/37PPGYC6.mp4?key%3D20d855c7a7fd99fc</a><br>
<br>Is it possible to configure souphttpsrc for auth, maybe  user-pw property ? cookies ?<br><br>Well, does anyone already encounter this kind of uri ?<br><br>Sincerely<br>Julien<br>