bpa wrote: 
> I look into this and hope it is this simple bit and not also just a
> stepping stone onto another problem with the video stream and the
> "OPTIONS"
> 
> I think this is the first stream of version 7 that has been tried. Most
> audio streams are older version of the HLS protocol - live with no
> significant amount of audio buffered .
> This additional element is required for seeking to a specific time point
> - seek is not a feature which is supported by the plugin.

thank you for looking in to the code.

I noticed one thing while reading the specification of
https://tools.ietf.org/html/rfc8216:
there is no defined order of the tags. the assumption that #EXIF always
comes first can sometimes be wrong.

Therefore I would adapt the code in ScanHLS, line 187 so that 
a) recognize EXIF and add only the duration and segmentlength to
hlsdetails and 
b) in a seperate if: recognize lines which didnt start with a #, then
that must be the url. this marks the end of a media segment and triggers
the push of informations to hlsdetails.chunk


Relevant extracts from specifiaction

-Each line is a URI, is blank, or starts with the character '#'.  Blank
lines are ignored.
Lines that start with the character '#' are either comments or tags.
Tags begin with #EXT.  They are case sensitive.  All other lines
that
begin with '#' are comments and SHOULD be ignored.

Playlist tags specify either global parameters of the Playlist or
information about the Media Segments or Media Playlists that appear
after them.
-
therefor lines with urls ar always the last line of a media segment


------------------------------------------------------------------------
olivaar's Profile: http://forums.slimdevices.com/member.php?userid=64848
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to