View Single Post
  #3  
Old 06-19-2015, 03:55 PM
langau langau is offline
Junior Member
 
Join Date: Jun 2015
Posts: 3
langau is on a distinguished road
Default

Re: Help me to embed (.m3u8)


Quote:
Originally Posted by biezom View Post
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
thank you,
can i use it in this embed code?
<iframe allowfullscreen="" frameborder="0" height="370" src="URL" width="600"></iframe>
Reply With Quote