Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to use php to decode token of m3u8 linkI use php to get content of this stream but its token was encoded.
Can I decode this ? Code:
http://hplus.com.vn/vi/content/detail/youtv-2070.html http://htqjrpsv.cdnviet.com/htjzzsg/_definst_/youtv.360p.stream/playlist.m3u8?t=5XLYb8EtDkZE6GAfPt8p6eTVTg5e4I5iUjnFW5K8NG7NlPIal0LtTtBeq+3FnZvYPG+hCQjvBMYIelCVqO9CSpYiP5FhhSrZRvgN0dzFI8eFMsr67qhu6xaa2fCMecp/ |
#2
|
|||
|
|||
Re: How to use php to decode token of m3u8 linkThe stream in question does not use a token. If by "token" you're referring to the t= param, then why would you need to decode it?! The stream, as you can see, works just fine w/o decoding anything
Last edited by peterpan : 11-09-2015 at 09:50 AM. |
#3
|
|||
|
|||
Re: How to use php to decode token of m3u8 linkSo I think sonnvl want to get the direct paramters (to execute it with a php script + LS etc without to grab the working playlist manually) which are not readable in page source (only long encoded).The long m3u8 link gets post to hplus.com.vn/content/getlinkvideo/ (with many paramters) and as response you get the direct m3u8 link you can use with LS.Just check this out with FF or Chrome network tool tab there you can see it.
greetz |
Tags: decode, m3u8, php |
Thread Tools | |
Display Modes | |
|
|