Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-18-2015, 04:35 AM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Question

Help grabbing CCTV, VTV one and TVBS news


Hello im trying to grab these channels but i cant. Can anybody give to me a link for rtmpdump and/or ffmpeg?.

CCTV one
http://tv.cntv.cn/live/cctv1

if that from above doesnt work, this is an alternate.
http://tv.cntv.cn/live/cctv1/?pt=380K

VTV one

http://www.vtc.com.vn/live/9/VTV1.html

TVBS news

http://tv.itver.cc/tvbs-news/#tabs-56-0-1
It doesnt play automatically you need to click play button first.

Thanks in advance.
Reply With Quote
  #2  
Old 02-18-2015, 04:57 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Help grabbing CCTV, VTV one and TVBS news


CCTV1
Code:
ffmpeg -i "http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424255649%%7Eexp%%3D1424342049%%7Eacl%%3D%%2F*%%7Ehmac%%3D3de9e1850971d6f9342529942360557b6b289d809e49d80c648ef341381cb587&hdcore=2.11.3&g=QLTWEKHAYGBR" -c:v copy -c:a copy -fmpegts cctv1.flv

VTV One
Code:
ffmpeg -i "http://digicom.live-s.cdn.bitgravity.com/cdn-live//_definst_/digicom/live/vtv11/playlist.m3u8" -c:v copy -c:a copy -f mpegts vtvone.flv

TVBS News
Code:
rtmpdump -v -r "rtmp://kv3.ts33.net:1935/tv/" -a "tv/" -f "WIN 16,0,0,305" -W "http://p.jwpcdn.com/6/11/jwplayer.flash.swf" -p"http://tv.itver.cc/tvbs-news/#tabs-56-0-1" -y "ttv14" -o "tvbs_news.flv"
Reply With Quote
  #3  
Old 02-18-2015, 05:47 AM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Question

Re: Help grabbing CCTV, VTV one and TVBS news


Quote:
Originally Posted by hasomaso View Post
CCTV1
Code:
ffmpeg -i "http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424255649%%7Eexp%%3D1424342049%%7Eacl%%3D%%2F*%%7Ehmac%%3D3de9e1850971d6f9342529942360557b6b289d809e49d80c648ef341381cb587&hdcore=2.11.3&g=QLTWEKHAYGBR" -c:v copy -c:a copy -fmpegts cctv1.flv

VTV One
Code:
ffmpeg -i "http://digicom.live-s.cdn.bitgravity.com/cdn-live//_definst_/digicom/live/vtv11/playlist.m3u8" -c:v copy -c:a copy -f mpegts vtvone.flv

TVBS News
Code:
rtmpdump -v -r "rtmp://kv3.ts33.net:1935/tv/" -a "tv/" -f "WIN 16,0,0,305" -W "http://p.jwpcdn.com/6/11/jwplayer.flash.swf" -p"http://tv.itver.cc/tvbs-news/#tabs-56-0-1" -y "ttv14" -o "tvbs_news.flv"
Can you please check up the code for CCTV 1? it is not working.

i got the error telling me Conversion failed. Btw i fixed the part fmpegts i wrote it the way it should as f mpegts but i dont think that is the problem. could you please provide link for the alternate link?.

thanks in advance, the rest you provided is working fine.
Reply With Quote
  #4  
Old 02-18-2015, 06:25 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Help grabbing CCTV, VTV one and TVBS news


Bro CCTV1 works fine look pic!!!
you can try and remove one % from all to code
i run this under cmd with batch file

trying this
Code:
ffmpeg -i "http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424255649%7Eexp%3D1424342049%7Eacl%3D%2F*%7Ehmac%3D3de9e1850971d6f9342529942360557b6b289d809e49d80c648ef341381cb587&hdcore=2.11.3&g=QLTWEKHAYGBR" -c:v copy -c:a copy -fmpegts cctv1.flv


Reply With Quote
  #5  
Old 02-18-2015, 06:50 AM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Question

Re: Help grabbing CCTV, VTV one and TVBS news


Quote:
Originally Posted by hasomaso View Post
Bro CCTV1 works fine look pic!!!
you can try and remove one % from all to code
i run this under cmd with batch file

trying this
Code:
ffmpeg -i "http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424255649%7Eexp%3D1424342049%7Eacl%3D%2F*%7Ehmac%3D3de9e1850971d6f9342529942360557b6b289d809e49d80c648ef341381cb587&hdcore=2.11.3&g=QLTWEKHAYGBR" -c:v copy -c:a copy -fmpegts cctv1.flv


I did what you said but i got this error


, i dont know why because i removed all the additional % from the code just as you, can you please post the code for the alternate link? i mean this http://tv.cntv.cn/live/cctv1/?pt=380K

