PDA

View Full Version : how to capture live japan tv station


benny
04-15-2013, 09:58 AM
I have found a link have several live TV stations
but I can't find how to rtmpdump it...

NTV Japan
http://www.fengyunzhibo.com/tv/244712_1357218779914.htm
Fuji TV Japan
http://www.fengyunzhibo.com/tv/380789_1361122311044.htm

Did anyone have any ideas?

Thanks

benny
04-24-2013, 12:07 AM
any ideas? :(

gorilla.maguila
04-25-2013, 04:44 PM
It’s not using rtmp. The video it's transmitted in chunks over http. Try with ffmpeg.

benny
04-28-2013, 04:35 AM
Thanks so much !

Kindly advise if there any information for me to read/find...thanks!

benny
05-06-2013, 08:07 PM
UPDATED:

I found a link referring to this issue....but I don't know how to convert this into a command line via ffmpeg...

http://resource.ws.kukuplay.com/players/2013/04/24/32885/fengyun.swf?cid=380789_1361122311044

It starts streaming inside the browser but I would like to capture this via ffmpeg (if possible)

chap
05-07-2013, 03:36 PM
http://imgwnas0wnas5wnasln1.m2wscdn-h.kukuplay.com/ts/244712_1357218779914_1367135893152/playlist.m3u8
http://imgwnas0wnas5wnasln1.m2wscdn-h.kukuplay.com/ts/380789_1361122311044_1367135530126/playlist.m3u8
;)

benny
05-08-2013, 11:01 PM
Wow!

Kindly advise how to do get this? I would like to learn

chap
05-08-2013, 11:35 PM
ua iphone

benny
05-08-2013, 11:51 PM
ua = "UserAgent" ?

chap
05-08-2013, 11:53 PM
ua = "UserAgent" ?
yes;)

mana
05-11-2013, 07:34 AM
Your method works for those two streams and at least one of the others, but doesn't seem to for some of them - http://www.fengyunzhibo.com/tv/380789_1361122482222.htm for example.

Any ideas?

Full list is at http://www.fengyunzhibo.com/space/japan.htm

benny
05-14-2013, 06:36 AM
yes;)

Thanks a lot...

the one you used can be captured the m3u8 feed but the quality is bad...
see if you can capture the other one

like this:
http://resource.ws.kukuplay.com/players/2013/04/24/32885/fengyun.swf?cid=380789_1361122311044

Thanks again!

chap
05-14-2013, 12:49 PM
http://imgwnas0wnas5wnasln1.m2wscdn-h.kukuplay.com/ts/380789_1361122311044_1367135530126/playlist.m3u8


http://savepic.ru/4531634m.png (http://savepic.ru/4531634.htm)

p0k4
05-16-2013, 12:13 AM
I'm very interested in this one also. I'm able to download it with ffmpeg but the sound quality is a lot worse than what it is when watching from a browser. Is there anything that can be done to fix this? I'm using the following command:
ffmpeg -i "http://imgWNAS0WNAS5WNASln1.m2wscdn-h.kukuplay.com/ts/380789_1361122311044_1367135530126/playlist.m3u8" -c copy output.ts

benny
05-19-2013, 09:51 AM
I'm very interested in this one also. I'm able to download it with ffmpeg but the sound quality is a lot worse than what it is when watching from a browser. Is there anything that can be done to fix this? I'm using the following command:
ffmpeg -i "http://imgWNAS0WNAS5WNASln1.m2wscdn-h.kukuplay.com/ts/380789_1361122311044_1367135530126/playlist.m3u8" -c copy output.ts

I think (just think) ... the stream in m3u8 link is different from the one you watched in the brower.. (although same tv channel)
I'm now thinking how to crawl the link in the browser instead of m3u8...