The UK Babe Channels Forum

Full Version: m3u Player/Recorder For Linux?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been using VLC for recording, and sometimes subsequently capping, babe channel streams, making use of HEX!T's excellent m3u playlist; Unfortunately, as some will know, VLC has been blocked by some of the streams Sad , so I was wondering if anyone had any recommendations for other player/recorders, for Linux, that can make use of the m3u playlist, and offer the same ease of use & quality afforded by VLC?

FWIW, I can get the playlist playing in "Videos", but there doesn't seem to be a record facility. Huh
http://download.cnet.com/s/m3u-player/linux/
take yer pick. i cant vouch for any of em as i dont run linux. but some of them i recognise and should work.
Censorship :-( do you have rtmpdump installed on your linux system, if so you could use a modified version of my cmd files I created, watched this video back when I started to learn how to get stream code and in the video he even streams it to vlc.. https://www.youtube.com/watch?v=8PuUnQCS7DQ
if you load up terminal you could try...

Code:
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel11" | vlc -


[Image: 4a5451499220320.jpg] [Image: 501c6b499220468.jpg]


and all you would have to do is create a text file which each line of code for each channel you want, and copy and paste into the terminal when you want to record or view

Code:
S66 CH1
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel11" | vlc -

S66 CH2
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel21" | vlc -

S66 CH3
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel31" | vlc -

S66 CH4
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel41" | vlc -


Babestation / Daytime Xtra
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "encoder71" | vlc -

BabeNation / Daytime
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "encoder21" | vlc -

Meet the Babes / BS Lads Lounge
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "encoder31" | vlc -

BS Unleashed 1
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "livestream1" | vlc -

BS Unleashed 2
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "livestream_two1" | vlc -
(10-08-2016 22:39 )HEX!T Wrote: [ -> ]http://download.cnet.com/s/m3u-player/linux/
take yer pick. i cant vouch for any of em as i dont run linux. but some of them i recognise and should work.

One of my browser add-ons doesn't like this site, warning of 'Badware'! eek Rolleyes
(10-08-2016 22:48 )andyxm715 Wrote: [ -> ]Censorship :-( do you have rtmpdump installed on your linux system, if so you could use a modified version of my cmd files I created, watched this video back when I started to learn how to get stream code and in the video he even streams it to vlc.. https://www.youtube.com/watch?v=8PuUnQCS7DQ

Yes, I do. I just stream/record with rtmpdump (having used rtmpsrv to get the necessary info.), then view the vids back with VLC.

It seems to work, but is a 'bit of a faff', compared to the VLC method used previously, but it's 'early days'.

Thanks for the link, I'll check it out. Smile
(10-08-2016 23:00 )andyxm715 Wrote: [ -> ]if you load up terminal you could try...

Code:
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel11" | vlc -


[Image: 4a5451499220320.jpg] [Image: 501c6b499220468.jpg]


and all you would have to do is create a text file which each line of code for each channel you want, and copy and paste into the terminal when you want to record or view

Code:
S66 CH1
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel11" | vlc -

S66 CH2
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel21" | vlc -

S66 CH3
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel31" | vlc -

S66 CH4
rtmpdump -r "rtmp://publish.thewebstream.co:1935/leved/" -a "leved/" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "studio66tv_channel41" | vlc -


Babestation / Daytime Xtra
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "encoder71" | vlc -

BabeNation / Daytime
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "encoder21" | vlc -

Meet the Babes / BS Lads Lounge
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "encoder31" | vlc -

BS Unleashed 1
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "livestream1" | vlc -

BS Unleashed 2
rtmpdump -r "rtmp://publish.thewebstream.co:1935/ingest_cellcast/" -a "ingest_cellcast" -f "WIN 22,0,0,209" -W "http://iptv.firestormmedia.tv/flash/player/player.swf" -p "http://iptv.firestormmedia.tv/iframes/firecall/" -y "livestream_two1" | vlc -


I'm very much 'on a learning curve' with it at the moment, so I'm not sure if what I'm doing is the correct/best way, but, so far, I've simply launched as many instances of 'Konsole' that I require for each stream that I want to record, and it seems to work Rolleyes , but I'll investigate your suggestions. Cool Smile
dose anyone no any working codes to record like babestation n studio 66 if so can you sent me a messages in my inbox thx
Reference URL's