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 > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 12-09-2014, 06:25 PM
Luckboy Luckboy is offline
Junior Member
 
Join Date: Dec 2014
Posts: 1
Luckboy is on a distinguished road
Thumbs up

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!
Reply With Quote
  #12  
Old 01-17-2015, 08:20 AM
getflv getflv is offline
GetFLV support
 
Join Date: Aug 2009
Posts: 356
getflv is on a distinguished road
Default

Re: How to download stream from Yahoo Screen?


Latest GetFLV can download Yahoo Screen videos no problem.
Reply With Quote
  #13  
Old 01-17-2015, 08:50 AM
samucaum samucaum is offline
Junior Member
 
Join Date: Jan 2015
Posts: 3
samucaum is on a distinguished road
Default

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!
Reply With Quote
  #14  
Old 01-17-2015, 03:48 PM
Nomorecocktails Nomorecocktails is offline
Member
 
Join Date: Feb 2013
Posts: 68
Nomorecocktails is on a distinguished road
Default

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.
Reply With Quote
  #15  
Old 01-23-2015, 02:33 AM
MinnieMouse MinnieMouse is offline
Junior Member
 
Join Date: Aug 2014
Posts: 14
MinnieMouse is on a distinguished road
Default

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.
Reply With Quote
  #16  
Old 04-06-2015, 06:23 AM
Gwar Gwar is offline
Junior Member
 
Join Date: Apr 2015
Posts: 25
Gwar is on a distinguished road
Default

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
Reply With Quote
  #17  
Old 04-06-2015, 08:27 AM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

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.
Reply With Quote
  #18  
Old 04-06-2015, 09:55 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to download stream from Yahoo Screen?


Quote:
Originally Posted by Gwar View Post
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



Last edited by biezom : 04-06-2015 at 11:16 AM.
Reply With Quote
  #19  
Old 04-06-2015, 12:54 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

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
Reply With Quote
  #20  
Old 04-06-2015, 03:01 PM
Gwar Gwar is offline
Junior Member
 
Join Date: Apr 2015
Posts: 25
Gwar is on a distinguished road
Default

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
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 02:02 AM.


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