Censorship :-(
Sadly, no more caps. :-(
Posts: 5,362
Joined: May 2009
Reputation: 52
|
m3u Player/Recorder For Linux?
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.
|
|
10-08-2016 15:43 |
|
HEX!T
Retired
Posts: 6,298
Joined: Aug 2008
Reputation: 143
|
RE: m3u Player/Recorder For Linux?
Any Babe pics posted are my Take on existing photographs. credits for the original images stays with the copyright holder if any rights apply.
Today im wearing a gray hat. tomorrow it might be white or black, it depends on my mood
(This post was last modified: 10-08-2016 21:40 by HEX!T.)
|
|
10-08-2016 21:39 |
|
andyxm715
Account Closed
Posts: 1,116
Joined: May 2014
|
RE: m3u Player/Recorder For Linux?
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
(This post was last modified: 10-08-2016 21:48 by andyxm715.)
|
|
10-08-2016 21:48 |
|
andyxm715
Account Closed
Posts: 1,116
Joined: May 2014
|
RE: m3u Player/Recorder For Linux?
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 -
(This post was last modified: 10-08-2016 22:58 by andyxm715.)
|
|
10-08-2016 22:00 |
|
Censorship :-(
Sadly, no more caps. :-(
Posts: 5,362
Joined: May 2009
Reputation: 52
|
RE: m3u Player/Recorder For Linux?
(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.
|
|
11-08-2016 12:47 |
|
Censorship :-(
Sadly, no more caps. :-(
Posts: 5,362
Joined: May 2009
Reputation: 52
|
RE: m3u Player/Recorder For Linux?
(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.
|
|
11-08-2016 12:57 |
|
Breastman
Banned
Posts: 3
Joined: Dec 2019
|
RE: m3u Player/Recorder For Linux?
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
|
|
16-12-2019 18:34 |
|