Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to download stream from Yahoo Screen?

(http://stream-recorder.com/forum/showthread.php?t=18948)

roadrunner 10-25-2014 07:37 AM

How to download stream from Yahoo Screen?


 
Hello everybody,

I've been trying to download a pre-recorded stream from the Yahoo Screen site but have had no luck so far. I've read through the forum and was not able to find any instructions for this particular site.

Every day Yahoo Screen broadcasts a live concert stream and then they offer on demand viewing for 24 hours. I've been trying to download an on-demand stream but the closest I've been able to get is to download 9 second .ts files.

I have tried the following applications: GetFLV, StreamTrasnport, Replay Media Catcher 4, Atresdownloader, AdobeHDS.php script, ffmpeg.exe Firefox CacheViewer, DownloadHelper and DownloadThemAll!

The closest I came was by figuring out the URL of the .ts streams and then using DownloadThemAll! to automatically download each individual file. Unfortunately, there are unpredictable gaps in sequencing of the files so I was unable to get the entire performance.

Here is the URL to the site:
https://screen.yahoo.com/live/

I would appreciate any advice on how to proceed.

Thanks so much for reading.

hasomaso 10-25-2014 07:43 AM

Re: How to download stream from Yahoo Screen?


 
you can use URLSnooper2 or Bitanalyzer for that

roadrunner 10-25-2014 08:14 AM

Re: How to download stream from Yahoo Screen?


 
Thanks hasomaso.

I have installed URLSnooper but I'm not sure what I should be filtering on. I have tried filtering on "f4m" and "m3u8" but nothing appears.

Am I on the right track - what should I be looking for?

hasomaso 10-25-2014 08:22 AM

Re: How to download stream from Yahoo Screen?


 
put a example stream or video

roadrunner 10-25-2014 08:26 AM

Re: How to download stream from Yahoo Screen?


 
Here is a video: https://screen.yahoo.com/live/event/moon-taxi

surya987 10-25-2014 09:14 AM

Re: How to download stream from Yahoo Screen?


 
here is master m3u8 link
https://yahoo-live.hs.llnwd.net/livenation3p.m3u8

and 720p link is

https://yahoo-live.hs.llnwd.net/livenation3p_6128.m3u8


use ffmpeg to retrive full video enjoy...

blimey 10-25-2014 09:45 AM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by roadrunner (Post 71656)

A method to find the hls (m3u8) playlist url for yahoo live and live replay events:

Find the numbered url to the event. This can be found on the yahoo screen main page.

For your example it is;
Code:

https://screen.yahoo.com/moon-taxi-live-concert-130000080.html
Then view the source of that page, using Ctrl-U or right-click, view source. Search for "m3u8".

roadrunner 10-25-2014 10:36 AM

Re: How to download stream from Yahoo Screen?


 
Thank you surya987 and blimey for your advice on how to discover the m3u8 files. I have now used ffmpeg to download the stream. Here is the command:

Code:

ffmpeg.exe -i https://yahoo-live.hs.llnwd.net/livenation3p_6128.m3u8 -c copy "myvideo.ts"
If I could ask one final question. Since I've partially watched the above stream, any subsequent viewings (and downloadings) start from where I viewed it last. Is it possible to start the download from the beginning?

Anyway, thanks again to everybody for their help. I think I'm ready to download an upcoming stream replay. :D

roadrunner 10-29-2014 02:13 AM

Re: How to download stream from Yahoo Screen?


 
I'm currently trying to download the following stream:

https://screen.yahoo.com/live-nation...130000851.html

ffmpeg kind of worked, but it only downloaded part of the 94 minute show. So, I installed Replay Media Catcher 5 and it seems to be downloading more of the stream... I guess I'll find out in due course.

But if anybody can provide the ffmpeg command then I would be most grateful :)

surya987 10-29-2014 09:50 AM

Re: How to download stream from Yahoo Screen?


 



its keep downloading to me ... still downloading...

EDIT:- it downloads me 14h 57mn video...

Luckboy 12-09-2014 05:25 PM

Re: How to download stream from Yahoo Screen?


 
Great info, guys.

Currently FFmpeg is dropping segments every so often. The message is usually "skipping 2 segments ahead, expired from playlists."

