Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-28 Thread RS

On 27/12/2019 12:58, Ralph Corderoy wrote:

...
Interesting how I once again get the low-resolution audiodescribed
version despite those ‘Downloaded’ showing the ‘/ll’ CDN.  If I download
it a third time, adding ‘--exclude-supplier bidi’ then I upgrade again
to technical, still /ll.

 INFO: Downloaded: 55.78 MB (00:57:20) @ 63.75 Mb/s (dvfhd1/ll) [audio]
 INFO: Downloaded: 1953.86 MB (00:57:20) @ 156.31 Mb/s (dvfhd1/ll) [video]


Hi Ralph

I don't understand how using --exclude-supplier can cause a different 
mode to be selected, especially if get_iplayer selects Limelight in both 
cases..  I know the documentation says that is what you should do to 
force the choice of CDN and it also says you cannot rely on the numeric 
suffix on a sub-mode to select the same CDN each time, but I have found 
it pretty consistent.  Last time it was discussed it appeared that the 
order of CDNs varied geographically.  In my own case I have found for tv 
1 is BIDI, 2 is Limelight and 3 is Akamai.  For radio 1 is Limelight and 
2 is Akamai.  To force a particular CDN I use --tvmode=dvfhd3 or 
--tvmode=dvfxsd3


Best wishes
Richard




___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-28 Thread RS

On 27/12/2019 13:05, Ralph Corderoy wrote:

...
VLC has no choice but to play the single audio stream in the MP4 file.
Whether technical or audiodescribed, there is only one audio stream
present.
...
So I don't know how VLC is avoiding reading out the audio descriptions
unless it's not actually an audiodescribed download that was obtained.

get_iplayer could obtain both audio streams and put them in one MP4 file
along with the video, and VLC and other players could then present the
choice of audiodescribed or not, just as foreign-language dubbing is
sometimes present in non-iPlayer material.


Hi Ralph

It could, but it doesn't, and as you say there is only one audio stream 
in the .mp4 file created by get_iplayer.  I don't use audio described 
but I do download material which is not on the iPlayer from my satellite 
receiver.  A typical film from Channel 4 HD had, according to the Tools 
Codec tab in VLC

Stream 0 H.264 video 1920x1080 25fps
Stream 1 MPEG Audio layer 1/2 Language NAR stereo 192kbit/s
Stream 2 English Teletext subtitles
Stream 3 English DVB subtitles
Stream 4 A52 Audio (aka AC3) Language English

NAR is short for Narrative and is the equivalent of audio described.  On 
VLC's Audio Audio Track menu there are three radio buttons

Disable
Track 1 [NAR]
Track 2 [English]

Track 1 is selected by default, and it plays a stereo sound track with 
audio description.  If Track 2 is selected, it plays the AC3 5.1 
surround sound track but there is no audio description.  That seems to 
me to confirm what you say, that VLC will ONLY play audio description if 
the audiodescribed version has been downloaded.


A thought has occurred to me.  All the references have been to DVF modes 
and for DVF audio and video are downloaded separately.  Is it possible 
for the video to have been downloaded from a default, original or 
technical version while the audio has been taken from an audiodescribed 
version?  I have not managed to find where in the Perl script 
get_iplayer decides which audio and video streams to download, so I 
don't know the answer.


Best wishes
Richard




___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-27 Thread Ralph Corderoy
Hi Don,

> No, Ralph, I didn't request the AD version, but that's what I got by
> default.
>
> From what I can see on the iPlayer website, only audiodescribed
> versions are available. Playing using VLC doesn't play the AD.

VLC has no choice but to play the single audio stream in the MP4 file.
Whether technical or audiodescribed, there is only one audio stream
present.

$ ffprobe -i 
His_Dark_Materials_Series_1_-_08._Betrayal_m000csdk_technical.mp4 |&
> grep Audio
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 
stereo, fltp, 127 kb/s (default)
$ ffprobe -i 
His_Dark_Materials_Series_1_-_08._Betrayal_m000csdk_audiodescribed.mp4 |&
> grep Audio
Stream #0:1(eng): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 48000 Hz, 
stereo, fltp, 96 kb/s (default)

So I don't know how VLC is avoiding reading out the audio descriptions
unless it's not actually an audiodescribed download that was obtained.

get_iplayer could obtain both audio streams and put them in one MP4 file
along with the video, and VLC and other players could then present the
choice of audiodescribed or not, just as foreign-language dubbing is
sometimes present in non-iPlayer material.

