No "ts" demux support for streaming udp
Problem to solve
The udp mpeg "ts" demuxer is not supported. Gives no "ts" module found error. Below line is the debug output.
"main debug: creating demux "ts", URL: udp://192.168.1.198@192.168.1.161:1234/, path: \192.168.1.198@192.168.1.161:1234
main debug: looking for demux module matching "ts": 54 candidates" ``
Intended users
it will be useful for realtime video streaming.
Proposal
The libvlc.dll and libvlccore.dll is not being enabled with "ts" demuxer support. enabling it while compiling dll will be useful for using the prebuilt dll.
Documentation
Sample media player with udp mpegts streaming and playing will be useful.
Edited by Bharath Raja