Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to record CCTV5 live

(http://stream-recorder.com/forum/showthread.php?t=19868)

Chemist925 06-06-2015 01:56 PM

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.

getflv 06-06-2015 09:44 PM

Re: How to record CCTV5 live


 
iPad mode of GetFLV can download CCTV5 live no problem. Please check it.:cool:

biezom 06-07-2015 03:57 PM

Re: How to record CCTV5 live


 
Quote:

Originally Posted by Chemist925 (Post 77227)
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

Chemist925 06-08-2015 03:29 PM

Re: How to record CCTV5 live


 
Quote:

Originally Posted by biezom (Post 77251)
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.

biezom 06-08-2015 04:22 PM

Re: How to record CCTV5 live


 
Quote:

Originally Posted by Chemist925 (Post 77280)
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

Chemist925 06-08-2015 07:30 PM

Re: How to record CCTV5 live


 
Quote:

Originally Posted by biezom (Post 77284)
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.

Chemist925 06-20-2015 05:15 PM

Re: How to record CCTV5 live


 
Quote:

Originally Posted by biezom (Post 77284)
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.


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