-- 
Cheers, Ralph.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-27 Thread Ralph Corderoy
Hi Richard,

> > Oh, download_history, good idea.  I add each manually to the PVR.
> > Here's my episodenum, mode, versions, and the end of the filename.
> >
> >  $ awk -F\| '$2 ~ /^His Dark/ {sub(/.*_/, "", $7); print $(NF-2), $6, 
> > $8, $7}' \
> >  > ~/.get_iplayer/download_history
> >  1 hvfhd1 audiodescribed,original original.mp4
> >  2 hvfhd1 audiodescribed,technical technical.mp4
> >  3 hvfhd1 audiodescribed,technical technical.mp4
> >  4 hvfhd1 audiodescribed,technical technical.mp4
> >  5 dvfhd2 audiodescribed,original original.mp4
> >  6 dvfhd2 audiodescribed,technical technical.mp4
> >  7 dvfhd2 audiodescribed,original original.mp4
> >  8 dvfhd1 audiodescribed,technical technical.mp4
> >  $
>
> The versions field is telling you the available versions, and the end
> of the filename is telling you the version you  downloaded.

Yes, that's why I selected both of them.  :-)

> I can't see anything in what you have shown which suggests you got the
> audiodescribed version when you didn't want it.

Because my email above was after the one where I thanked you for
pointing out CDN-selection might help:
http://lists.infradead.org/pipermail/get_iplayer/2019-December/012652.html
Thus I managed to obtain technical by the time I analysed
download_history.

> download_history is written incrementally (append mode), so if you
> have downloaded the last episode twice there ought to be two records.

I tend to ed(1) download_history to delete a PID if I want to try again
rather than use --force as I'm not certain of every aspect of the
latter's actions.  I've just obtained E08 again without excluding the
Bidi CDN,

INFO: Downloaded: 41.70 MB (00:57:20) @ 17.56 Mb/s (dvfxsd2/ll) [audio]
INFO: Downloaded: 614.02 MB (00:57:20) @ 68.22 Mb/s (dvfxsd2/ll) [video]

and now get two entries for it, as you suggest.

$ awk -F\| '$2 ~ /^His Dark/ {sub(/.*_/, "", $7); print $(NF-2), $6, $8, 
$7}' \
> ~/.get_iplayer/download_history
...
8 dvfhd1 audiodescribed,technical technical.mp4
8 dvfxsd2 audiodescribed,technical audiodescribed.mp4
$

Interesting how I once again get the low-resolution audiodescribed
version despite those ‘Downloaded’ showing the ‘/ll’ CDN.  If I download
it a third time, adding ‘--exclude-supplier bidi’ then I upgrade again
to technical, still /ll.

INFO: Downloaded: 55.78 MB (00:57:20) @ 63.75 Mb/s (dvfhd1/ll) [audio]
INFO: Downloaded: 1953.86 MB (00:57:20) @ 156.31 Mb/s (dvfhd1/ll) [video]

I think what happens is without the bidi exclusion, technical is
attempted from bidi, that fails, audiodescribed is tried instead, that
also fails from bidi, and then the next CDN is tried, /ll, that works,
but we haven't started at the beginning of the versions, instead staying
stuck on audiodescribed:

INFO: Downloading tv: 'His Dark Materials: Series 1 - 08. Betrayal 
(m000csdk) [technical]'

INFO: Downloaded: 0.00 MB (00:00:00) @ 0.00 Mb/s (dvfhd1/bi) [audio]
WARNING: Failed to download file segment [0]
WARNING: Response: 400 Bad Request
WARNING: No streams available for 'technical' version (m000d182) - skipping 
(retry)

INFO: Downloading tv: 'His Dark Materials: Series 1 - 08. Betrayal 
(m000csdk) [audiodescribed]'
INFO: Downloaded: 0.00 MB (00:00:00) @ 0.00 Mb/s (dvfxsd1/bi) [audio]
WARNING: Failed to download file segment [0]
WARNING: Response: 400 Bad Request

INFO: Downloaded: 41.70 MB (00:57:20) @ 17.56 Mb/s (dvfxsd2/ll) [audio]
INFO: Downloaded: 614.02 MB (00:57:20) @ 68.22 Mb/s (dvfxsd2/ll) [video]

