Chemist925
06-03-2015, 04:00 PM
Hello there,
im trying to get this channel. Could somebody help me with this?.
Here is the link:
http://www.fulltelevisionhd.net/2013/02/andina-television-en-vivo-por-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
Hello there,
im trying to get this channel. Could somebody help me with this?.
Here is the link:
http://www.fulltelevisionhd.net/2013/02/andina-television-en-vivo-por-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
ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b1500000.m3u8" -c copy atv.ts
480p
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
livestreamer "hlsvariant://http://edge-31-us.edge.mdstrm.com/live/smil:c23b8a0a21d215482b4c2703e47f675a/playlist.m3u8" 720p -o atv.ts
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
hi
720p
ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b1500000.m3u8" atv.ts
480p
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
livestreamer "hlsvariant://http://edge-31-us.edge.mdstrm.com/live/smil:c23b8a0a21d215482b4c2703e47f675a/playlist.m3u8" 720p -o atv.ts
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
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) 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
1) I corrected the code with ffmpeg in my previous post. I forgot the -c copy option
>>> better quality
2) 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/02/cmd-en-vivo-por-internet.html
Thanks. :)
biezom
06-03-2015, 08:35 PM
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/02/cmd-en-vivo-por-internet.html
Thanks. :)
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
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.