View Single Post
  #2  
Old 04-16-2015, 06:01 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: poder grabar emisora argentina


Quote:
Originally Posted by piratilla_bcn View Post
Hola,

Necesitarķa saber el link para poder reproducir/grabar esta emisora

http://bluefm.com.ar/wp-content/themes/blueenvivo/

Aparece un manifest

php AdobeHDS.php --manifest "http://prepublish.g.qaotic.net/epc/ngrp:waveaudio1-20032_all/manifest.f4m" --delete

Pero parece que no es suficiente. Alguna ayuda?

Gracias de antemano!

hi hds protocol

Code:
livestreamer --http-header  "Referer=http://render.avstreaming.net/res/player/live/StrobeMediaPlaybackv3.swf"  "hds://http://prepublish.g.qaotic.net/epc/ngrp:waveaudio1-20032_all/manifest.f4m" best -o bluefm.flv
or
Code:
php AdobeHDS.php --referrer "http://render.avstreaming.net/res/player/live/StrobeMediaPlaybackv3.swf" --manifest "http://prepublish.g.qaotic.net/epc/ngrp:waveaudio1-20032_all/manifest.f4m" --delete


hls protocol

Code:
livestreamer --http-header  "User-Agent=Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; ko-kr) AppleWebKit/528.18 (KHTML,like Gecko) Version/4.0 Mobile/7D11 Safari/528.16"  "hlsvariant://http://prepublish.g.qaotic.net/epc/ngrp:waveaudio1-20032_all/playlist.m3u8" best -o bluefm.ts

Last edited by biezom : 04-16-2015 at 06:41 AM.
Reply With Quote