-- 
Cheers, Ralph.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-26 Thread Nick Payne
I used:

--tvmode=dvfhd --exclude-supplier=bidi

on the command line, and the program downloaded as version 'technical':

INFO: Mode list: dvfhd
INFO: Searching for version: 'technical'
INFO: Found version: 'technical'
INFO: Modes to try for 'technical' version: dvfhd1
INFO: Downloading tv: 'His Dark Materials: Series 1 - 08. Betrayal
(m000csdk) [technical]'
INFO: Trying 'dvfhd1' mode: attempt 1 / 3
INFO: ffmpeg version string = 3.4.6-0ubuntu0.18.04.1
INFO: ffmpeg version number = 3.4
INFO: File name prefix = His_Dark_Materials-s01e08-Betrayal
INFO: Begin downloading at: 0.00 MB (00:00:00) [1]

running --info against the pid shows:

longname:    His Dark Materials: Series 1
modes:   audiodescribed: dvfxsd1,dvflow1
modes:   technical:
dvfhd1,dvfsd1,dvfxsd1,dvfhigh1,dvfxhigh1,dvflow1,subtitles1,subtitles2
modesizes:   audiodescribed: dvfxsd1=690MB,dvflow1=188MB [estimated
sizes only]
modesizes:   technical:
dvfhd1=2179MB,dvfsd1=1209MB,dvfxsd1=690MB,dvfhigh1=675MB,dvfxhigh1=356MB,dvflow1=188MB
[estimated sizes only]
name:    His Dark Materials: Series 1
nameshort:   His Dark Materials
pid: m000csdk

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-25 Thread VeniVidiVideo
On Dec 25, 2019, at 4:34 AM, Don Grunbaum  wrote:
> From what I can see on the iPlayer website, only audiodescribed versions are 
> available. Playing using VLC doesn't play the AD.

That's curious.  AD is, of necessity, in the audio track.  If it's actually 
present, VLC would have to play it.  Unless there are multiple audio tracks.  
Maybe have a look, in VLC, at "Audio" > "Audio Track" > ... and see if there's 
more than one audio track listed.  Maybe these files are coming with both a 
regular audio track and an audiodescribed audio track?
___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-25 Thread RS

On 24/12/2019 14:25, Ralph Corderoy wrote:


I'm using version 3.22, but I don't see anything relevant at
https://github.com/get-iplayer/get_iplayer/wiki/release320to329#changes-in-323
that suggests 3.23 would fare better.

I don't claim to understand the changes made by the BBC which prompted 
the release of version 3.23.  There is a bit about it here.

https://forums.squarepenguin.co.uk/showthread.php?tid=2129
and here
https://forums.squarepenguin.co.uk/showthread.php?tid=2125

As I understand it, DVF and DAF (DASH) modes are not affected, so 
continuing to use v3.22 may not cause you a problem.  You probably won't 
see any HVF modes.  Even with v3.23 you won't see hvfxsd modes, which is 
the mode I use most often, until the next maintenance release.  I can 
use dvfxsd instead, but only with 96kbit/s HE-AAC v1 audio with SBR.  
Until the maintenance release, for things that are not worth the effort 
of reducing the frame rate of dvfhd to 25fps I am taking the video from 
dvfxsd and combining it with the audio from

--tvmode=dvfhd  --audio-only

Best wishes
Richard



___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-25 Thread Jim web
In article <1UTVq9Sl0j.2MSaZ0zHvD6@fairstead16>, Don Grunbaum
 wrote:
> No, Ralph, I didn't request the AD version, but that's what I got by
> default.

> From what I can see on the iPlayer website, only audiodescribed versions
> are available. Playing using VLC doesn't play the AD.

I'm not sure how it may relate to this. However I've downloaded all the
episodes (using DASH) and I did a quick check having seen this thread. I
played a couple of short bits of episode 8 and it seemed normal - i.e.
didn't notice any AD.

Played using VLC, so maybe that ignores the AD and just gives me the normal
audio? If I remember, I'll drop the file onto ffprobe to see what it
contains.

Jim

-- 
Electronics  https://www.st-andrews.ac.uk/~www_pa/Scots_Guide/intro/electron.htm
Armstrong Audio  http://www.audiomisc.co.uk/Armstrong/armstrong.html
biog http://jcgl.orpheusweb.co.uk/history/ups_and_downs.html
Audio Misc  http://www.audiomisc.co.uk/index.html


