use your linux e2 sat box
connect with dreambox control center
click the telnet tab
then
telnet the code find camsoda.m3u in /etc
set stb to exteplayer3 and play with mediaplayer
sometimes cams go private or offline
run the script again to get a fresh m3u
fixed 18/12/2018
Code
curl -k https://www.camsoda.com/api/v1/browse/online | grep -o '","[^,]*' > 1 ;sed -i '/ord/!d' 1 ;sed -i '/]}/d' 1 ;sed -i 's/stream_name//g' 1 ;sed -i 's/\",\"//g' 1 ;sed -i s'/\"//g' 1 ;sed -i 's@^@https://vide3-ord.camsoda.com/cam/mp4:@' 1 ;sed -i '/voyeurcam/d' 1 ;sed -i 's@$@_h264_aac_480p/chunklist.m3u8@' 1 ;sed -i 'h;s@\([^/]*/\)\{4\}@@;p;x;' 1 ;awk 'NR % 2 { sub("-enc.*", "") } { print }' < 1 > 2 ;sed -i '1~2 s/mp4://' 2 ;sed -i '1i #EXTM3U' 2 ;sed -i 's/^/#EXTINF:-1,/' 2 ;sed 's/#EXTINF:-1,//;N' < 2 > /etc/camsoda.m3u & rm -rf 1 2
