<div class="gmail_quote">On Wed, Oct 24, 2012 at 7:29 PM, Steven Penny <span dir="ltr"><<a href="mailto:svnpenn@gmail.com" target="_blank">svnpenn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Even if I use your clever "space" trick, the server in question will still<br>
reject other encoded characters. Notice I encoded the final "h" of the playpath,<br>
and that I used "-y" with "official" RtmpDump in order to avoid decoding for the<br>
purpose of this example.<br><div class="im"></div></blockquote><div><br>It is up to the server's code to parse URLs. It is the responsibility of the user to provide the server with URLs that the server can handle.<br>
<br>The _official_ RTMP client does not decode URLs prior to sending them to the server, therefore rtmpdump should not be decoding URLs either.<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im">
$ rtmpdump -o a.flv -r rtmp://<a href="http://freeview.fms.visionip.tv/live" target="_blank">freeview.fms.visionip.tv/live</a> -y "tvnetwork-helle<br>
</div>nictv-sigma-hsslive-25f-4x3-SD%68 " -V<br></blockquote><div><br>There's nothing we can do to fix the fact that the server (some version of Wowza, perhaps running some custom code) is not designed to handle urlencoding. (And I do mention "custom code" because the thought that Wowza itself requires whitespace at the end of a playpath scares me.)<br>
</div></div>