Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Support Mental Health. Or I'll kill you.


aus+uk / uk.rec.audio / Re: ffplay and bbc dash streams

SubjectAuthor
* ffplay and bbc dash streamsRoger
+* Re: ffplay and bbc dash streamsAndy Burns
|+* Re: ffplay and bbc dash streamsAndy Burns
||+- Re: ffplay and bbc dash streamsRoger
||`- Re: ffplay and bbc dash streamsRoger
|`- Re: ffplay and bbc dash streamsRoger
`* Re: ffplay and bbc dash streamsRoger
 `* Re: ffplay and bbc dash streamsAndy Burns
  `* Re: ffplay and bbc dash streamsRoger
   `* Re: ffplay and bbc dash streamsBrian Gaff \(Sofa\)
    +- Re: ffplay and bbc dash streamsDave Plowman (News)
    +- Re: ffplay and bbc dash streamsJim Lesurf
    `- Re: ffplay and bbc dash streamsRoger

1
ffplay and bbc dash streams

<fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=579&group=uk.rec.audio#579

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: inva...@invalid.invalid (Roger)
Newsgroups: uk.rec.audio
Subject: ffplay and bbc dash streams
Date: Sun, 04 Jul 2021 10:51:13 +0100
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="80d693fa4de84d88fa745b7ebad74296";
logging-data="5951"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ZCkuXH65vo4JeieAULTKqaaolRfe8lDk="
Cancel-Lock: sha1:UmTFdoh6PLG0loDPIJsCQPqYK74=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Roger - Sun, 4 Jul 2021 09:51 UTC

For those that don't know it ffplay is part of the ffmpeg
package. This is what is first returned:

>Input #0, dash, from 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/cf/bbc_radio_three.mpd':
> Duration: N/A, start: 1625391731.200000, bitrate: N/A
> Program 0
> Stream #0:0(en): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp (default)
> Metadata:
> variant_bitrate : 48000
> id : audio=48000
> Stream #0:1(en): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp (default)
> Metadata:
> variant_bitrate : 96000
> id : audio=96000
> Stream #0:2(en): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp (default)
> Metadata:
> variant_bitrate : 128000
> id : audio=128000
> Stream #0:3(en): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp (default)
> Metadata:
> variant_bitrate : 320000
> id : audio=320000
>[dash @ 0x7fa5c00009c0] No longer receiving stream_index 1
>[dash @ 0x7fa5c00009c0] No longer receiving stream_index 2
>[dash @ 0x7fa5c00009c0] No longer receiving stream_index 3

and ffplay plays the 48 kbps stream. I've searched, I've
experimented, but I cannot get ffplay to use any of the
other streams.

Any ideas, or indeed a definite answer, would be welcomed.
--
Roger

Re: ffplay and bbc dash streams

<ikdkd3Fspe8U1@mid.individual.net>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=580&group=uk.rec.audio#580

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: use...@andyburns.uk (Andy Burns)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Sun, 4 Jul 2021 12:29:38 +0100
Lines: 21
Message-ID: <ikdkd3Fspe8U1@mid.individual.net>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net L7soPlAQBlpsCSItWNDJSggb2cS0hq/QVVNlTapegJuOKVCNUr
Cancel-Lock: sha1:RzrIQheyOyxZOWd6nqx9g9RceKw=
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
In-Reply-To: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com>
Content-Language: en-GB
 by: Andy Burns - Sun, 4 Jul 2021 11:29 UTC

Roger wrote:

> I've searched, I've
> experimented, but I cannot get ffplay to use any of the
> other streams.
>
> Any ideas, or indeed a definite answer, would be welcomed.

running it within an SSH session, so no audio/video devices available, I
had to use the "-nodisp" flag, but got success selecting the stream by
using the "-ast a:n" option where n is the index 0 to 3 for the Radio3 URL

ffplay
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/cf/bbc_radio_three.mpd
-nodisp -ast a:3

rather than specify the index number, which could alter, you might be
able to specify the bandwidth something like -ast:a:128k but I didn't
figure that out ...

Re: ffplay and bbc dash streams

<ikdvs4Fe5bU1@mid.individual.net>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=581&group=uk.rec.audio#581

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!lilly.ping.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: use...@andyburns.uk (Andy Burns)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Sun, 4 Jul 2021 15:45:23 +0100
Lines: 13
Message-ID: <ikdvs4Fe5bU1@mid.individual.net>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com>
<ikdkd3Fspe8U1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net fPPrQQKl8xJ0dZPXX646sgviVqB2X4uTgumvhrbUH6DgmChUwF
Cancel-Lock: sha1:Tgz47LiKseTMXV05I+sgTmIff8g=
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
In-Reply-To: <ikdkd3Fspe8U1@mid.individual.net>
Content-Language: en-GB
 by: Andy Burns - Sun, 4 Jul 2021 14:45 UTC

Andy Burns wrote:

> ffplay
> http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/cf/bbc_radio_three.mpd
> -nodisp -ast a:3
>
> rather than specify the index number, which could alter, you might be
> able to specify the bandwidth

cracked it, e.g.

-ast a:m:variant_bitrate:320000

Re: ffplay and bbc dash streams

<mqp3egli9na71dr9255nm8mgs6u51ue2b7@4ax.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=582&group=uk.rec.audio#582

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: inva...@invalid.invalid (Roger)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Sun, 04 Jul 2021 17:53:51 +0100
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <mqp3egli9na71dr9255nm8mgs6u51ue2b7@4ax.com>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com> <ikdkd3Fspe8U1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="80d693fa4de84d88fa745b7ebad74296";
logging-data="23721"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19CpYb3MQXFMiHxm2Qf+/Zfr+Jzr1ihOco="
Cancel-Lock: sha1:LrHUEwx2a9R4fU3gIb92XQPQemM=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Roger - Sun, 4 Jul 2021 16:53 UTC

On Sun, 4 Jul 2021 12:29:38 +0100, Andy Burns
<usenet@andyburns.uk> wrote:

>Roger wrote:
>
>> I've searched, I've
>> experimented, but I cannot get ffplay to use any of the
>> other streams.
>>
>> Any ideas, or indeed a definite answer, would be welcomed.
>
>running it within an SSH session, so no audio/video devices available, I
>had to use the "-nodisp" flag, but got success selecting the stream by
>using the "-ast a:n" option where n is the index 0 to 3 for the Radio3 URL
>
>ffplay
>http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/cf/bbc_radio_three.mpd
>-nodisp -ast a:3

Thank you, thank you, thank you. That was something I hadn't
tried and will look further to see if I understand it.
--
Roger

Re: ffplay and bbc dash streams

<4tp3eg9tq77tlf5nhaab2ebiqea8o0deo9@4ax.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=583&group=uk.rec.audio#583

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: inva...@invalid.invalid (Roger)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Sun, 04 Jul 2021 17:54:30 +0100
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <4tp3eg9tq77tlf5nhaab2ebiqea8o0deo9@4ax.com>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com> <ikdkd3Fspe8U1@mid.individual.net> <ikdvs4Fe5bU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="80d693fa4de84d88fa745b7ebad74296";
logging-data="24047"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX181fdvq5DoHZmxRtoMy+Y8ywZCs7hRzQ0A="
Cancel-Lock: sha1:HPZIWOoCuKJgxsM8VkL5rPCBGWg=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Roger - Sun, 4 Jul 2021 16:54 UTC

On Sun, 4 Jul 2021 15:45:23 +0100, Andy Burns
<usenet@andyburns.uk> wrote:

>Andy Burns wrote:
>
>> ffplay
>> http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/cf/bbc_radio_three.mpd
>> -nodisp -ast a:3
>>
>> rather than specify the index number, which could alter, you might be
>> able to specify the bandwidth
>
>cracked it, e.g.
>
>-ast a:m:variant_bitrate:320000

I'll try that later, I'm listening to something at the moment.
Thank you again.
--
Roger

Re: ffplay and bbc dash streams

<urs3eg958jb8d1hagol9li4gns4km1sott@4ax.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=584&group=uk.rec.audio#584

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: inva...@invalid.invalid (Roger)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Sun, 04 Jul 2021 18:50:36 +0100
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <urs3eg958jb8d1hagol9li4gns4km1sott@4ax.com>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com> <ikdkd3Fspe8U1@mid.individual.net> <ikdvs4Fe5bU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="80d693fa4de84d88fa745b7ebad74296";
logging-data="15937"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19KC2Enn2xgbndibX6/uw4KP/1mh65BHA0="
Cancel-Lock: sha1:dKRFdnHvcCbEERV2UWmjm3paEJY=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Roger - Sun, 4 Jul 2021 17:50 UTC

On Sun, 4 Jul 2021 15:45:23 +0100, Andy Burns
<usenet@andyburns.uk> wrote:

>Andy Burns wrote:
>
>> ffplay
>> http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/cf/bbc_radio_three.mpd
>> -nodisp -ast a:3
>>
>> rather than specify the index number, which could alter, you might be
>> able to specify the bandwidth
>
>cracked it, e.g.
>
>-ast a:m:variant_bitrate:320000

The -ast was easy "audio stream specifier". I couldn't
understand the a: so I omitted it; it still works.

Adding -loglevel warning suppresses what I quoted in
my original post.

-loglevel warning -ast m:variant_bitrate:320000
--
Roger

Re: ffplay and bbc dash streams

<1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=585&group=uk.rec.audio#585

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: inva...@invalid.invalid (Roger)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Sun, 04 Jul 2021 19:08:27 +0100
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="80d693fa4de84d88fa745b7ebad74296";
logging-data="24221"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/2+vIGbTLwHwWU257j2QouN8ErAiXjou8="
Cancel-Lock: sha1:xYU/VUmFjl2R+uuhZdy56SpGLvk=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Roger - Sun, 4 Jul 2021 18:08 UTC

On Sun, 04 Jul 2021 10:51:13 +0100, Roger
<invalid@invalid.invalid> wrote:

>>Input #0, dash, from 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/cf/bbc_radio_three.mpd':

The BBC world service streams are limited to 96000 and 48000.
The URL must have dash_low rather then dash_full thus:

>http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_low/ak/bbc_world_service.mpd

The BBC is using two CDNs which are apecified with either
ak or cf after the dash_???.
--
Roger

Re: ffplay and bbc dash streams

<ikedjdF31cuU1@mid.individual.net>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=586&group=uk.rec.audio#586

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: use...@andyburns.uk (Andy Burns)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Sun, 4 Jul 2021 19:39:39 +0100
Lines: 8
Message-ID: <ikedjdF31cuU1@mid.individual.net>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com>
<1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net XS04gRYlq7AGvsQyMQGMHAairs/5u4uKcn/07fdr7EzcEBVXRu
Cancel-Lock: sha1:A5fOl2VlgPy/YL29EkGTs2aMXXE=
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
In-Reply-To: <1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com>
Content-Language: en-GB
 by: Andy Burns - Sun, 4 Jul 2021 18:39 UTC

Roger wrote:

> The BBC is using two CDNs which are apecified with either
> ak or cf after the dash_???.

ak presumably being akamai, and cf being cloudflare, ISTR they used to
use limelight too?

Re: ffplay and bbc dash streams

<ao14egti5uv8uvakc9g8fusij0cf71dlrj@4ax.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=587&group=uk.rec.audio#587

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: inva...@invalid.invalid (Roger)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Sun, 04 Jul 2021 20:15:24 +0100
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <ao14egti5uv8uvakc9g8fusij0cf71dlrj@4ax.com>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com> <1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com> <ikedjdF31cuU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="80d693fa4de84d88fa745b7ebad74296";
logging-data="20257"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18qVb9NzYuiFF7Qi+k7PuLHao/YQ2tSYRg="
Cancel-Lock: sha1:5cqk0ee654yAJ4sUbr46DbSq980=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Roger - Sun, 4 Jul 2021 19:15 UTC

On Sun, 4 Jul 2021 19:39:39 +0100, Andy Burns
<usenet@andyburns.uk> wrote:

>Roger wrote:
>
>> The BBC is using two CDNs which are apecified with either
>> ak or cf after the dash_???.
>
>ak presumably being akamai, and cf being cloudflare, ISTR they used to
>use limelight too?

Limelight Networks was llnw. I think cf is Amazon Cloudfront.
The BBC has switched from ak and llnw to ak and cf for the HLS
streams as well as the DASH streams.
--
Roger

Re: ffplay and bbc dash streams

<sbv1oo$1tm$1@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=588&group=uk.rec.audio#588

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: bria...@blueyonder.co.uk (Brian Gaff \(Sofa\))
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Mon, 5 Jul 2021 14:34:14 +0100
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <sbv1oo$1tm$1@dont-email.me>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com> <1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com> <ikedjdF31cuU1@mid.individual.net> <ao14egti5uv8uvakc9g8fusij0cf71dlrj@4ax.com>
Reply-To: "Brian Gaff \(Sofa\)" <briang1@blueyonder.co.uk>
Injection-Date: Mon, 5 Jul 2021 13:34:16 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="91fd05b55f775bd5f905f07eac0341c6";
logging-data="1974"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX190yLG5XB96wOfCJG8AcgxL"
Cancel-Lock: sha1:GOY+oVnG+kcw5HEhr6cacNw9Fqw=
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-Newsreader: Microsoft Outlook Express 6.00.3790.1830
X-Priority: 3
X-MSMail-Priority: Normal
 by: Brian Gaff \(Sofa\) - Mon, 5 Jul 2021 13:34 UTC

Is this just radio 3? I got the distinct impression that the others tend to
be much lower quality streams. It is a great pity that bbc in their rather
warped view of the world pulled all their feeds to tunein radio thus
depriving all amazon devices of the ability to use multi room audio on their
output.
Brian

--

This newsgroup posting comes to you directly from...
The Sofa of Brian Gaff...
briang1@blueyonder.co.uk
Blind user, so no pictures please
Note this Signature is meaningless.!
"Roger" <invalid@invalid.invalid> wrote in message
news:ao14egti5uv8uvakc9g8fusij0cf71dlrj@4ax.com...
> On Sun, 4 Jul 2021 19:39:39 +0100, Andy Burns
> <usenet@andyburns.uk> wrote:
>
>>Roger wrote:
>>
>>> The BBC is using two CDNs which are apecified with either
>>> ak or cf after the dash_???.
>>
>>ak presumably being akamai, and cf being cloudflare, ISTR they used to
>>use limelight too?
>
> Limelight Networks was llnw. I think cf is Amazon Cloudfront.
> The BBC has switched from ak and llnw to ak and cf for the HLS
> streams as well as the DASH streams.
> --
> Roger

Re: ffplay and bbc dash streams

<59474e7479dave@davenoise.co.uk>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=589&group=uk.rec.audio#589

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!aioe.org!y7Mg64k2GVxgspuVuxO9ZA.user.gioia.aioe.org.POSTED!not-for-mail
From: dav...@davenoise.co.uk (Dave Plowman (News))
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Mon, 05 Jul 2021 15:28:53 +0100
Organization: None
Lines: 16
Message-ID: <59474e7479dave@davenoise.co.uk>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com> <1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com> <ikedjdF31cuU1@mid.individual.net> <ao14egti5uv8uvakc9g8fusij0cf71dlrj@4ax.com> <sbv1oo$1tm$1@dont-email.me>
NNTP-Posting-Host: y7Mg64k2GVxgspuVuxO9ZA.user.gioia.aioe.org
X-Complaints-To: abuse@aioe.org
User-Agent: Pluto/3.16 (RISC OS/4.39) NewsHound/v1.53-32 RC1
X-Notice: Filtered by postfilter v. 0.9.2
 by: Dave Plowman (News) - Mon, 5 Jul 2021 14:28 UTC

In article <sbv1oo$1tm$1@dont-email.me>,
Brian Gaff \(Sofa\) <briang1@blueyonder.co.uk> wrote:
> Is this just radio 3? I got the distinct impression that the others tend
> to be much lower quality streams. It is a great pity that bbc in their
> rather warped view of the world pulled all their feeds to tunein radio
> thus depriving all amazon devices of the ability to use multi room audio
> on their output.

I've had multi room audio here for 40 years. Using obsolete stuff called
cable. Dunno why, as it's cheap and reliable. ;-)

--
*How do you tell when you run out of invisible ink? *

Dave Plowman dave@davenoise.co.uk London SW
To e-mail, change noise into sound.

Re: ffplay and bbc dash streams

<59474ed14bnoise@audiomisc.co.uk>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=590&group=uk.rec.audio#590

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!4.us.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!nntp.orpheusnet.co.uk!news.orpheusnet.co.uk.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 05 Jul 2021 09:45:07 -0500
From: noi...@audiomisc.co.uk (Jim Lesurf)
Subject: Re: ffplay and bbc dash streams
Newsgroups: uk.rec.audio
Date: Mon, 05 Jul 2021 15:32:50 +0100
Message-ID: <59474ed14bnoise@audiomisc.co.uk>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com> <1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com> <ikedjdF31cuU1@mid.individual.net> <ao14egti5uv8uvakc9g8fusij0cf71dlrj@4ax.com> <sbv1oo$1tm$1@dont-email.me>
User-Agent: Pluto/3.18 (RISC OS/5.29) NewsHound/1.43-32pre3
Organization: None
Cache-Post-Path: slave.orpheusnet.co.uk!unknown@91.84.100.250
X-Cache: nntpcache 3.0.2 (see http://www.nntpcache.com/)
Lines: 26
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-0Ur8ZRTSFod8/3eyBmqJAtcbFHVcPZUS4Q5yrqe7TqLnqdastigJ2+yu3+6lQQHq6mi2S6SjVG6W6kL!EGRUqw3sjA3qUWydu39AgglKbtDTzIFfXkLwPoK7IAzsNluF8PWXKxQyMExnQhck/tZ6n88mjr0=
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 2342
 by: Jim Lesurf - Mon, 5 Jul 2021 14:32 UTC

The streams/files are available in a set of formats and choices of bits per
second. Top whack in the UK is 320k aac, but you can find lower rates, etc.

I can't comment on the ffplay issue as I fetch items using get-iplayer
first. Then play them with something like VLC as convenient.

I did use ffmpeg to fetch the flac version when the BBC tested that during
Proms. But again, usually stored it as a file, then listened to the file
using other AV apps.

Jim

In article <sbv1oo$1tm$1@dont-email.me>, Brian Gaff \(Sofa\)
<briang1@blueyonder.co.uk> wrote:
> Is this just radio 3? I got the distinct impression that the others tend
> to be much lower quality streams. It is a great pity that bbc in their
> rather warped view of the world pulled all their feeds to tunein radio
> thus depriving all amazon devices of the ability to use multi room audio
> on their output. Brian

--
Please use the address on the audiomisc page if you wish to email me.
Electronics https://www.st-andrews.ac.uk/~www_pa/Scots_Guide/intro/electron.htm
biog http://jcgl.orpheusweb.co.uk/history/ups_and_downs.html
Audio Misc http://www.audiomisc.co.uk/index.html

Re: ffplay and bbc dash streams

<cfs6eg5r319nmrljfc86ft34v23k1qbe7f@4ax.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=594&group=uk.rec.audio#594

  copy link   Newsgroups: uk.rec.audio
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: inva...@invalid.invalid (Roger)
Newsgroups: uk.rec.audio
Subject: Re: ffplay and bbc dash streams
Date: Mon, 05 Jul 2021 22:08:08 +0100
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <cfs6eg5r319nmrljfc86ft34v23k1qbe7f@4ax.com>
References: <fn03egphvucjrcl0d97aphh3658i4s7ha1@4ax.com> <1vt3egl60hkr8j8uv7vqt99q7aogoghnm3@4ax.com> <ikedjdF31cuU1@mid.individual.net> <ao14egti5uv8uvakc9g8fusij0cf71dlrj@4ax.com> <sbv1oo$1tm$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="6878f5218a961ee9b7e75467532dab5f";
logging-data="2870"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18x2rh37M9iZsqiyYz+ICxrIzlYmN2eWn0="
Cancel-Lock: sha1:gJzzktLf1KTFYYcHBB277+M6JDM=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Roger - Mon, 5 Jul 2021 21:08 UTC

On Mon, 5 Jul 2021 14:34:14 +0100, "Brian Gaff \(Sofa\)"
<briang1@blueyonder.co.uk> wrote:

Top posted for Brian.

I have no knowledge of tunein radio or amazon devices.

All BBC radio stations are available using either HLS (HTTP Live
Streaming) or DASH (Dynamic Adaptive Streaming over HTTP). Apart
from the World Service all stations are available at four bit
rates: 320, 128, 96, and 48 kbps.

I have been listening live to HLS streams for some time and
wondered whether I could use the DASH streams. I couldn't work
out how to select the bit rate I wanted. Andy Burns came to my
rescue.

>Is this just radio 3? I got the distinct impression that the others tend to
>be much lower quality streams. It is a great pity that bbc in their rather
>warped view of the world pulled all their feeds to tunein radio thus
>depriving all amazon devices of the ability to use multi room audio on their
>output.
> Brian
--
Roger

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor