[vlc-devel] [PATCH] Add support for AMT
Rémi Denis-Courmont
remi at remlab.net
Tue Oct 1 17:10:12 CEST 2019
Le torstaina 26. syyskuuta 2019, 6.29.19 EEST Natalie Landsberg a écrit :
> Updated to use vlc_timer. Did not change from Block -> Read after all.
>
> AMT is a wrapper for UDP streams essentially.
> So I think recvmsg() should still be used instead of recvfrom(). I spent
> hours trying to get recvfrom() to work, so I would appreciate either some
> help getting that to work or just sticking to recvmsg().
There is nothing special about recv() / recvfrom().
And no, there are no reasons to use recvmsg() here. This was pointed out by
two different people already...
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list