This simple playlist works on Windows VLC, but not Android. If I enter the rtmp URL manually in Android VLC, it works fine.
#EXTM3U
#EXTINF:-1,test
rtmp://192.168.2.117/radio/test.m4a
I've tried 0 instead of -1. I've tried different spacing... to no avail.
The goal is to have VLC kick off a CGI script do a few things and then get VLC to load the listed stream. The playlist doesn't work as a standalone file, even without the CGI creating it.
If there is a better way to get VLC to load the stream from a CGI, please let me know...
Again, the whole CGI created playlist works fine in Windows..
Thanks