m3u Player/Recorder For Linux? - Censorship :-( - 10-08-2016 15:43
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 , 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.
RE: m3u Player/Recorder For Linux? - HEX!T - 10-08-2016 21:39
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.
RE: m3u Player/Recorder For Linux? - andyxm715 - 10-08-2016 21:48
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
RE: m3u Player/Recorder For Linux? - andyxm715 - 10-08-2016 22:00
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 -
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 -
RE: m3u Player/Recorder For Linux? - Censorship :-( - 11-08-2016 12:39
(10-08-2016 21: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'!
RE: m3u Player/Recorder For Linux? - Censorship :-( - 11-08-2016 12:47
(10-08-2016 21: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.
RE: m3u Player/Recorder For Linux? - Censorship :-( - 11-08-2016 12:57
(10-08-2016 22: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 -
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 , but I'll investigate your suggestions.
RE: m3u Player/Recorder For Linux? - Breastman - 16-12-2019 18:34
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
|