<br><div class="gmail_quote">On Mon, Nov 5, 2012 at 7:27 AM, Howard Chu <span dir="ltr"><<a href="mailto:hyc@highlandsun.com" target="_blank">hyc@highlandsun.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nelson Perez wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi there, I've downloaded a copy from the VLC port to android (that I found at<br>
git://<a href="http://git.videolan.org/vlc-ports/android.git" target="_blank">git.videolan.org/vlc-<u></u>ports/android.git</a><br></div>
<<a href="http://git.videolan.org/vlc-ports/android.git" target="_blank">http://git.videolan.org/vlc-<u></u>ports/android.git</a>>) and it works perfectly on my<div class="im"><br>
galaxy tab 7.<br>
<br>
I'm currently most interested in grabbing some rtmp streams, and it does the<br>
job like no one, seriously, excellent. But I have a problem, some of my<br>
streams require the pageUrl parameter to be set to the origin URL. I've tryied<br>
a couple of things, but nothing seems to work. I even browsed through the<br>
files and found that the parameter seems to be used here:<br>
<br>
vlc/contrib/android/ffmpeg/<u></u>libavformat/rtmpproto.c<br>
<br>
Then in a naive attempt I just set the pageurl attribute of the RTMPContext<br>
struct to the hardcoded value I know would make my sever accept it. But I got<br>
nothing. What is more, it seems like the VLC is not using this code at all.<br>
<br>
I did some research with the rtmpdump before, but I've never seen the VLC code<br>
before, so is there an easy way make VLC connect with this extra parameter? is<br>
it already possible to do that? and if not, where should I start looking if I<br>
want to add this feature?<br>
</div></blockquote>
<br>
Read this thread for a working patch<br>
<a href="http://comments.gmane.org/gmane.comp.video.videolan.vlc.devel/73482" target="_blank">http://comments.gmane.org/<u></u>gmane.comp.video.videolan.vlc.<u></u>devel/73482</a><br>
<br>
Too bad the VLC developers never integrated it. ffmpeg, mplayer, XBMC already support librtmp perfectly well.<span class="HOEnZb"><font color="#888888"><br>
<br></font></span></blockquote><div> </div><div>Good, this is almost what I need. Except that when I pass the argument --rtmp-pageurl, as expected the libvlc_new function returns NULL. I tried several formats, but nothing seemed to work. Is Daniel, the patch's author still around?</div>
<div> </div><div>Thanks</div><div>Nelson</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
-- <br>
  -- Howard Chu<br>
  CTO, Symas Corp.           <a href="http://www.symas.com" target="_blank">http://www.symas.com</a><br>
  Director, Highland Sun     <a href="http://highlandsun.com/hyc/" target="_blank">http://highlandsun.com/hyc/</a><br>
  Chief Architect, OpenLDAP  <a href="http://www.openldap.org/project/" target="_blank">http://www.openldap.org/<u></u>project/</a><br>
</font></span></blockquote></div><br>