View Single Post
  #1  
Old 08-21-2015, 03:43 AM
sonnvl sonnvl is offline
Member
 
Join Date: May 2015
Posts: 34
sonnvl is on a distinguished road
Default

Livestreamer problem HDS no audio (mute)


I'm trying to capture this link:

Code:
http://113.160.49.34/lives/origin01/vtv9sd.isml/vtv9sd.f4m
http://113.160.49.34/lives/origin01/vtv9sd.isml/vtv9sd-1096k.m3u8
I used Adobe HDS but it usually appears error "failed to load segment".

When I use livestreamer hds
Code:
livestreamer --http-header "referer=http://tvod.vn/item_playtv.jsp?cate=710" "hds://113.160.49.34/lives/origin01/vtv9sd.isml/vtv9sd.f4m pvswf=http://tvod.vn/js/swplayer/StrobeMediaPlaybackDis.swf" best -o vtv9.flv
The output file only has video, no audio (mute)

When I use livestreamer hls
Code:
livestreamer "hls://113.160.49.34/lives/origin01/vtv9sd.isml/vtv9sd-1096k.m3u8" best -o vtv9.ts
The output file's quality is very bad, broken screen!

Any solution ?
Reply With Quote