[Libav-user] Streaming video over wifi network

Hema A hema.angamuthu at gmail.com
Wed Nov 2 11:48:34 CET 2011


Hi,

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;

url_fopen(&rtpctx->pb, rtpctx->filename, URL_WRONLY);

The function return -2 which seems to be ENOENT [possible call for
AVERROR(ENOENT)]

The inputs to url_fopen are;
rtpctx = This is the rtp format context [AVFormatContext]
rtpctx->filename = url address Eg: rtp://192.168.1.133:5004

Please suggest if any changes are required for url_fopen() especially over
the wifi network.

Thanks,
Hema
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20111102/bda7f208/attachment.html>


More information about the Libav-user mailing list