___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-25 Thread Don Grunbaum
No, Ralph, I didn't request the AD version, but that's what I got by default.

>From what I can see on the iPlayer website, only audiodescribed versions are 
>available. Playing using VLC doesn't play the AD.

Don

- Original Message -
From: Ralph Corderoy 
To: 
Sent: 25/12/2019 07:21:16
Subject: Re: His Dark Materials m000csdk: only audiodescribed available?


Hi Don,

> I've got episode 1 as hvfhd2, the rest as hvfhd1
> Episodes 1, 5 and 7 are original, the rest technical.

Oh, download_history, good idea.  I add each manually to the PVR.
Here's my episodenum, mode, versions, and the end of the filename.

$ awk -F\| '$2 ~ /^His Dark/ {sub(/.*_/, "", $7); print $(NF-2), $6, $8, 
$7}' \
> ~/.get_iplayer/download_history 
1 hvfhd1 audiodescribed,original original.mp4
2 hvfhd1 audiodescribed,technical technical.mp4
3 hvfhd1 audiodescribed,technical technical.mp4
4 hvfhd1 audiodescribed,technical technical.mp4
5 dvfhd2 audiodescribed,original original.mp4
6 dvfhd2 audiodescribed,technical technical.mp4
7 dvfhd2 audiodescribed,original original.mp4
8 dvfhd1 audiodescribed,technical technical.mp4
$

> All are audiodescribed.

As in a voice describes the picture?  Because that's what you wanted?

-- 
Cheers, Ralph.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-25 Thread RS

Hi Ralph

The versions field is telling you the available versions, and the end of 
the filename is telling you the version you  downloaded.  I can't see 
anything in what you have shown which suggests you got the 
audiodescribed version when you didn't want it.  That is not to say you 
won't get the audiodescribed or signed version if it is the only one 
available, just that your download_history doesn't seem to show it.  
download_history is written incrementally (append mode), so if you have 
downloaded the last episode twice there ought to be two records.


Best wishes
Richard

On 25/12/2019 07:21, Ralph Corderoy wrote:

Hi Don,


I've got episode 1 as hvfhd2, the rest as hvfhd1
Episodes 1, 5 and 7 are original, the rest technical.

Oh, download_history, good idea.  I add each manually to the PVR.
Here's my episodenum, mode, versions, and the end of the filename.

 $ awk -F\| '$2 ~ /^His Dark/ {sub(/.*_/, "", $7); print $(NF-2), $6, $8, 
$7}' \
 > ~/.get_iplayer/download_history
 1 hvfhd1 audiodescribed,original original.mp4
 2 hvfhd1 audiodescribed,technical technical.mp4
 3 hvfhd1 audiodescribed,technical technical.mp4
 4 hvfhd1 audiodescribed,technical technical.mp4
 5 dvfhd2 audiodescribed,original original.mp4
 6 dvfhd2 audiodescribed,technical technical.mp4
 7 dvfhd2 audiodescribed,original original.mp4
 8 dvfhd1 audiodescribed,technical technical.mp4
 $


All are audiodescribed.

As in a voice describes the picture?  Because that's what you wanted?






___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-24 Thread Ralph Corderoy
Hi Don,

> I've got episode 1 as hvfhd2, the rest as hvfhd1
> Episodes 1, 5 and 7 are original, the rest technical.

Oh, download_history, good idea.  I add each manually to the PVR.
Here's my episodenum, mode, versions, and the end of the filename.

$ awk -F\| '$2 ~ /^His Dark/ {sub(/.*_/, "", $7); print $(NF-2), $6, $8, 
$7}' \
> ~/.get_iplayer/download_history 
1 hvfhd1 audiodescribed,original original.mp4
2 hvfhd1 audiodescribed,technical technical.mp4
3 hvfhd1 audiodescribed,technical technical.mp4
4 hvfhd1 audiodescribed,technical technical.mp4
5 dvfhd2 audiodescribed,original original.mp4
6 dvfhd2 audiodescribed,technical technical.mp4
7 dvfhd2 audiodescribed,original original.mp4
8 dvfhd1 audiodescribed,technical technical.mp4
$

> All are audiodescribed.

As in a voice describes the picture?  Because that's what you wanted?

-- 
Cheers, Ralph.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-24 Thread Don Grunbaum
FWIW I've been recording each episode using the series pid and pidrecursive as 
follows:

