utgg wrote: 
> I've been playing about a bit with my own decoder (at the moment a bit
> of stand-alone 'C' code to replace ffmpeg as a 'transcoding helper' to
> extract and demux the aac stream which works for both the Listen Live
> and the Listen Again streams). The listen again streams have a bit of
> obfuscation in the route to their url's which ffmpeg can't handle. It's
> a pretty simple protocol to deal with - I've got it working in a fashion
> - lots of interesting things discovered!

utgg,

Just thought I would mention that get_iplayer 2.9.1 seems to be able to
deal with on-demand HLS streams by using ffmpeg.

I've been having a play with it to see what happens and thought I would
post an example in the unlikely event that it might help.

It is using the ffmpeg.exe (2.2.3) that I had previously downloaded to
my Windows machine.

get-iplayer couldn't find an on-demand HLS 320kbps version of the PID so
the following is for the HLS 128kbps.

This is the cmd window text:

Code:
--------------------
    
  C:\Program Files (x86)\get_iplayer>get_iplayer --type=radio 
--radiomode=hlsaacstd  --output "F:\Temp" --pid b053zrww --raw --force
  get_iplayer v2.91, Copyright (C) 2008-2010 Phil Lewis
  This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty.
  This is free software, and you are welcome to redistribute it under certain
  conditions; use --conditions for details.
  
  INFO: Episode-only pid detected
  INFO: Trying pid: b053zrww using type: radio
  INFO: Trying to stream pid using type radio
  INFO: pid not found in radio cache
  Matches:
  
  INFO: 1 Matching Programmes
  INFO: Checking existence of default version
  INFO: hlsaacstd1 modes will be tried for version default
  INFO: Trying hlsaacstd1 mode to record radio: Sunday Morning - James Jolly
  INFO: File name prefix = Sunday_Morning_-_James_Jolly_b053zrww_default
  
  ffmpeg version 2.2.3 Copyright (c) 2000-2014 the FFmpeg developers
  built on Jun 19 2014 20:24:25 with gcc 4.8.3 (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-libcaca 
--enable-libfreetyp
  e --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug 
--enable-
  libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb 
--enable-libope
  njpeg --enable-libopus --enable-librtmp --enable-libschroedinger 
--enable-libsox
  r --enable-libspeex --enable-libtheora --enable-libtwolame 
--enable-libvidstab -
  -enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis 
--enable-libvpx
  --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 
--enable-
  libxavs --enable-libxvid --enable-decklink --enable-zlib
  libavutil      52. 66.100 / 52. 66.100
  libavcodec     55. 52.102 / 55. 52.102
  libavformat    55. 33.100 / 55. 33.100
  libavdevice    55. 10.100 / 55. 10.100
  libavfilter     4.  2.100 /  4.  2.100
  libswscale      2.  5.102 /  2.  5.102
  libswresample   0. 18.100 /  0. 18.100
  libpostproc    52.  3.100 / 52.  3.100
  Input #0, hls,applehttp, from 
'http://cp212076-vh.akamaihd.net/i/prod_af_mp4_aaclc_128/iplayerstream/l2o/b053zrw6_e03ebe63-4ac6-4c6b-8aa1-8b4848857164.mp4/index_0_a.m3u8?e=e0ef6b1f1d4124f5&hdnea=st=1425221911~exp=1425243511~acl=/*b053zrw6_e03ebe63-4ac6-4c6b-8aa1-8b4848857164.mp4*~hmac=3faf9b00538075220634db390e4f1d10c91cff47dcc79c40d6188b11ee53f86f':
  Duration: 03:00:16.00, start: 0.100667, bitrate: 0 kb/s
  Program 0
  Metadata:
  variant_bitrate : 0
  Stream #0:0: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 13
  0 kb/s
  Stream #0:1: Data: timed_id3 (ID3  / 0x20334449)
  Output #0, mpegts, to 'F:\Temp\Sunday_Morning_-_James_Jolly_b053z
  rww_default.partial.ts':
  Metadata:
  encoder         : Lavf55.33.100
  Stream #0:0: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, 130 kb/s
  
  Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Press [q] to stop, [?] for help
  size=  194353kB time=03:00:16.00 bitrate= 147.2kbits/s
  video:0kB audio:172466kB subtitle:0 data:0 global headers:0kB muxing overhead 
12
  .690373%
  
--------------------



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.
------------------------------------------------------------------------
JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to