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 record from ovaguide.com (MP2T formats)

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

Infil 04-19-2015 10:21 AM

How to record from ovaguide.com (MP2T formats)


 
Hi there!

Can anyone please guide me on how to download the movie in this link in its highest quality?

https://www.ovguide.com/video/sun-st...9022000b2c0078

The movie stream seems to be broken up into many MP2T files

Many thanks!

surya987 04-19-2015 10:53 AM

Re: How to record from ovaguide.com (MP2T formats)


 
use ffmpeg.... the highest resolution is 704x516 ....

Code:

ffmpeg -i "http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826852718001&pubId=3692957913001&videoId=3826648527001" -vcodec copy -acodec copy -absf aac_adtstoasc out.mp4



hasomaso 04-19-2015 10:59 AM

Re: How to record from ovaguide.com (MP2T formats)


 
download ffmpeg:
Code:

ffmpeg -i "http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826852718001&pubId=3692957913001&videoId=3826648527001" -c:v copy -c:a copy -f mpegts output.flv
different resolutions
Code:

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=264000,RESOLUTION=396x290
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826766766001&pubId=3692957913001&videoId=3826648527001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826758083001&pubId=3692957913001&videoId=3826648527001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=464000,RESOLUTION=528x386
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826793270001&pubId=3692957913001&videoId=3826648527001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=864000,RESOLUTION=528x386
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826843339001&pubId=3692957913001&videoId=3826648527001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1264000,RESOLUTION=704x516
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826835712001&pubId=3692957913001&videoId=3826648527001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1664000,RESOLUTION=396x290
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826830284001&pubId=3692957913001&videoId=3826648527001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2064000,RESOLUTION=704x516
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=3826852718001&pubId=3692957913001&videoId=3826648527001


Infil 04-19-2015 12:37 PM

Re: How to record from ovaguide.com (MP2T formats)


 
Thank you so much! This worked!

irfaan102 05-28-2016 07:09 AM

Re: How to record from ovaguide.com (MP2T formats)


 
Hey guys, can you help me download one of these video:
(I'm getting "Failed to open segment of playlist")

HTML Code:

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=313000,RESOLUTION=480x270
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4894871783001&videoId=4894849887001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=53749
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4894873814001&videoId=4894849887001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=564000,RESOLUTION=640x360
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4894873415001&videoId=4894849887001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=815000,RESOLUTION=854x480
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4894871782001&videoId=4894849887001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1228000,RESOLUTION=1024x576
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4894865589001&videoId=4894849887001

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2123000,RESOLUTION=1280x720
http://c.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4894871558001&videoId=4894849887001


Terenz 05-28-2016 07:26 AM

Re: How to record from ovaguide.com (MP2T formats)


 
Post the original link of the video

irfaan102 05-28-2016 07:35 AM

Re: How to record from ovaguide.com (MP2T formats)


 
Here:
http://www.viasatsport.se/videoklipp...t-mot-udinese/

Terenz 05-28-2016 08:02 AM

Re: How to record from ovaguide.com (MP2T formats)


 
mmm strange also with a swedish proxy i can't access to the video give me Status Code:401 Unauthorized i can just see the ads before the video. Anyway that link is different from ovguide.com of the OP so this is wrong thread.

sysanin 05-28-2016 10:04 AM

Re: How to record from ovaguide.com (MP2T formats)


 
Code:

http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4894849887001

irfaan102 06-04-2016 04:11 AM

Re: How to record from ovaguide.com (MP2T formats)


 
Which software you are using and how to download it?


All times are GMT -6. The time now is 02:20 AM.