Hi,

i've a question for you.

i'm tryng to read a UDP stream coming from VLC.

this is a part of my code

  pFormatCtx = avformat_alloc_context();

  avformat_open_input( &pFormatCtx," udp_url ", NULL, NULL)

Is this the correct way, or i need to set some parameters......

I tried different solutions
udp_url = udp://192.168.20.216:1234
udp_url = udp://:1234
udp_url = udp://*:1234

but my code when in run is in stop in avformat_open_input(...)
and wait for something..

we are sure that udp packets pass....

can someone tell me where wrong and possibly show me some examples..

thank you for help...


-- 
Ing. Paolo Melucci
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to