Skip to content

tvOS: add option to continously provide a debug log via the web interface

Felix Paul Kühne requested to merge fkuehne/vlc-ios:tvosweblogging into 3.0

This adds an option to debug libvlc using the web interface by calling http://ip-address/debuglog

To achieve continuous updates to the libvlc log in the browser, the web server was extended.

This MR specifically targets the 3.0 branch as I need this option to debug the 3.0 branch of the tvOS app. Additionally, it needs a bit of manual forward-porting to be mergeable with master.

Merge request reports