Do you know if there's a way to increase the cache size, or some other wizardry, that would keep FFmpeg from skipping segments?

Thanks!

getflv 01-17-2015 07:20 AM

Re: How to download stream from Yahoo Screen?


 
Latest GetFLV can download Yahoo Screen videos no problem.:cool:

samucaum 01-17-2015 07:50 AM

Re: How to download stream from Yahoo Screen?


 
Hi,

Can anyone help with this?
This site used m3u8 now they started using SambaTech Player...
Its possible to use the ffmpeg here?

<!-- Á?rea do Aluno -->
<script type="text/javascript" src="/assets/js/libs/jquery.masonry.min.js"></script>
<script type="text/javascript" src="/assets/js/libs/jquery.tools.min.js"></script>
<script type="text/javascript" src="/assets/js/libs/bxslider/jquery.bxslider.min.js"></script>
<script type="text/javascript" src="/assets/js/libs/rotativo.js"></script>
<script type="text/javascript" src="/assets/js/student.js"></script>
<script type="text/javascript" src="/assets/js/barrauniversal/utils.js"></script>
<script type="text/javascript" src="/assets/js/libs/bxslider/jquery.bxslider.min.js"></script>
<script samba-player-api="player" type="text/javascript" src="/assets/js/sambatech/samba.player.api.js"></script>
<!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->

<script type="text/javascript">
$(document).ready(function($) {

$(".warning").click(function(e){
e.stopPropagation();
$(this).next().toggle();
});

});
</script>


<script>
var player = new SambaPlayer("video_player", { // player é o ID do elemento html que ele vai inserir o iframe
height: 397,
width: 705,
ph: "b4f460203dfc0553366a79cce642b1a8", // Player Hash do projeto
m: "7cfc545a0b3a1a7d33c662f041b3438b", // MidiaID
playerParams: { // Veja a lista de Parâmetros suportados
enableShare: true,
wideScreen: true
},
events: { // Funcoes que escutam os eventos do player
"onLoad": "eventListener", // Sendo que eventListener deve ser uma funç?o já presente na página
"onStart": "eventListener",
"onFinish": "eventListener"
}
});
</script>





<script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={" applicationID":"3566176","applicationTime":1981,"b eacon":"beacon-4.newrelic.com","queueTime":0,"licenseKey":"65c6ce 98be","transactionName":"M1xWMUdYWEADARFcXgoWZxFHT EJAIwERXF4KFlUQWVgZClRXXQwFSwoNUAMNGQJbUlYMAQ=="," agent":"js-agent.newrelic.com\/nr-476.min.js","errorBeacon":"bam.nr-data.net"}</script></body>
</html>

Thanks for the help!

Nomorecocktails 01-17-2015 02:48 PM

Re: How to download stream from Yahoo Screen?


 
Here is the url for video:
https://ci-0f724f809b-49abd61a.http....&x=1422135881&

Could also just save as. You'll need to disable flash for this to work. Works in Chrome. A lot of yahoo videos you can just disable flash and then save as.

MinnieMouse 01-23-2015 01:33 AM

Re: How to download stream from Yahoo Screen?


 
Well getflv is a solution but with 60 bugs or more I find it rather expensive.

If you are okay with spending a little something to have a solid program, Audials Moviebox could be your solution. This software is running good and with one click you can save any video on Yahoo Screen but costs a third of getflv.

Gwar 04-06-2015 05:23 AM

Re: How to download stream from Yahoo Screen?


 
hello guys,

I want to capture/dl a live stream which is located at https://screen.yahoo.com/live/event/at-the-gates

Since it is a live broadcast I would suggest that ffdshow is the right thing to do it.

Any help with the command which would work for this would be much appreciated.

I didn't have any luck to find the m3u8 yet.

Thanks a lot
regards

denobis 04-06-2015 07:27 AM

Re: How to download stream from Yahoo Screen?


 
Hi, i've fixed my yahoo live script and you can use it in adownloader. To get the stream i use vlc to watch meantime the video and save it. To stop the downloading simply close vlc.

Tested https://screen.yahoo.com/live/event/clean-bandit.

biezom 04-06-2015 08:55 AM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by Gwar (Post 75487)
hello guys,