excludechannel S4C,CBBC,Alba,News,CBeebies,Parliament,Cymru
pidrecursive 1
fps25 0
modes best
output V:\BBC iPlayer Recordings\His Dark Materials
subtitles 1
thumb 0
type tv
versionlist default
pid m000b1v2


I've got episode 1 as hvfhd2, the rest as hvfhd1

Episodes 1, 5 and 7 are original, the rest technical.

All are audiodescribed.

HTH

Don


- Original Message -
From: Ralph Corderoy 
To: 
Sent: 24/12/2019 14:25:53
Subject: Re: His Dark Materials m000csdk: only audiodescribed available?


Hi Richard,

> > Specifying ‘--modes dvfhd1,dvfhd2,dvfhd3’ picks the technical version.
> >
> >  INFO: Downloading tv: 'His Dark Materials: Series 1 - 08. Betrayal 
> > (m000csdk) [technical]'
> >
> >  INFO: Downloaded: 0.00 MB (00:00:00) @ 0.00 Mb/s (dvfhd1/bi) [audio]
> >  WARNING: Failed to download file segment [0]
> >  WARNING: Response: 400 Bad Request
> >  WARNING: No streams available for 'technical' version (m000d182) - 
> > skipping (retry)
>
> Have you tried a different CDN as your first choice?

No, thanks, that didn't occur to me.  Adding ‘--exclude-supplier bidi’
meant the download went well: technical, not audiodescribed, decent
resolution.

Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661),
yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 4542 kb/s,
50 fps, 50 tbr, 90k tbn, 100 tbc (default)

> I don't know why get_iplayer has not retried with the second and third
> CDNSs you have specified.

Me neither.  It's not something I normally have to do.  Another download
straight after the above one that worked seemed to also have ‘bi’
problems and happily moved onto ‘ll’.

INFO: Downloaded: 0.00 MB (00:00:00) @ 0.00 Mb/s (dvfhd1/bi) [audio]
WARNING: Failed to download file segment [0]
WARNING: Response: 400 Bad Request

INFO: Downloaded: 42.57 MB (00:43:46) @ 56.75 Mb/s (dvfhd2/ll) [audio]

Going back to --streaminfo on m000csdk, the non-bidi streams are listed.

stream:dvfhd1
priority:  30
streamurl: 
https://mm.bidi.bbc.co.uk/vod-dash-uk/usp/auth/vod/piff_abr_full_hd/6daf0e-m000d8kd/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2.ism/dash/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2-video=507.dash?at=CvusXAqfab332c59c6ec9d0c6a5e1f062b8f92c81b20e9ec59a73dad71ac0

stream:dvfhd2
priority:  20
streamurl: 
https://vod-dash-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_hd/6daf0e-m000d8kd/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2.ism/dash/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2-video=507.dash?s=1577175667=1577218867=6aad83bd5a305853f316983306c260c1

stream:dvfhd3
priority:  10
streamurl: 
https://vod-dash-uk-live.akamaized.net/usp/auth/vod/piff_abr_full_hd/6daf0e-m000d8kd/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2.ism/dash/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2-video=507.dash?__gda__=1577218867_a6308fb3a2add523aba9809ec4aec7cd

I'm using version 3.22, but I don't see anything relevant at
https://github.com/get-iplayer/get_iplayer/wiki/release320to329#changes-in-323
that suggests 3.23 would fare better.

-- 
Cheers, Ralph.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-24 Thread Ralph Corderoy
Hi Richard,

> > Specifying ‘--modes dvfhd1,dvfhd2,dvfhd3’ picks the technical version.
> >
> >  INFO: Downloading tv: 'His Dark Materials: Series 1 - 08. Betrayal 
> > (m000csdk) [technical]'
> >
> >  INFO: Downloaded: 0.00 MB (00:00:00) @ 0.00 Mb/s (dvfhd1/bi) [audio]
> >  WARNING: Failed to download file segment [0]
> >  WARNING: Response: 400 Bad Request
> >  WARNING: No streams available for 'technical' version (m000d182) - 
> > skipping (retry)
>
> Have you tried a different CDN as your first choice?

No, thanks, that didn't occur to me.  Adding ‘--exclude-supplier bidi’
meant the download went well: technical, not audiodescribed, decent
resolution.

Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661),
yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 4542 kb/s,
50 fps, 50 tbr, 90k tbn, 100 tbc (default)

