PDA

View Full Version : How to take this channel embeded code or m3u8 stream


entekeralamtv
08-23-2014, 02:55 PM
http://streams.yupptv.com/freechannelplayer.aspx?id=307

hasomaso
08-23-2014, 03:16 PM
here please

http://yupptvrtmp-lh.akamaihd.net/i/nwk7_19@186323/master.m3u8?hdnea=st=1408828664~exp=1408832264~acl =/*~data=jaihind_India~hmac=9a47e98d7448ea12ef2a5567 c0f9f7b82edebf32ff2b49cdb113f5ae75684fa3

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=226000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
http://yupptvrtmp-lh.akamaihd.net/i/nwk7_19@186323/index_200_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1408914941~acl=%2f*~data=hdntl~hmac=41ea e839f606b25302d0bb0e6a67f2664316cb5298963144c808bd 417c57a1c8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=226000,RESOLUTION=320x180,CODECS="avc1.66.30, mp4a.40.2"
http://yupptvrtmp-lh.akamaihd.net/i/nwk7_19@186323/index_200_av-b.m3u8?sd=10&rebase=on&hdntl=exp=1408914941~acl=%2f*~data=hdntl~hmac=41ea e839f606b25302d0bb0e6a67f2664316cb5298963144c808bd 417c57a1c8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=421000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
http://yupptvrtmp-lh.akamaihd.net/i/nwk7_19@186323/index_500_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1408914941~acl=%2f*~data=hdntl~hmac=41ea e839f606b25302d0bb0e6a67f2664316cb5298963144c808bd 417c57a1c8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=421000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
http://yupptvrtmp-lh.akamaihd.net/i/nwk7_19@186323/index_500_av-b.m3u8?sd=10&rebase=on&hdntl=exp=1408914941~acl=%2f*~data=hdntl~hmac=41ea e839f606b25302d0bb0e6a67f2664316cb5298963144c808bd 417c57a1c8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1003000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
http://yupptvrtmp-lh.akamaihd.net/i/nwk7_19@186323/index_1000_av-p.m3u8?sd=10&rebase=on&hdntl=exp=1408914941~acl=%2f*~data=hdntl~hmac=41ea e839f606b25302d0bb0e6a67f2664316cb5298963144c808bd 417c57a1c8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1003000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"
http://yupptvrtmp-lh.akamaihd.net/i/nwk7_19@186323/index_1000_av-b.m3u8?sd=10&rebase=on&hdntl=exp=1408914941~acl=%2f*~data=hdntl~hmac=41ea e839f606b25302d0bb0e6a67f2664316cb5298963144c808bd 417c57a1c8



http://i.imgur.com/BVd4EID.png

entekeralamtv
08-23-2014, 03:59 PM
how to add this channel in my website..pls

ddd71
08-24-2014, 11:08 AM
how to add this channel in my website..pls

Copy and paste the link to your website

Malburg
01-04-2015, 08:40 AM
Just a question, how did you find the parameters like bandwidth and codecs for exemple?

DefectedToRussia
01-07-2015, 03:53 PM
Just a question, how did you find the parameters like bandwidth and codecs for exemple?

That is the the m3u8 file itself. The m3u8 file contains that information, it's how vlc or whatever application is streaming the video from the m3u8 is able to stream the video.

The top of the file gives that clue: "#EXTM3U"

as in extension (file extension) m3u (not sure why it's missing the 8 but that's just how the file format is)