Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 03-10-2015, 12:15 PM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Livestreamer


Livestreamer

http://docs.livestreamer.io

https://github.com/chrippa/livestreamer

A command line tool that pipes video streams from various services into a video player, such as VLC.

Supported streaming protocols:

Code:
Adobe HTTP Dynamic Streaming 	hds://
Akamai HD Adaptive Streaming 	akamaihd://
Apple HTTP Live Streaming 	hls:// hlsvariant://
Real Time Messaging Protocol 	rtmp:// rtmpe:// rtmps:// rtmpt:// rtmpte://
Progressive HTTP, HTTPS, etc 	httpstream://
Command line usage:

Code:
livestreamer [options] [url] [stream]
File output option [Write stream data to FILENAME instead of playing it.]:

Code:
-o FILENAME, --output FILENAME
Windows binaries:

Code:
https://github.com/chrippa/livestreamer/releases
Code:
http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip
Plugins:

Code:
http://docs.livestreamer.io/plugin_matrix.html
Currently most of the big streaming services are supported, such as:
  • Arte.tv
  • Bambuser.com
  • Chaturbate.com
  • Crunchyroll.com
  • Dailymotion.com
  • Hitbox.tv
  • Livestream.com
  • MLG.tv
  • SVTPlay.se
  • Twitch.tv
  • UStream.tv
  • Wat.tv
  • Weeb.tv
  • YouTube.com
  • ZDF.de
... and many more.
Reply With Quote
  #2  
Old 03-19-2015, 01:25 PM
vijankush vijankush is offline
Junior Member
 
Join Date: Mar 2015
Posts: 20
vijankush is on a distinguished road
Default

Re: Livestreamer


Thanks. This helped me a lot
Reply With Quote
  #3  
Old 03-19-2015, 05:59 PM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: Livestreamer


You can try LiveStreamer Playlist:

http://www.kerman.hr/forum/index.php?topic=17946.0
Reply With Quote
  #4  
Old 09-25-2015, 07:31 PM
mohqwt mohqwt is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
mohqwt is on a distinguished road
Default

Re: Livestreamer


Quote:
Originally Posted by nullacht View Post
Livestreamer

http://docs.livestreamer.io

https://github.com/chrippa/livestreamer

A command line tool that pipes video streams from various services into a video player, such as VLC.

Supported streaming protocols:

Code:
Adobe HTTP Dynamic Streaming 	hds://
Akamai HD Adaptive Streaming 	akamaihd://
Apple HTTP Live Streaming 	hls:// hlsvariant://
Real Time Messaging Protocol 	rtmp:// rtmpe:// rtmps:// rtmpt:// rtmpte://
Progressive HTTP, HTTPS, etc 	httpstream://
Command line usage:

Code:
livestreamer [options] [url] [stream]
File output option [Write stream data to FILENAME instead of playing it.]:

Code:
-o FILENAME, --output FILENAME
Windows binaries:

Code:
https://github.com/chrippa/livestreamer/releases
Code:
http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip
Plugins:

Code:
http://docs.livestreamer.io/plugin_matrix.html
Currently most of the big streaming services are supported, such as:
  • Arte.tv
  • Bambuser.com
  • Chaturbate.com
  • Crunchyroll.com
  • Dailymotion.com
  • Hitbox.tv
  • Livestream.com
  • MLG.tv
  • SVTPlay.se
  • Twitch.tv
  • UStream.tv
  • Wat.tv
  • Weeb.tv
  • YouTube.com
  • ZDF.de
... and many more.
can you explain how can i use it , because im new
Reply With Quote
  #5  
Old 09-27-2015, 10:11 AM
SlowNet SlowNet is offline
Junior Member
 
Join Date: Sep 2015
Posts: 19
SlowNet is on a distinguished road
Default

Re: Livestreamer


can it download videos from hulu as well..?
Reply With Quote
  #6  
Old 10-10-2015, 02:08 AM
greatcityness greatcityness is offline
Junior Member
 
Join Date: Aug 2015
Posts: 2
greatcityness is on a distinguished road
Default

Re: Livestreamer


To download Bambuser braodcasts, you may also try this method at http://www.allavsoft.com/how-to/bamb...ownloader.html
Reply With Quote
  #7  
Old 10-27-2015, 01:59 PM
gowtham gowtham is offline
Junior Member
 
Join Date: Oct 2015
Posts: 6
gowtham is on a distinguished road
Default

Re: Livestreamer


i just want to download any streaming content in mp3 format instead of flv! what do i do? Someone said i need ffmpeg to transcode.. if then. how to do it..?

reply me in this thread: http://stream-recorder.com/forum/hel...at-t20392.html
Reply With Quote
  #8  
Old 02-13-2016, 01:34 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: Livestreamer


Hello community-

Is there a way to set a user agent in livestreamer? Say, for example make it appear to the server as if the OS being used is Android rather than Windows?

Thank you.
Reply With Quote
  #9  
Old 03-01-2016, 08:25 AM
zer00 zer00 is offline
Junior Member
 
Join Date: Oct 2011
Posts: 12
zer00 is on a distinguished road
Default

Re: Livestreamer


@stream_monkey

you can use the http-header option like this:
Code:
livestreamer --http-header "User-Agent=Mozilla/5.0 (Linux; U; Android 4.3; en-us; sdk Build/MR1) AppleWebKit/536.23 (KHTML, like Gecko) Version/4.3 Mobile Safari/536.23" ...
Reply With Quote
  #10  
Old 03-06-2016, 07:49 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: Livestreamer


Quote:
Originally Posted by zer00 View Post
@stream_monkey

you can use the http-header option like this:
Code:
livestreamer --http-header "User-Agent=Mozilla/5.0 (Linux; U; Android 4.3; en-us; sdk Build/MR1) AppleWebKit/536.23 (KHTML, like Gecko) Version/4.3 Mobile Safari/536.23" ...
Thank you.

One more question: Can anyone let me know the correct syntax to use to get livestreamer to play a local, hlsvariant m3u8? I don't have problems when the m3u8 is on the web, but when I try to point it to a local file it doesn't work.
Reply With Quote
Reply Post New Thread
Tags: , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:40 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons