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 > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 10-17-2017, 08:13 AM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Question

How to record from this stream?


I need help to record the sports stream from this site. Any help?.

http://myfeed2all.eu/watch/585181/3/...pain,-u17.html

I've checked in the network but it seems the token keeps changing. Any help please?.
Reply With Quote
  #2  
Old 10-17-2017, 11:58 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: How to record from this stream?


Hi,

its calling a token site...
Code:
nowlive.pro/getToken.php
...where you get the token value.Depends on the request paramters you do use.User-Agent and more = used to calc the token...
Code:
GET /getToken.php HTTP/1.1
Host: nowlive.pro
Connection: keep-alive
Referer: http://nowlive.pro

User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:56.0) Gecko/20100101 Firefox/56.0
X-Requested-With: XMLHttpRequest
Code:
{"token":"Je3FvJSueodCLYUh5SWLcw"}
or
Code:
GET /getToken.php HTTP/1.1
Host: nowlive.pro
Connection: keep-alive

User-Agent: Mozilla/5.0
Referer: http://nowlive.pro/
X-Requested-With: XMLHttpRequest
Code:
{"token":"V29aRSOcggC-BpPXZp65PQ"}
So you can request new token from outside of course (script / tool etc).Just use same User-Agent for your stream tool.Just test a little.

For the playlist you need to use also User-Agent & Referer paramter to play the stream with streamlink etc like this...
Code:
streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; rv:56.0) Gecko/20100101 Firefox/56.0" --http-header "Referer=http://nowlive.pro/" "hls://http://ifnec2.onlyforupload.me/swfc/2858.m3u8?sf=NTc0NDliNTUzNDFlZg==&token=Je3FvJSueodCLYUh5SWLcw" best

or

streamlink --http-header "User-Agent=Mozilla/5.0" --http-header "Referer=http://nowlive.pro/" "hls://http://ifnec2.onlyforupload.me/swfc/2858.m3u8?sf=NTc0NDliNTUzNDFlZg==&token=V29aRSOcggC-BpPXZp65PQ" best
PS: Go to this site...you can find on your site.
Code:
http://iptvfull.net/4u4u/stream13.html
greetz
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 03:34 AM.


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