I have to doubt whether this is at all feasible. The underlying back-end are very different (VLM VOD API vs managing dumb sockets) - mostly only the protocol parsing is identical.
vod: default to new moduleThe new version, merged into the RTP stream output, is supposed to bebetter than the old one, except for two dropped features: - non-standard RAW/RAW/UDP and MP2T/H2221/UDP RTSP Transports, and x-playNow RTSP header: the only vague specification of this that I could find is this 10-year-old draft: http://www-rn.informatik.uni-bremen.de/ietf/mmusic/47/id/draft-sheedy-mmusic-rtsp-ext-00.txt They provide support for broken Amino STBs. - client number limiting: not sure how pertinent that is and if it would be the right way to implement/port itIf you think it's a problem to drop these features, speak now.Ultimately the goal is to get rid of the old code (after the next majorrelease?)Closes [#568](https://code.videolan.org/videolan/vlc/-/issues/568)