
noreply at mythtv
Apr 30, 2012, 8:55 AM
Post #1 of 3
(72 views)
Permalink
|
|
Ticket #10675: HTTP Live Streaming has incorrect file paths in m3u8 file.
|
|
#10675: HTTP Live Streaming has incorrect file paths in m3u8 file. ------------------------+-------------------------------------- Reporter: thomas@… | Type: Bug Report - General Status: new | Priority: minor Milestone: unknown | Component: MythTV - General Version: 0.25-fixes | Severity: medium Keywords: | Ticket locked: 0 ------------------------+-------------------------------------- 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). -- Ticket URL: <http://code.mythtv.org/trac/ticket/10675> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|