Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 08-17-2016, 03:26 AM
pratina pratina is offline
Junior Member
 
Join Date: Aug 2015
Posts: 7
pratina is on a distinguished road
Default

streamking sniffing?


dear friends

is it possible to open this stream directly on vlc ?

even with m3u8 address found (or at least what i get from sniffing with url helper and others) still something missing when i try to open it on latest vlc version


http://streamking.cc/player?channel=...ayer=jwplayer7



also a second query


when i try to play rtm malaysia live streams as m3u8 on vlc i get an error for the last couple of months

for example this http://myklik.rtm.gov.my/live/10153 which is not geoprotected

am i missing some token or geoblocking or what ?

Last edited by pratina : 08-17-2016 at 10:19 AM. Reason: addition of second question
Reply With Quote
  #2  
Old 08-17-2016, 04:17 AM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: streamking sniffing?


Quote:
Originally Posted by pratina View Post
dear friends

is it possible to open this stream directly on vlc ?

even with m3u8 address found (or at least what i get from sniffing with url helper and others) still something missing when i try to open it on latest vlc version


http://streamking.cc/player?channel=...ayer=jwplayer7
pm me if you want to know.

Code:
http://www.kerman.hr/forum/index.php?topic=17946.msg163689#msg163689
Reply With Quote
  #3  
Old 08-21-2016, 02:31 PM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

Re: streamking sniffing?


Code:
livestreamer "hls://http://cdn.smotrimult.com/hls/NH-HT_wguEP78w7F7BatVg/1471814600/belarus5.m3u8" best --http-header "Referer=http://streamking.cc/player?channel=belarus5&player=jwplayer7" --http-header "Accept-Encoding=gzip, deflate" --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0"
Reply With Quote
  #4  
Old 08-21-2016, 04:26 PM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: streamking sniffing?


You can ruin it faster like this:

Code:
#EXTM3U
#EXTINF:0,Belarus 5
#EXTVLCOPT:http-referrer=http://streamking.cc/
http://cdn.smotrimult.com/hls/11P1KAJA7DLb2rK7w8vsPQ/1471821728/belarus5.m3u8
btw. you just need Referer

Code:
livestreamer "hls://http://cdn.smotrimult.com/hls/11P1KAJA7DLb2rK7w8vsPQ/1471821728/belarus5.m3u8" best --http-header "Referer=http://streamking.cc/"
Reply With Quote
  #5  
Old 08-23-2016, 12:40 AM
pratina pratina is offline
Junior Member
 
Join Date: Aug 2015
Posts: 7
pratina is on a distinguished road
Default

Re: streamking sniffing?


it does not reproduce on vlc with this syntax
Reply With Quote
  #6  
Old 08-23-2016, 04:55 AM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: streamking sniffing?


Quote:
Originally Posted by pratina View Post
it does not reproduce on vlc with this syntax
Of course.

Old url from a few days ago:

Code:
#EXTM3U
#EXTINF:0,Belarus 5
#EXTVLCOPT:http-referrer=http://streamking.cc/
http://cdn.smotrimult.com/hls/11P1KAJA7DLb2rK7w8vsPQ/1471821728/belarus5.m3u8
New link from my app (a few seconds ago):

Code:
#EXTM3U
#EXTINF:0,Belarus 5
#EXTVLCOPT:http-referrer=http://streamking.cc/
http://cdn.smotrimult.com/hls/LTKDokzt2FS6wWNwOXAW4w/1471952970/belarus5.m3u8
Reply With Quote
  #7  
Old 08-24-2016, 02: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 03:40 PM.
Reply With Quote
  #8  
Old 08-24-2016, 11:30 PM
enterphone enterphone is offline
Junior Member
 
Join Date: Jul 2016
Posts: 2
enterphone is on a distinguished road
Default

Re: streamking sniffing?


Xin ph?©p admin cho m?¬nh Ä‘Ä?ng b?*i, ná??u kh?´ng bá??n xo?? gi??p m?¬nh nh?© xin cá??m ??n!!!

CHUYỂN SIM Ä?O?€N VI?ŠN SINH VI?ŠN CHO NG??á»?I KH?”NG PHá??I L?€ Ä?O?€N VI?ŠN SINH VI?ŠN

* Ä?á»?I T??á»?NG:
+ Ai c?©ng c?? thá»? l?*m Ä‘?°á»?c.
+ Kh?´ng giá»›i há??n Ä‘á»™ tuổi.
+ C?? SIM SINH VI?ŠN rồi vá?«n c?? thá»? l?*m th??m.
-----------------------------------------------------------------------------
- Viettel 150K (chuyá»?n khoá??n) hoá?·c 170k (thá?» c?*o)
- Mobi 150K (chuyá»?n khoá??n) hoá?·c 170k (thá?» c?*o)
- Vina 100K (chuyá»?n khoá??n) hoá?·c 120k (thá?» c?*o)
=>>KH?”NG Cá?¦N PHá??I Ä?á??N Tá?¬N N?*I Vá??N C?“ THỂ L?€M Ä???á»?C!!!
*Hồ s?? cá?§n gá»*i Ä‘á»? l?*m:
â?” Số cá?§n l?*m v?* 10 Số th?°á»?ng xuy??n gá»?i Ä‘i.
â?” á??nh chứng minh th?° hai má?·t (Ba??n l????y Ä‘i????n thoa??i chá»?p r?µ n?©t, ngay ngá??n, tÄ???t Flash).
â?› Hồ s?? gá»*i qua Facebook hay Zalo: 01695915555
=>> Chuyá»?n ngay tr??n sim của Ba??n hoá?·c ng?°á»?i th??n Ä‘ang d??ng.
------------------------------------------------------------------------------
Bá??O H?€NH 365 NG?€Y QU?? KH??CH HO?€N TO?€N Y?ŠN T?‚M NH?‰!!!
*Th?´ng tin chuyá»?n khoá??n - Ng?°á»?i nhá?*n: V?© Má??nh T??
=> Vietcombank số t?*i khoá??n: 0541000236750 hoá?·c Agribank số t?*i khoá??n: 1303206287360?»?
Reply With Quote
  #9  
Old 08-25-2016, 05:20 AM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: streamking sniffing?


Quote:
Originally Posted by pratina View Post
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
SimpleTV:

Code:
http://cdn.smotrimult.com/hls/5yed0cqKIJpg_35a_kE4oA/1472126557/belarus5.m3u8$OPT:http-referrer=http://streamking.cc
I'm just guessing here:

(wait for someone else to answer)

Code:
http://cdn.smotrimult.com/hls/5yed0cqKIJpg_35a_kE4oA/1472126557/belarus5.m3u8#http-referrer=http://streamking.cc
Code:
http://cdn.smotrimult.com/hls/5yed0cqKIJpg_35a_kE4oA/1472126557/belarus5.m3u8#referrer=http://streamking.cc
Reply With Quote
  #10  
Old 08-26-2016, 12:20 AM
muhanoianhhung6 muhanoianhhung6 is offline
Junior Member
 
Join Date: Aug 2016
Posts: 4
muhanoianhhung6 is on a distinguished road
Default

Re: streamking sniffing?


Hello! BQT www.mu-hanoi.vn Ä‘ang chuá?©n bị má»? Server má»›i Anh H??ng v?*o 28/08 n?*y Ä‘á??y Bá??n.MU Ha Noi da Ph??t Triá»?n từ nhá»?ng nÄ?m 2010 Ä‘?? Cá?*u, cho n??n cau yen t??m ve BQT b??n m?¬nh vá»›i 8 nÄ?m Tồn Tá??i
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:36 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons