View Single Post
  #7  
Old 08-24-2016, 01:53 PM
pratina pratina is offline
Junior Member
 
Join Date: Aug 2015
Posts: 7
pratina is on a distinguished road
Default

Re: streamking sniffing?


well i know it's variable string code

now for example is

Code:
http://cdn.smotrimult.com/hls/00wflexLN5gbj9d_d9NqIw/1472074898/belarus5.m3u8
but when i open it with latest version of vlc i get message log error


http error: error: HTTP/1.1 403 Forbidden
http error: error: HTTP/1.1 403 Forbidden
access_mms error: error: HTTP/1.1 403 Forbidden
core error: open of `http://cdn.smotrimult.com/hls/00wflexLN5gbj9d_d9NqIw/1472074898/belarus5.m3u8' failed


dear -D3n1s- i do not understand what's different on your vlc config or whatever


Update


it worked!

i was missing
Code:
#EXTVLCOPT:http-referrer=http://streamking.cc/
from the syntax as an m3u executable and not directly open


but with this syntax on vlc i really do not know how can i reproduce this as a stream on my linux sat receiver

which is always why i want to play it on vlc .

linux receivers use livestreamer library to play these streams pretty much as iptv directly on tv set

and they normally have a syntax like this


#SERVICE 4097:0:0:0:0:0:0:0:0:0:http://. {stream code here}.m3u8

which needs #EXTVLCOPT:http-referrer=http://streamking.cc/ trick analogy somehow adapted there

Last edited by pratina : 08-24-2016 at 02:40 PM.
Reply With Quote