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 08-07-2015, 10:21 AM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Livestreamer Rtmp Help???


Can someone help to get this rtmpsuck to play with livestreamer? Thanks in advance!

http://www.kcet.org/video/huellhowser/#v79650

app : a500/e1/uds/rtmp/ondemand?videoId=3972714165001&lineUpId=&pubId=136
368194&playerId=2710312930001&affiliateId=
flashVer : WIN 18,0,0,209
swfUrl : http://admin.brightcove.com/viewer/u...deratedVideoUI
/BrightcovePlayer.swf?uid=1438959544534
tcUrl : rtmp://brightcove-10.fcod.llnwd.net:1935/a500/e1/uds/rtmp/ondemand?
videoId=3972714165001&lineUpId=&pubId=136368194&pl ayerId=2710312930001&affiliate
Id=
pageUrl : http://www.kcet.org/video/huellhowser/#v79650
live : no
Playpath : mp4:136368194/136368194_3972922197001_VHHcrossroads.mp4?videoId= 397
2714165001&lineUpId=&pubId=136368194&playerId=2710 312930001&affiliateId=
Reply With Quote
  #2  
Old 08-07-2015, 10:54 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


hi
direct link

Code:
http://brightcove.vo.llnwd.net/e1/uds/pd/136368194/136368194_3972922195001_VHHcrossroads.mp4
Reply With Quote
  #3  
Old 08-07-2015, 11:23 AM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


Quote:
Originally Posted by biezom View Post
hi
direct link

Code:
http://brightcove.vo.llnwd.net/e1/uds/pd/136368194/136368194_3972922195001_VHHcrossroads.mp4
Thanks! Can you explain how you got that code so I can play more videos?
Reply With Quote
  #4  
Old 08-07-2015, 11:39 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


Quote:
Originally Posted by lajvguy View Post
Thanks! Can you explain how you got that code so I can play more videos?
tools: firefox; adblockplus addon; youtube-dl


##############################################

################################################## ###################################

Code:
youtube-dl -g "http://admin.brightcove.com/viewer/us20150514.1307/BrightcoveBootloader.swf?playerID=2710312930001&playerKey=AQ%7E%7E%2CAAAAAAgg0EI%7E%2COBaMgax57U_pXNXCtahASnnPCwgNwiHy&purl=http%3A%2F%2Fwww.kcet.org%2Fvideo%2Fhuellhowser%2F&%40videoPlayer=3972714165001&autoStart=&bgcolor=%23FFFFFF&debuggerID=&dynamicStreaming=true&flashID=myExperience3972714165001&height=535&isUI=true&isVid=true&startTime=1438964941897&width=950&wmode=transparent"


>>>>>>>>>>>>>>>>>


Code:
http://brightcove.vo.llnwd.net/e1/uds/pd/136368194/136368194_3972922195001_VHHcrossroads.mp4
Reply With Quote
  #5  
Old 08-07-2015, 12:52 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


Quote:
Originally Posted by biezom View Post
tools: firefox; adblockplus addon; youtube-dl


##############################################

################################################## ###################################

Code:
youtube-dl -g "http://admin.brightcove.com/viewer/us20150514.1307/BrightcoveBootloader.swf?playerID=2710312930001&playerKey=AQ%7E%7E%2CAAAAAAgg0EI%7E%2COBaMgax57U_pXNXCtahASnnPCwgNwiHy&purl=http%3A%2F%2Fwww.kcet.org%2Fvideo%2Fhuellhowser%2F&%40videoPlayer=3972714165001&autoStart=&bgcolor=%23FFFFFF&debuggerID=&dynamicStreaming=true&flashID=myExperience3972714165001&height=535&isUI=true&isVid=true&startTime=1438964941897&width=950&wmode=transparent"


>>>>>>>>>>>>>>>>>


Code:
http://brightcove.vo.llnwd.net/e1/uds/pd/136368194/136368194_3972922195001_VHHcrossroads.mp4
I downloaded https://yt-dl.org/latest/youtube-dl.exe but it won't run the application. What should I do?
Reply With Quote
  #6  
Old 08-07-2015, 01:04 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


Quote:
Originally Posted by lajvguy View Post
I downloaded https://yt-dl.org/latest/youtube-dl.exe but it won't run the application. What should I do?
it works on command line

download https://yt-dl.org/latest/youtube-dl.exe
in C:\opensoftware\youtube-dl\ for example

open command prompt (cmd.exe)

go to the youtube-dl's folder

Code:
cd C:\opensoftware\youtube-dl\

and write the code

Code:
youtube-dl -g "http://admin.brightcove.com/viewer..................................
Reply With Quote
  #7  
Old 08-07-2015, 08:32 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


[quote=biezom;78777]it works on command line

download https://yt-dl.org/latest/youtube-dl.exe
in C:\opensoftware\youtube-dl\ for example

open command prompt (cmd.exe)

go to the youtube-dl's folder

Code:
cd C:\opensoftware\youtube-dl\
Thanks for all your help. I tried this but doesn't work:

livestreamer http://brightcove.vo.llnwd.net/e1/ud...crossroads.mp4
Reply With Quote
  #8  
Old 08-08-2015, 01:15 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


[quote=lajvguy;78794]
Quote:
Originally Posted by biezom View Post
it works on command line

download https://yt-dl.org/latest/youtube-dl.exe
in C:\opensoftware\youtube-dl\ for example

open command prompt (cmd.exe)

go to the youtube-dl's folder

Code:
cd C:\opensoftware\youtube-dl\
Thanks for all your help. I tried this but doesn't work:

livestreamer http://brightcove.vo.llnwd.net/e1/ud...crossroads.mp4
Code:
livestreamer "httpstream://http://brightcove.vo.llnwd.net/e1/uds/pd/136368194/136368194_3972922195001_VHHcrossroads.mp4" -o Visiting-with-Huell-Howser-Crossroads.mp4
or
Code:
youtube-dl "http://brightcove.vo.llnwd.net/e1/uds/pd/136368194/136368194_3972922195001_VHHcrossroads.mp4" -o Visiting-with-Huell-Howser-Crossroads.mp4
Reply With Quote
  #9  
Old 08-08-2015, 02:20 AM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


[quote=biezom;78798]
Quote:
Originally Posted by lajvguy View Post

Code:
livestreamer "httpstream://http://brightcove.vo.llnwd.net/e1/uds/pd/136368194/136368194_3972922195001_VHHcrossroads.mp4" -o Visiting-with-Huell-Howser-Crossroads.mp4
or
Code:
youtube-dl "http://brightcove.vo.llnwd.net/e1/uds/pd/136368194/136368194_3972922195001_VHHcrossroads.mp4" -o Visiting-with-Huell-Howser-Crossroads.mp4
Thanks again! Where did you get the "httpstream://" from?
Reply With Quote
  #10  
Old 08-08-2015, 02:25 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer Rtmp Help???


Quote:
Originally Posted by lajvguy View Post
Thanks again! Where did you get the "httpstream://" from?
livestreamer doc

http://docs.livestreamer.io/cli.html...ming-protocols
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 01:20 PM.


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