<div>Hi there, I've downloaded a copy from the VLC port to android (that I found at git://<a href="http://git.videolan.org/vlc-ports/android.git">git.videolan.org/vlc-ports/android.git</a>) and it works perfectly on my galaxy tab 7.</div>
<div><br></div><div>I'm currently most interested in grabbing some rtmp streams, and it does the job like no one, seriously, excellent. But I have a problem, some of my streams require the pageUrl parameter to be set to the origin URL. I've tryied a couple of things, but nothing seems to work. I even browsed through the files and found that the parameter seems to be used here:</div>
<div><br></div><div>vlc/contrib/android/ffmpeg/libavformat/rtmpproto.c</div><div><br></div><div>Then in a naive attempt I just set the pageurl attribute of the RTMPContext struct to the hardcoded value I know would make my sever accept it. But I got nothing. What is more, it seems like the VLC is not using this code at all.</div>
<div><br></div><div>I did some research with the rtmpdump before, but I've never seen the VLC code before, so is there an easy way make VLC connect with this extra parameter? is it already possible to do that? and if not, where should I start looking if I want to add this feature?</div>
<div><br></div><div>Thanks</div><div>Nelson R. Perez</div>