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 06-06-2015, 02:56 PM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Question

How to record CCTV5 live


Howdy,

i need to catch this stream. Can you share to me a code for ffmpeg, rtmpdump or livestreamer?

Here is the link (you need to hit play button to stream):
http://tv.itver.cc/cctv5/#tabs-250-0-1

Here is a backup link:
http://www.widih.org/watch-tv/4657/cctv-5-sports

Thanks in advance.
Reply With Quote
  #2  
Old 06-06-2015, 10:44 PM
getflv getflv is offline
GetFLV support
 
Join Date: Aug 2009
Posts: 356
getflv is on a distinguished road
Default

Re: How to record CCTV5 live


iPad mode of GetFLV can download CCTV5 live no problem. Please check it.
Reply With Quote
  #3  
Old 06-07-2015, 04:57 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to record CCTV5 live


Quote:
Originally Posted by Chemist925 View Post
Howdy,

i need to catch this stream. Can you share to me a code for ffmpeg, rtmpdump or livestreamer?

Here is the link (you need to hit play button to stream):
http://tv.itver.cc/cctv5/#tabs-250-0-1

Here is a backup link:
http://www.widih.org/watch-tv/4657/cctv-5-sports

Thanks in advance.
hi

Code:
livestreamer "hlsvariant://http://74.82.62.52:1935/liverepeater/11.stream/playlist.m3u8" best -o CCTV5.ts

Code:
livestreamer "hlsvariant://http://v1.bigtvusa.com:1935/liverepeater/11.stream/playlist.m3u8" best -o CCTV5.ts
Reply With Quote
  #4  
Old 06-08-2015, 04:29 PM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Question

Re: How to record CCTV5 live


Quote:
Originally Posted by biezom View Post
hi

Code:
livestreamer "hlsvariant://http://74.82.62.52:1935/liverepeater/11.stream/playlist.m3u8" best -o CCTV5.ts

Code:
livestreamer "hlsvariant://http://v1.bigtvusa.com:1935/liverepeater/11.stream/playlist.m3u8" best -o CCTV5.ts
I tried but it seems the live feed from that source is down. Can you please post a link for this one instead?.

http://tv.itver.cc/cctv5/#tabs-250-0-1

Thanks in advance. Btw it would be much helpful to get a .flv file extension in the code.
Reply With Quote
  #5  
Old 06-08-2015, 05:22 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to record CCTV5 live


Quote:
Originally Posted by Chemist925 View Post
I tried but it seems the live feed from that source is down. Can you please post a link for this one instead?.

http://tv.itver.cc/cctv5/#tabs-250-0-1

Thanks in advance. Btw it would be much helpful to get a .flv file extension in the code.
Code:
http://live.64ma.com:1930/live/leId/m3u8/24/cctv5_1300?type=ec
>>>>
Code:
{"src":"http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"}

Code:
livestreamer "hls://http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9" best -o CCTV5.ts

Code:
ffmpeg -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9" -c copy CCTV5.ts

problem with .flv no sound
Code:
ffmpeg -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"  -bsf:a aac_adtstoasc -c copy CCTV5.flv
maybe you can try

Code:
ffmpeg  -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"  -c:v copy  -c:a libmp3lame CCTV5.flv
Reply With Quote
  #6  
Old 06-08-2015, 08:30 PM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Thumbs up

Re: How to record CCTV5 live


Quote:
Originally Posted by biezom View Post
Code:
http://live.64ma.com:1930/live/leId/m3u8/24/cctv5_1300?type=ec
>>>>
Code:
{"src":"http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"}

Code:
livestreamer "hls://http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9" best -o CCTV5.ts

Code:
ffmpeg -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9" -c copy CCTV5.ts

problem with .flv no sound
Code:
ffmpeg -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"  -bsf:a aac_adtstoasc -c copy CCTV5.flv
maybe you can try

Code:
ffmpeg  -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"  -c:v copy  -c:a libmp3lame CCTV5.flv
Thanks, the last ffmpeg code is okay although it has some warning messages between each five to six lines during recording. Livestreamer link is better, but i changed it as output.flv.
Reply With Quote
  #7  
Old 06-20-2015, 06:15 PM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Question

Re: How to record CCTV5 live


Quote:
Originally Posted by biezom View Post
Code:
http://live.64ma.com:1930/live/leId/m3u8/24/cctv5_1300?type=ec
>>>>
Code:
{"src":"http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"}

Code:
livestreamer "hls://http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9" best -o CCTV5.ts

Code:
ffmpeg -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9" -c copy CCTV5.ts

problem with .flv no sound
Code:
ffmpeg -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"  -bsf:a aac_adtstoasc -c copy CCTV5.flv
maybe you can try

Code:
ffmpeg  -i "http://hls.yy.com/live/46645489_2201952718.m3u8?id=utvgo&uid=a4a8b7bcdc6000400d6a064311579e81&user=fnvwpiijjjdhuhggmdjwhgfhjiejdjajdiaja&uuid=E0C9C751D1DC8E9172DBB3CF8074C3A9"  -c:v copy  -c:a libmp3lame CCTV5.flv
This source is down can you please update the code in livestreamer or ffmpeg for this url?

http://tv.itver.cc/cctv5/#tabs-250-0-0

Thanks in advance.
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 03:10 AM.


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