All public logs
Jump to navigation
Jump to search
Combined display of all available logs of JoBaPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:33, 3 May 2023 Joachim talk contribs created page Stream Playlist to iOS VLC (Created page with "== Serve Page == Create directory within document root of apache server sudo mkdir /srv/www/htdocs/vlctest sudo chown $USER /srv/www/htdocs/vlctest == Create Playlist == m3u=/dev/shm/playlist.m3u echo "#EXTM3U" >"$m3u" find /net/qnap/Multimedia/Musik/Favoriten/Jack\ White/ -type f -name '*.mp3' >"$m3u" == Stream Playlist == cvlc -vv "$m3u" --sout rtp:127.0.0.1 --ttl 2 -L -Z == Convert Playlist Stream to HTTP stream == cvlc -vv rtp:// --sout='#transcode{ac...")