PDA

View Full Version : Help in Capturing content on CWSeed


Dennis Chavante
03-09-2016, 05:23 AM
I'm trying to capture an episode of MADtv on CWSeed at:

http://cwseed.com/shows/madtv/episode-624/?play=c143c580-db34-4158-915e-35d82b66b223

I'm using rtmpdump with this code:

rtmpdump -r "rtmpe://68.142.77.102/a2246/023/?_fcs_vhost=wbworldtv:fcod.linwd.net/mp4:cwtv/videos/2015/10/21/MADtv-624-CWS_a496bc358_500kbps.mp4” -0 624.ts

But it returns this error:

Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed

Can anyone tell me what I'm doing wrong?

Thanks.

stream_monkey
03-09-2016, 09:30 AM
youtube-dl http://cwseed.com/shows/madtv/episode-624/?play=c143c580-db34-4158-915e-35d82b66b223

youtube-dl -F http://cwseed.com/shows/madtv/episode-624/?play=c143c580-db34-415
8-915e-35d82b66b223
[CWTV] c143c580-db34-4158-915e-35d82b66b223: Downloading JSON metadata
[CWTV] c143c580-db34-4158-915e-35d82b66b223: Downloading m3u8 information
[info] Available formats for c143c580-db34-4158-915e-35d82b66b223:
format code extension resolution note
meta mp4 multiple Quality selection URL
64 mp4 unknown 64k
150 mp4 unknown 150k
240 mp4 unknown 240k
440 mp4 unknown 440k
640 mp4 unknown 640k
1240 mp4 unknown 1240k
2100 mp4 unknown 2100k (best)

Dennis Chavante
03-10-2016, 04:54 AM
That does the trick! But I'm running into a lot of these messages:

[crypto @ 0x7ff75950ca00] Unable to open resource: http://hlsioscwtv.warnerbros.com/hls/2015/10/21/MADtv-624-CWS_a496bc358_2100kbps/MADtv-624-CWS_a496bc358_2100kbps-72.ts
[hls,applehttp @ 0x7ff75980b000] Failed to open segment of playlist 0

The video is corrupted for a few seconds at the timecode of the error, and then continues.

Is there any way to address this?

Thanks.