I want to capture/dl a live stream which is located at https://screen.yahoo.com/live/event/at-the-gates

Since it is a live broadcast I would suggest that ffdshow is the right thing to do it.

Any help with the command which would work for this would be much appreciated.

I didn't have any luck to find the m3u8 yet.

Thanks a lot
regards

hi

Code:

https://video.media.yql.yahoo.com/v1/video/sapi/streams/1aea7e6d-595e-3f72-8c1b-b9e91b54f83f
you can find





so



denobis 04-06-2015 11:54 AM

Re: How to download stream from Yahoo Screen?


 
I think the manifest is locatet at the main html

"streams":[{"host":"https://yahoo-live.hs.llnwd.net/livenation1p.m3u8","path":"","width":640,"height": 360,"bitrate":528,"duration":0,"mime_type":"audio/x-mpegurl","live":true,"h264_profile":"","is_primary ":false,"format":"m3u8"},{"host":"http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation1p/master.m3u8",

Use adownloader

Gwar 04-06-2015 02:01 PM

Re: How to download stream from Yahoo Screen?


 
thanks for your help. I will test it in about 1 hour when I get home.

so you wouldn't suggest a ffdshow command and use adownloader instead ? Is it possible to somehow programm it or let it record in advance or would you suggest that I get up when the shows starts and record it then?

thanks

regards

Gwar 04-06-2015 04:03 PM

Re: How to download stream from Yahoo Screen?


 
hmm I absolutly don't know how to download this with Adownloader

Any help would be appreciated thanks

Gwar 04-06-2015 04:34 PM

Re: How to download stream from Yahoo Screen?


 
hmm it doesn't work. My vlc player always says that he can't open the stream. No matter if I use

https://yahoo-live.hs.llnwd.net/livenation1p.m3u8

or

http://yahooios-i.akamaihd.net/hls/l...1p/master.m3u8


Any help with a working batch file would be much appreciated since the show will start in a few hours.

thanks in advance

regards

-Gwar

denobis 04-06-2015 05:25 PM

Re: How to download stream from Yahoo Screen?


 
See here

http://denobisadownloader.blogspot.c...e-streams.html

stinkfoot 04-06-2015 07:05 PM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by Gwar (Post 75513)
hmm it doesn't work. My vlc player always says that he can't open the stream. No matter if I use

https://yahoo-live.hs.llnwd.net/livenation1p.m3u8

or

http://yahooios-i.akamaihd.net/hls/l...1p/master.m3u8

except you show using livenation2p
no livenation1p

reason being why to using id#.m3u8 i say prior then yelled against.

Gwar 04-07-2015 09:59 AM

Re: How to download stream from Yahoo Screen?


 
First off all thanks for all your support. I just found out that they repeat the show a few times so I want to give some feedback of the other methods I tried this morning before going to work:

@denobis thanks for your tutorial but it didn't work

The vlc player always gives the following error

Quote:

Your input can't be opened:
VLC is unable to open the MRL 'http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/'. Check the log for details.
or
Quote:

Your input can't be opened:
VLC is unable to open the MRL 'https://yahoo-live.hs.llnwd.net/'. Check the log for details.
It also doesn't show any bitrate version or resolution. Only a list where everything has the name "m3u8_0"

here is a screen



@ stinkfoot

It really worked with ffdshow this time using this command

Quote:

ffmpeg -i "http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/master.m3u8" -c copy atg.ts
but the recording isn't good. Sometimes the sound stops or there are parts of the show missing and then everything is running out of synch.
So it seems that ffmpeg can't capture the stream as a whole and always missed parts and therefore the capture isn't really usable.

Some messages ffdshow gives me during the capture is "skipping 3 segments ahead expired from playlists " Maybe that's a problem?

Any further help would be appreciated. Thanks a lot

denobis 04-07-2015 10:22 AM

Re: How to download stream from Yahoo Screen?


 
Sorry, try now.

you can enter the url of the event too.

nater 04-08-2015 01:11 PM

Re: How to download stream from Yahoo Screen?


 
If someone could help me download this video I'll be very thankful:

https://music.yahoo.com/video/brian-...174241636.html

ps I can't find m3u8 in source code ;/

denobis 04-08-2015 02:19 PM

Re: How to download stream from Yahoo Screen?


 
Use adownloader ;)

nater 04-09-2015 07:03 AM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by denobis (Post 75560)
Use adownloader ;)

