Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10675 closed Bug Report - General (Upstream Bug)

HTTP Live Streaming has incorrect file paths in m3u8 file.

Reported by: thomas@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - HTTP Streaming Version: 0.25-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I've been unable to playback any of the livestreams from the backend using VLC. It appears that the m3u8 file is has incorrect filenames (contains a directory). VLC is attempting to playback a path with two Content directories because of this (http://backendip:port/Content/Content/GetFile....).

Testing a sample file from Apple ( http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8 ) works in VLC. If I take one of the .ts links and construct it with a single /Content (rather than /Content/Content?) I am able to playback the file in VLC, indicating that it isn't a codec issue. Comparing the two m3u8 files (the apple sample and the one from the backend), the one the backend produces contains a directory in the filename (/Content/<Filename>).

Talking with sphery, it appears that either the full path should be in the m3u8 file (including http://server:port/) or it should be the filename only (no directory).

Attachments (3)

backend.m3u8 (2.0 KB) - added by anonymous 12 years ago.
m3u8 file produced by mythbackend
mythbackend-version.log (846 bytes) - added by anonymous 12 years ago.
mythbackend --version
sphery.log (519 bytes) - added by anonymous 12 years ago.
convo with sphery in #mythtv-users

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by anonymous

Attachment: backend.m3u8 added

m3u8 file produced by mythbackend

Changed 12 years ago by anonymous

Attachment: mythbackend-version.log added

mythbackend --version

Changed 12 years ago by anonymous

Attachment: sphery.log added

convo with sphery in #mythtv-users

comment:1 Changed 12 years ago by Raymond Wagner

Component: MythTV - GeneralMythTV - HTTP Streaming
Resolution: Upstream Bug
Status: newclosed

comment:2 Changed 12 years ago by Raymond Wagner

Note: See TracTickets for help on using tickets.