Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11644 closed Bug Report - General (fixed)

AirPlay fails on some (youtube) videos

Reported by: charles.bovy@… Owned by: JYA
Priority: minor Milestone: 0.26.1
Component: MythTV - Airplay Version: 0.26-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

AirPlay? fails on some videos. After creating the connection, the screen flashes and returns to mainscreen.

Example video: https://www.youtube.com/watch?v=RdzbiFp5d1o

Error in the logfile: "An error occurred reading M3U8 playlist".

Logfile attached.

Attachments (2)

mythfrontend.log (14.1 KB) - added by charles.bovy@… 11 years ago.
version.txt (874 bytes) - added by charles.bovy@… 11 years ago.

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by charles.bovy@…

Attachment: mythfrontend.log added

Changed 11 years ago by charles.bovy@…

Attachment: version.txt added

comment:1 Changed 11 years ago by JYA

Owner: set to JYA
Status: newaccepted

comment:2 Changed 11 years ago by JYA

It seems that google have changed from using mp4 container to using HTTP Live Streaming.

You need to take it up with google/youtube, as their HTTP Live Streaming streams aren't compliant.

in m3u8 file, if a #EXT-X-STREAM-INF is defined, it *must* contain a PROGRAM-ID according to the specifications, and they don't.

comment:3 Changed 11 years ago by Jean-Yves Avenard <jyavenard@…>

Resolution: fixed
Status: acceptedclosed

In 53fb605090e2225b82f6826e26c08f26261eaeb1/mythtv:

Don't make PROGRAM-ID attribute compulsory.

Assign an id of -1 by default.

Fixes #11644

comment:4 Changed 11 years ago by Jean-Yves Avenard <jyavenard@…>

In 4a460f7df2ee8e610cd18d1dfbf5dd4f1d5fcb8c/mythtv:

Don't make PROGRAM-ID attribute compulsory.

Assign an id of -1 by default.

Fixes #11644
(cherry picked from commit 53fb605090e2225b82f6826e26c08f26261eaeb1)

comment:5 Changed 11 years ago by Karl Egly

Milestone: unknown0.26.1
Note: See TracTickets for help on using tickets.