Thank you so much just downloaded the video :)

brittbratbrute 04-10-2015 10:36 AM

Re: How to download stream from Yahoo Screen?


 
I keep reading through these threads about downloading from Yahoo Screen and I'm at my wits end. I can't figure it out! I know a big issue is that I'm on mac. I would be eternally grateful if someone could PLEASE rip from this livestream. It's only on there until 9pm EST and I'm getting desperate.

https://screen.yahoo.com/delta-rae-l...140000881.html

biezom 04-10-2015 10:44 AM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by brittbratbrute (Post 75590)
I keep reading through these threads about downloading from Yahoo Screen and I'm at my wits end. I can't figure it out! I know a big issue is that I'm on mac. I would be eternally grateful if someone could PLEASE rip from this livestream. It's only on there until 9pm EST and I'm getting desperate.

https://screen.yahoo.com/delta-rae-l...140000881.html

on MAC

you can use livestreamer


Code:

livestreamer "hlsvariant://http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/master.m3u8" best -o Delta-Rae.ts

brittbratbrute 04-10-2015 10:56 AM

Re: How to download stream from Yahoo Screen?


 
I'm so sorry, I'm completely new to this. Where can I find live streamer? It's kind of a broad term to search for.

I completely appreciate any help you guys offer.

biezom 04-10-2015 10:58 AM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by brittbratbrute (Post 75594)
I'm so sorry, I'm completely new to this. Where can I find live streamer? It's kind of a broad term to search for.

I completely appreciate any help you guys offer.


http://docs.livestreamer.io/install....ther-platforms

brittbratbrute 04-10-2015 12:12 PM

Re: How to download stream from Yahoo Screen?


 
I'm feeling absolutely stupid. I couldn't figure out livestreamer, but I was able to get ffmpeg installed. Now I just don't know how to use it.

I honestly wish I knew someone to just pay to get this video file for me. This is so frustrating.

EDIT: I've been using the command
ffmpeg -i "http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/master.m3u8" -c copy

And it looks like it's going to work, then I'm told "At least one output file must be specified"

Now I'm stuck again.

biezom 04-10-2015 02:50 PM

Re: How to download stream from Yahoo Screen?


 
Code:

ffmpeg -i "http://yahooios-i.akamaihd.net/hls/live/202861/tristudios/livenation2p/master.m3u8" -c copy video.ts

brittbratbrute 04-10-2015 03:19 PM

Re: How to download stream from Yahoo Screen?


 
Oh man. Thank you so much for all of your help, biezom.

I finally got it working. The stream keeps timing out, but I have a couple more times to attempt to get the full thing before Yahoo takes it down.

Thanks again!!

Viper2005 04-13-2015 10:39 PM

Re: How to download stream from Yahoo Screen?


 
Hello folks!

I have been trying to download this video

https://screen.yahoo.com/paleylive-p...170000202.html

with adownloader but it won't open the m3u8 file.
Would anyone be able to help me with this video?

Much appreciated, thank you! :)

biezom 04-13-2015 11:44 PM

Re: How to download stream from Yahoo Screen?


 
Quote:

Originally Posted by Viper2005 (Post 75763)
Hello folks!

I have been trying to download this video

https://screen.yahoo.com/paleylive-p...170000202.html

with adownloader but it won't open the m3u8 file.
Would anyone be able to help me with this video?

Much appreciated, thank you! :)

hi
Code:

youtube-dl -f best  "https://screen.yahoo.com/paleylive-person-interest-170000202.html"

brokecollegekid86 05-14-2015 09:38 PM

Re: How to download stream from Yahoo Screen?


 
Hi all,

Tried to follow the instructions here, but having trouble. Can anyone help me with how to download the following on a Mac:

https://screen.yahoo.com/main-event-...130000858.html

Thanks in advance!

moviefreak78 05-14-2015 11:24 PM

Re: How to download stream from Yahoo Screen?


 
ok im new here and want to download this https://screen.yahoo.com/live/event/nkotb its started today and i just dont know what to use thanks


All times are GMT -6. The time now is 03:08 PM.