Ticket #10675 (closed Bug Report - General: Upstream Bug)
Opened 14 months ago
Last modified 14 months ago
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
Change History
Changed 14 months ago by anonymous
- Attachment backend.m3u8 added
comment:1 Changed 14 months ago by wagnerrp
- Status changed from new to closed
- Resolution set to Upstream Bug
- Component changed from MythTV - General to MythTV - HTTP Streaming
VLC bug. See:
comment:2 Changed 14 months ago by wagnerrp
Also see related mailing list discussion:
http://mailman.videolan.org/pipermail/vlc-devel/2012-January/084395.html

m3u8 file produced by mythbackend