Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Record this radioi want record this radio hd http://radiomitre.cienradios.com/hd/ .. I get the manifets but no working
Quote:
|
#2
|
|||
|
|||
Re: Record this radioHi,
you just need to add a etxra user-agent to get it working. Code:
livestreamer --http-header "User-Agent=iPhone" "hds://http://prepublish.f.qaotic.net/b04/ngrp:MITREHD-10002_all/manifest.f4m" best |
#3
|
|||
|
|||
Re: Record this radioone question... how get --http-header "User-Agent=iPhone" ??
Last edited by cantimplora : 10-30-2015 at 12:05 PM. |
#4
|
|||
|
|||
Re: Record this radioSo iPhone is just a shortcut name I used to get access to the site / f4m manifest (quicktest).If you want to access the direct link into browser then it dosen't work "Error 403 Access denied" using the normal browser user agent like in that case.
Read this.. https://en.wikipedia.org/wiki/HTTP_403 On the other hand you can follow the requests of the original site you can run in browser which plays the segments to see what it did request. Code:
http://prepublish.f.qaotic.net/b04/ngrp:MITREHD-10002_all/media_u1puceem3_b346000.abst/Seg1-Frag42453 -------------------------------------------------------------------------------------- GET /b04/ngrp:MITREHD-10002_all/media_u1puceem3_b346000.abst/Seg1-Frag42453 HTTP/1.1 Host: prepublish.f.qaotic.net User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:41.0) Gecko/20100101 Firefox/41.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: x Accept-Encoding: gzip, deflate DNT: 1 Referer: http://vmf.edge-apps.net/res/player/universal/StrobeMediaPlayback_test.swf Connection: keep-alive -------------------------------------------------------------------------------------- Code:
livestreamer --http-header "Referer=http://vmf.edge-apps.net/res/player/universal/StrobeMediaPlayback_test.swf" "hds://http://prepublish.f.qaotic.net/b04/ngrp:MITREHD-10002_all/manifest.f4m" best greetz |
#5
|
|||
|
|||
Re: Record this radiowhich programs you use to find these parameters? thanks
|
#6
|
|||
|
|||
Re: Record this radioTry URLSnooper 2.Handling of this tool is simple also for newbies.Also you can use Firefox tools (strg+shift+I / or choose it).If you want to request specific datas to http/s header datas etc then you can also use some online tools (google online http headers) or direct tools like this simple one...
Code:
http://www.dreamincode.net/forums/topic/266444-masm-winsock-interacting-with-webpages/ greetz |
Tags: capture, record |
Thread Tools | |
Display Modes | |
|
|