View Single Post
  #2  
Old 06-19-2015, 03:44 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Help me to embed (.m3u8)


Quote:
Originally Posted by langau View Post
Hi all,

i need embed code of a stream (.m3u8)
here is the video

http://www.zeetv.com/shows/hello-pra...l-episode.html

Regards,
langau
hi

ts format

Code:
livestreamer "hls://http://dittotv2-vh.akamaihd.net/i/draco/shows/Zee_TV/Hello_Pratibha/June/19062015/Hello_Pratibha_Episode_110.smil/index_577536_av.m3u8?null=" best -o
or

Code:
ffmpeg -i "http://dittotv2-vh.akamaihd.net/i/draco/shows/Zee_TV/Hello_Pratibha/June/19062015/Hello_Pratibha_Episode_110.smil/index_577536_av.m3u8?null=" -c copy Hello-Pratibha-Episode-110.ts


mp4 format

Code:
ffmpeg -i "http://dittotv2-vh.akamaihd.net/i/draco/shows/Zee_TV/Hello_Pratibha/June/19062015/Hello_Pratibha_Episode_110.smil/index_577536_av.m3u8?null=" -absf aac_adtstoasc  -c copy Hello-Pratibha-Episode-110.mp4
Reply With Quote