globocom / hlsclient

Python HLS Client
Other
105 stars 21 forks source link

Support transcoding #27

Closed jbochi closed 6 years ago

jbochi commented 12 years ago

We have already added a module to transcode a chunk to different bitrates and even to extract its audio, but we need a way to express the intention of transcoding a whole stream and adding it to a variant playlist in the input json file.

jbochi commented 12 years ago

M3U8 creation added in d857bf7094dab2dfa9f8f2b1fde61057575ba64b

jbochi commented 12 years ago

Audio transcoding is now supported, but we still need video transcoding

jbochi commented 12 years ago

Audio transcode is now stable. The main commits are:

Documentation: aebcef33bb1e3bd5df8ac14bc1548d4800e612b1 Integration test: 6768f53a78a876d8be08f3184ca41b38c9360090 Proper m3u8 parser/dumper: 690f2dafb4aff89b032ea3673033792a2524deaa