thanks in advance.
Reply With Quote
  #6  
Old 02-18-2015, 07:43 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Help grabbing CCTV, VTV one and TVBS news


here is the code from alternate link

.m3u8
Code:
http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424264108%%7Eexp%%3D1424350508%%7Eacl%%3D%%2F*%%7Ehmac%%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&hdcore=2.11.3&g=ZTVMFJNJNRMV
ffmpeg download
Code:
ffmpeg -i "http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424264108%%7Eexp%%3D1424350508%%7Eacl%%3D%%2F*%%7Ehmac%%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&hdcore=2.11.3&g=ZTVMFJNJNRMV" -c:v copy -c:a copy -f mpegts cctv1_alternate.flv

alternate ffmpeg download
Code:
ffmpeg -i "http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424264108%%7Eexp%%3D1424350508%%7Eacl%%3D%%2F*%%7Ehmac%%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&hdcore=2.11.3&g=ZTVMFJNJNRMV" -c:v copy -c:a copy -f mpegts cctv1_alternate2.ts

also available in different resolutions
HTML Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=175000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_200_av-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=182000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_200_av-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=472000,RESOLUTION=720x406,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_500_av-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=478000,RESOLUTION=720x406,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_500_av-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=691000,RESOLUTION=960x540,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_800_av-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=736000,RESOLUTION=960x540,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_800_av-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1264000,RESOLUTION=1024x576,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_1500_av-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1183000,RESOLUTION=1024x576,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_1500_av-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=46000,CODECS="mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_200_a-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=46000,CODECS="mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_200_a-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on

#######################################

...or you can also download with hdsdump

hdsdump
Code:
hdsdump --manifest "http://ak.live.cntv.cn/z/cctv1_1@108430/manifest.f4m?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424264108%%7Eexp%%3D1424350508%%7Eacl%%3D%%2F*%%7Ehmac%%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&hdcore=2.11.3&g=ZTVMFJNJNRMV"
Reply With Quote
  #7  
Old 02-18-2015, 08:01 AM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Default

Re: Help grabbing CCTV, VTV one and TVBS news


Quote:
Originally Posted by hasomaso View Post
here is the code from alternate link

.m3u8
Code:
http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424264108%%7Eexp%%3D1424350508%%7Eacl%%3D%%2F*%%7Ehmac%%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&hdcore=2.11.3&g=ZTVMFJNJNRMV
ffmpeg download
Code:
ffmpeg -i "http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424264108%%7Eexp%%3D1424350508%%7Eacl%%3D%%2F*%%7Ehmac%%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&hdcore=2.11.3&g=ZTVMFJNJNRMV" -c:v copy -c:a copy -f mpegts cctv1_alternate.flv

alternate ffmpeg download
Code:
ffmpeg -i "http://ak.live.cntv.cn/i/cctv1_1@108430/master.m3u8?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424264108%%7Eexp%%3D1424350508%%7Eacl%%3D%%2F*%%7Ehmac%%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&hdcore=2.11.3&g=ZTVMFJNJNRMV" -c:v copy -c:a copy -f mpegts cctv1_alternate2.ts

also available in different resolutions
HTML Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=175000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_200_av-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=182000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_200_av-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=472000,RESOLUTION=720x406,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_500_av-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=478000,RESOLUTION=720x406,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_500_av-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=691000,RESOLUTION=960x540,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_800_av-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=736000,RESOLUTION=960x540,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_800_av-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1264000,RESOLUTION=1024x576,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_1500_av-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1183000,RESOLUTION=1024x576,CODECS="avc1.77.30, mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_1500_av-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=46000,CODECS="mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_200_a-p.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on


#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=46000,CODECS="mp4a.40.2"
http://ak.live.cntv.cn/i/cctv1_1@108430/index_200_a-b.m3u8?AUTH=ip%3D91.89.215.90%7Est%3D1424264108%7Eexp%3D1424350508%7Eacl%3D%2F*%7Ehmac%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&sd=10&rebase=on

#######################################

...or you can also download with hdsdump

hdsdump
Code:
hdsdump --manifest "http://ak.live.cntv.cn/z/cctv1_1@108430/manifest.f4m?AUTH=ip%%3D91.89.215.90%%7Est%%3D1424264108%%7Eexp%%3D1424350508%%7Eacl%%3D%%2F*%%7Ehmac%%3D0dbcd2aa10c0a21ed6d2219fbc319e362e63da194d272fe298848b58b689e55d&hdcore=2.11.3&g=ZTVMFJNJNRMV"
Hey pal, i tried all those but failed, i got this error even with hdsdump.

Maybe can you post a code for livestreamer or for rtmpdump?. sorry if i ask too much, its just odd that this link is only giving me a headache.
Reply With Quote
Reply Post New Thread
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:37 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons