<p>Hi,</p>
<p>I am trying to encode and stream mpeg4 video using RTP to a vlc player. When tested on X86 platform, the streaming is successful over wired network (LAN). But when ported the same application on Android and tried to stream over wifi, i get the following error in line;</p>

<p>url_fopen(&rtpctx->pb, rtpctx->filename, URL_WRONLY);</p>
<p>The function return -2 which seems to be ENOENT [possible call for AVERROR(ENOENT)]</p>
<p>The inputs to url_fopen are;</p>
<div>rtpctx = This is the rtp format context [AVFormatContext]<br>rtpctx->filename = url address Eg: rtp://<a href="http://192.168.1.133:5004">192.168.1.133:5004</a></div>
<div> </div>
<div>Please suggest if any changes are required for url_fopen() especially over the wifi network.</div>
<p>Thanks,<br>Hema</p>