> I don't know why get_iplayer has not retried with the second and third
> CDNSs you have specified.

Me neither.  It's not something I normally have to do.  Another download
straight after the above one that worked seemed to also have ‘bi’
problems and happily moved onto ‘ll’.

INFO: Downloaded: 0.00 MB (00:00:00) @ 0.00 Mb/s (dvfhd1/bi) [audio]
WARNING: Failed to download file segment [0]
WARNING: Response: 400 Bad Request

INFO: Downloaded: 42.57 MB (00:43:46) @ 56.75 Mb/s (dvfhd2/ll) [audio]

Going back to --streaminfo on m000csdk, the non-bidi streams are listed.

stream:dvfhd1
priority:  30
streamurl: 
https://mm.bidi.bbc.co.uk/vod-dash-uk/usp/auth/vod/piff_abr_full_hd/6daf0e-m000d8kd/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2.ism/dash/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2-video=507.dash?at=CvusXAqfab332c59c6ec9d0c6a5e1f062b8f92c81b20e9ec59a73dad71ac0

stream:dvfhd2
priority:  20
streamurl: 
https://vod-dash-uk-live.bbcfmt.hs.llnwd.net/usp/auth/vod/piff_abr_full_hd/6daf0e-m000d8kd/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2.ism/dash/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2-video=507.dash?s=1577175667=1577218867=6aad83bd5a305853f316983306c260c1

stream:dvfhd3
priority:  10
streamurl: 
https://vod-dash-uk-live.akamaized.net/usp/auth/vod/piff_abr_full_hd/6daf0e-m000d8kd/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2.ism/dash/vf_m000d8kd_4db45b44-d2c8-476c-a56e-82c3dc7bf180.ism.hlsv2-video=507.dash?__gda__=1577218867_a6308fb3a2add523aba9809ec4aec7cd

I'm using version 3.22, but I don't see anything relevant at
https://github.com/get-iplayer/get_iplayer/wiki/release320to329#changes-in-323
that suggests 3.23 would fare better.

-- 
Cheers, Ralph.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-24 Thread RS

On 24/12/2019 11:06, Ralph Corderoy wrote:


Specifying ‘--modes dvfhd1,dvfhd2,dvfhd3’ picks the technical version.

 INFO: Downloading tv: 'His Dark Materials: Series 1 - 08. Betrayal 
(m000csdk) [technical]'

 INFO: Downloaded: 0.00 MB (00:00:00) @ 0.00 Mb/s (dvfhd1/bi) [audio]
 WARNING: Failed to download file segment [0]
 WARNING: Response: 400 Bad Request
 WARNING: No streams available for 'technical' version (m000d182) - 
skipping (retry)


Have you tried a different CDN as your first choice?  I don't know why 
get_iplayer has not retried with the second and third CDNSs you have 
specified.  I tried Akamai with

--tvmode=dvfhd3 --versions=technical
and it worked.  I only downloaded the audio and part of the video as 
this is a metered connection.  I haven't tried all the modes and CDNs, 
so there may be others that work.


Best wishes
Richard




___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-24 Thread Ralph Corderoy
Hi Mark,

> If I don't see it under
> https://www.bbc.co.uk/iplayer/help/known-issues

Thanks, just checked, not there.

> then I mention it on
> https://www.bbc.co.uk/iplayer/help/questions/need-more-help/report-prog-problem

Filled that it.  Thanks for pointing them out.

-- 
Cheers, Ralph.

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: His Dark Materials m000csdk: only audiodescribed available?

2019-12-24 Thread Mark Carroll
On 9611 Sep 1993, Ralph Corderoy wrote:

> --info for the PID m000csdk shows
>
> web:https://www.bbc.co.uk/programmes/m000csdk
>
> Viewing that in Firefox shows audiodescribed and doesn't seem to let me
> turn it off.

Sometimes there's a problem that I can reproduce via their web-based
iPlayer stuff, exactly that kind of issue. If I don't see it under
https://www.bbc.co.uk/iplayer/help/known-issues then I mention it on
https://www.bbc.co.uk/iplayer/help/questions/need-more-help/report-prog-problem
then typically come back later to find that it got fixed and now it
works in get_iplayer too.

It might be like when the electrical power for a street goes out and all
the neighbours assume somebody else called but then when I call the
power company seem surprised so I guess sometimes one really can be the
first!

-- Mark

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer