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

Get streaming url of YuppTV channel

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

ChrisJ 02-15-2015 11:46 AM

Get streaming url of YuppTV channel


 
I've used rtmpdump successfully on some streams.
Now I can't find a streaming url of YuppTV channel.
Link given below:
http://in.yupptv.com/705/shalom_tv
I like to have a quality of 226kbps of this channel.
How to obtain? Thanks in advance.......

hasomaso 02-15-2015 12:05 PM

Re: Get streaming url of YuppTV channel


 
Code:

#EXTM3U

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=83000,RESOLUTION=240x180,CODECS="avc1.66.30, mp4a.40.2"
http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_64_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1424113244~acl=%2f*~data=hdntl~hmac=3d7f17d5516f38e76e5e92354e50ec310816a3364e9215cad3d8562ef9446a35

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=226000,RESOLUTION=384x240,CODECS="avc1.66.30, mp4a.40.2"
http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_200_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1424113244~acl=%2f*~data=hdntl~hmac=3d7f17d5516f38e76e5e92354e50ec310816a3364e9215cad3d8562ef9446a35

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=843000,RESOLUTION=512x288,CODECS="avc1.66.30, mp4a.40.2"
http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_800_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1424113244~acl=%2f*~data=hdntl~hmac=3d7f17d5516f38e76e5e92354e50ec310816a3364e9215cad3d8562ef9446a35

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1199000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_1100_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1424113244~acl=%2f*~data=hdntl~hmac=3d7f17d5516f38e76e5e92354e50ec310816a3364e9215cad3d8562ef9446a35


ChrisJ 02-16-2015 12:42 AM

Re: Get streaming url of YuppTV channel


 
@hasomaso Thanks for the reply.
But I can't play this URL in VLC or capture via FFmpeg.
Is it possible to record 30min of stream using FFmpeg ???
Can you specify the FFmpeg command to perform this ???
Or is there any other tool to capture this stream ???

biezom 02-16-2015 01:26 AM

Re: Get streaming url of YuppTV channel


 
you can try

Code:

livestreamer "hlsvariant://http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/master.m3u8?hdnea=st=1424074765~exp=1424078365~acl=/*~data=shalomtv_India~hmac=b724f55a8ead2340b2926757953de5eda6584248c76d3d320da9816dd38921a6&g=YSZVNFFHWCMW&hdcore=3.5.0&plugin=jwplayer-3.5.0.0" 288p -o video.ts

biezom 02-16-2015 01:40 AM

Re: Get streaming url of YuppTV channel


 
or
Code:

ffmpeg -i "http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_800_av.m3u8?e=4f36d30890ea8a5f&hdnea=st=1424074765~exp=1424078365~acl=/*~data=shalomtv_India~hmac=b724f55a8ead2340b2926757953de5eda6584248c76d3d320da9816dd38921a6&g=YSZVNFFHWCMW&hdcore=3.5.0&plugin=jwplayer-3.5.0.0" -c copy video.ts
it's 843kbps because the other quality have #EXT-X-DISCONTINUITY in their playlist

ChrisJ 02-16-2015 02:28 AM

Re: Get streaming url of YuppTV channel


 
@biezom Thanks

These commands download files, but there are not live programme. I need to download live video....
How ???
What change should be done on the URL ???

ChrisJ 02-25-2015 07:42 AM

Re: Get streaming url of YuppTV channel


 
In YuppTV website, I can view programmes upto 2 hrs past from current time, how to get that streaming url, by specifying time???

Thanks in advance.

ChrisJ 03-17-2015 07:55 AM

Re: Get streaming url of YuppTV channel


 
Quote:

Originally Posted by hasomaso (Post 74155)
Code:

#EXTM3U

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=83000,RESOLUTION=240x180,CODECS="avc1.66.30, mp4a.40.2"
http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_64_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1424113244~acl=%2f*~data=hdntl~hmac=3d7f17d5516f38e76e5e92354e50ec310816a3364e9215cad3d8562ef9446a35

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=226000,RESOLUTION=384x240,CODECS="avc1.66.30, mp4a.40.2"
http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_200_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1424113244~acl=%2f*~data=hdntl~hmac=3d7f17d5516f38e76e5e92354e50ec310816a3364e9215cad3d8562ef9446a35

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=843000,RESOLUTION=512x288,CODECS="avc1.66.30, mp4a.40.2"
http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_800_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1424113244~acl=%2f*~data=hdntl~hmac=3d7f17d5516f38e76e5e92354e50ec310816a3364e9215cad3d8562ef9446a35

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1199000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
http://hlsotherextra-lh.akamaihd.net/i/ams26_shalomtv@127501/index_1100_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1424113244~acl=%2f*~data=hdntl~hmac=3d7f17d5516f38e76e5e92354e50ec310816a3364e9215cad3d8562ef9446a35


Sir,
They have upgraded their site. I can't detect link to use with livestreamer


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