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 ATV live streaming

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

Chemist925 06-03-2015 04:00 PM

How to record ATV live streaming


 
Hello there,

im trying to get this channel. Could somebody help me with this?.

Here is the link:

http://www.fulltelevisionhd.net/2013...-internet.html

If possible, please post a code in rtmpdump or ffmpeg for the best quality possible (720p) and for 480p. Thanks in advance.

biezom 06-03-2015 04:16 PM

Re: How to record ATV live streaming


 
Quote:

Originally Posted by Chemist925 (Post 77148)
Hello there,

im trying to get this channel. Could somebody help me with this?.

Here is the link:

http://www.fulltelevisionhd.net/2013...-internet.html

If possible, please post a code in rtmpdump or ffmpeg for the best quality possible (720p) and for 480p. Thanks in advance.

hi
720p
Code:

ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b1500000.m3u8" -c copy atv.ts
480p
Code:

ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b950000.m3u8"  -c copy atv.ts

but it's not good bitrate quality

720p ~ 1300kbits
480p ~ 900kbits


you could use livestreamer too an choose quality with variant playlist


Code:

livestreamer "hlsvariant://http://edge-31-us.edge.mdstrm.com/live/smil:c23b8a0a21d215482b4c2703e47f675a/playlist.m3u8" 720p -o atv.ts
Code:

livestreamer "hlsvariant://http://edge-31-us.edge.mdstrm.com/live/smil:c23b8a0a21d215482b4c2703e47f675a/playlist.m3u8" 480p -o atv.ts

Chemist925 06-03-2015 05:10 PM

Re: How to record ATV live streaming


 
Quote:

Originally Posted by biezom (Post 77149)
hi
720p
Code:

ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b1500000.m3u8" atv.ts
480p
Code:

ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b950000.m3u8" atv.ts

but it's not good bitrate quality

720p ~ 1300kbits
480p ~ 900kbits


you could use livestreamer too an choose quality with variant playlist


Code:

livestreamer "hlsvariant://http://edge-31-us.edge.mdstrm.com/live/smil:c23b8a0a21d215482b4c2703e47f675a/playlist.m3u8" 720p -o atv.ts
Code:

livestreamer "hlsvariant://http://edge-31-us.edge.mdstrm.com/live/smil:c23b8a0a21d215482b4c2703e47f675a/playlist.m3u8" 480p -o atv.ts

Thanks bro, it worked with no hassles. By the way why the file extension is .ts instead of flv?. would it be a problem if i change it to flv?. Thanks.

biezom 06-03-2015 05:35 PM

Re: How to record ATV live streaming


 
Quote:

Originally Posted by Chemist925 (Post 77150)
Thanks bro, it worked with no hassles. By the way why the file extension is .ts instead of flv?. would it be a problem if i change it to flv?. Thanks.


1) I corrected the code with ffmpeg in my previous post. I forgot the -c copy option
>>> better quality

2)
Code:

ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b1500000.m3u8" -c copy  -bsf:a aac_adtstoasc  atv.flv

Chemist925 06-03-2015 08:06 PM

Re: How to record ATV live streaming


 
Quote:

Originally Posted by biezom (Post 77151)
1) I corrected the code with ffmpeg in my previous post. I forgot the -c copy option
>>> better quality

2)
Code:

ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b1500000.m3u8" -c copy  -bsf:a aac_adtstoasc  atv.flv

Thanks, that was helpful now ffmpeg is working okay. Could you post code in ffmpeg or livestreamer for this backup link too?. Thanks.
http://www.fulltelevisionhd.net/2013...-internet.html

Thanks. :)

biezom 06-03-2015 08:35 PM

Re: How to record ATV live streaming


 
Quote:

Originally Posted by Chemist925 (Post 77152)
Thanks, that was helpful now ffmpeg is working okay. Could you post code in ffmpeg or livestreamer for this backup link too?. Thanks.
http://www.fulltelevisionhd.net/2013...-internet.html

Thanks. :)

Code:

rtmpdump -r "rtmp://178.162.194.34/live" -a "live"  -W "http://www.mipsplayer.com/content/scripts/fplayer.swf"  -p "http://www.mipsplayer.com/embedplayer/zeyucmn11/1/620/382" -y "zeyucmn11?id=227418" -C "S:OK" -K "gaolVanusPobeleVoKosata;TRUE;TRUE" -o cmd.flv
you need have the last KSV"s patched version of rtmpdump


All times are GMT -6. The time now is 04:39 AM.