View Single Post
  #3  
Old 12-08-2015, 06:58 AM
manolo123 manolo123 is offline
Junior Member
 
Join Date: Dec 2015
Posts: 2
manolo123 is on a distinguished road
Default

Re: Impossible stream record


Hi,

Really Thanks for your reply! It worked on VLC \o/

But, is there a way to make this on ffmpeg?

I tried with this:

php AdobeHDS.php --manifest "http://caracoltvlivehds-lh.akamaihd.net/z/emision_1@126280/manifest.f4m?__nn__=4372295757001&hdnea=st=1449581 400~e
xp=1449583200~acl=/z/*~hmac=bbd61e7ba66623bc56af482fbd5db1d12ecdc313120 a14ef498ba55abf81b078&videoId=4229814000001&lineUp Id=&pubId=3827094934001&playe
rId=3950496857001&affiliateId=&g=NVERYFKLWYUB&hdco re=3.4.0" --delete --play | ffmpeg -f flv -loglevel debug -i -

But got stuck on this:

Code:
ffmpeg version N-71418-g818e889 Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 4.9.2 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-l
ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enab
le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --en
able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --ena
ble-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc
 --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enabl
e-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --ena
ble-decklink --enable-zlib
  libavutil      54. 22.101 / 54. 22.101
  libavcodec     56. 34.100 / 56. 34.100
  libavformat    56. 30.100 / 56. 30.100
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 14.100 /  5. 14.100
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
Splitting the commandline.
Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'
.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level)
with argument 'debug'.
Reading option '-i' ... matched as input file with argument '-'.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Successfully parsed a group of options.
Parsing a group of options: input file -.
Applying option f (force format) with argument flv.
Successfully parsed a group of options.
Opening an input file: -.
Reply With Quote