Live TV: StreamNotFound, starting several days ago
fs ck
fsckemail at gmail.com
Fri Dec 10 07:41:57 EST 2010
Hi Alex,
On Thu, Dec 9, 2010 at 11:52 AM, Alex Poylisher <sher at komkon.org> wrote:
> I am unable to play any of the live streams (excecpt Parliament), getting
> NetStream.Play.StreamNotFound. Recorded programs can be downloaded just
> fine.
Try this patch below. BBC have started using limelight to deliver live
feeds as well as akamai. get_iplayer was not correctly setting the
'live' flag for rtmpdump/flvstreamer.
BTW: Would it be a good idea to do a 2.79 release soon? Ubuntu for one
don't seem to have a fully working get_iplayer since they only use the
tagged git releases.
--- get_iplayer.orig 2010-12-10 12:31:01.000000000 +0000
+++ get_iplayer 2010-12-10 12:31:51.881672498 +0000
@@ -5879,6 +5879,8 @@
# Limelight CDN
} elsif ( $cattribs->{kind} eq 'limelight' ) {
+ # Set the live flag if this has 'live' in the service name
+ $conn->{live} = 1 if defined $mattribs->{service} &&
$mattribs->{service} =~ /live/;
decode_entities( $cattribs->{authString} );
$conn->{playpath} = $cattribs->{identifier};
# Remove offending mp3/mp4: at the start of the identifier (don't
remove in stream url)
More information about the get_iplayer
mailing list