first off ive never claimed to be a pro. i give my input and guys will either take it or leave it.
yes 2 months over all, it didnt take 2 months to learn how to rip rtmpdump links. that took less than an hour.
1 day i was pissed off at having a folder full of bat files sitting on the desktop, so decided to make the vlc playlist. a couple of hours a night a couple of nights a week for 2 months.
going from not knowing what rtmpdump existed, to learning how to convert rtmpdump links into simpler 1 argument strings, that met most of the requirments i needed.
learning to read html, xml, php and css scripts,
learning how to read obfuscated html, and reintroducing myself to python.
all to get what looks like a very simple end result.
admittedly 1 of them steps wasnt necessary, but hey if you cant learn by your mistakes what can you do
...
the end result is a finished playlist that works on vlc/xbmc/kodi/simply tv and any ios device.
a playlist that never existed in any shape or form till i decided to make it.
so to me it was a successful project.
you dont like it?.
thats fine mate
, dont use it, or do. im happy either way.
as for the rtmpdump.
you mean this?
Code:
rtmpdump.exe -r "rtmp://178.33.126.213/cellcast/" -f "WIN 18,0,0,232" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" --live -y "encoder21" -o "BS1.flv"
with alternative ip's
Code:
178.33.126.213
46.105.116.159
46.105.116.183
178.33.229.131
thats as simple as i can make it.
i could have left in things like pageurl but there not needed .
, keep your flash version up to date (-f) and swap out the ip for 1 of the others if you want.
for them that wanna edit there vlc lists to use the firestorm servers then swap the publish the web link from
Code:
#EXTINF:-1,babenation/babestation
http://publish.thewebstream.co:1935/cellcast/encoder21/playlist.m3u8
to
Code:
#EXTINF:-1,babenation/babestation
http://178.33.126.213:1935/cellcast/encoder21/playlist.m3u8
again using 1 of the alternate ips given above, if you wish.
Happy Christmas!.
p.s.
well you have your pm turned off so i guess il have to do it here.
just for the record mate, if you thought i was making a mistake then a pm would have been politely answered.
im all for improving my knowledge base and technique in all things.
and, im more than happy to discuss what cant be in the forums, in private.
if you think you have a better solution. feel free to pm me.