m3u8 - Is it necessary to define runtime/"run time" in m3u playlist file or is there a way around it? -


e.g. in m3u file below, running times listed 419, 260 , 255.


 #extm3u  #extinf:419,alice in chains - rotten apple  alice in chains_jar of flies_01_rotten apple.mp3  #extinf:260,alice in chains - nutshell  alice in chains_jar of flies_02_nutshell.mp3  #extinf:255,alice in chains - stay away 

  • is possible write m3u file without these properties?

    • or include kind of default?

      • are there repercussions?

i think depends lot on going read playlist.

the basic m3u file contains list of files (or urls) without of '#' lines. in format player have read files if wants know duration. slow urls.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -