Re: telewizjada.netHow to use the command to see it?
ngrep its ready on eth0 Code:
GET /tw/2014tvpolsatsportextra/playlist.m3u8 HTTP/1.1..Host: l131.telewizja |
Re: telewizjada.netQuote:
see your inbox i sent you a message |
Re: telewizjada.nethi
that is my cookies Code:
livestreamer --http-header "Cookie=msec=T3q8OJ7mLlWoA7oxBpB4vCaZFsGJHNUjPKV9iqRT43UBTegxS20YvNvzrooUyXMDfZvL3UyF8JZjmdVtQcJeVpe1m7KkvMPAiz7fyign0ho%3D; sessid=5t0s5d81jt06hc53hdpcebinf2" "hlsvariant://http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8" "best" Code:
[cli][info] Found matching plugin stream for URL hlsvariant://http://l133.telewi |
Re: telewizjada.netQuote:
|
Re: telewizjada.net |
Re: telewizjada.netIf you want to get those coockies you can use this python script:
https://drive.google.com/file/d/0B0d...ew?usp=sharing Pass cid as argument and will get what you need. Also can be simply edited to generate whole record command returning url and coockies in a format which fit livestreamer or whatever you use to record. |
Re: telewizjada.netHey, i want to use Python to create a automatic generate m3u playlist from the website. To get the real playlist it need "cookies"
But with that form cannot build a m3u playlist. I protably i need a livestreamer python module and use it. HTML Code:
cId: 1 On Windows i send: HTML Code:
livestreamer --stream-url --http-header "Cookie=msec=DD7jKsG2I1yrG%2BkyWMUh6H%2BeA5CGDch0P6V9iqRT43UBTegxS20YvNvzrooUyXMDfZvL3UyF8JZjmdVtQcJeVpe1m7KhvdTcijbB1j4hzxXW; sessid=v0oaj458ilc566lg1ce2jst9e2" "hlsvariant://http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8" best HTML Code:
http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/chunklist_w792338458.m3u8 HTML Code:
error: Unable to open URL: http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8 (403 Client Error: Forbidden for url: http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/p Full Script: HTML Code:
#!/usr/bin/env python |
Re: telewizjada.netQuote:
hi try with this two lines instead of your subprocess.call line Code:
command = 'livestreamer --http-header "Cookie=msec=' + msec + '; sessid=' + sessid + '" "hlsvariant://' + urlstream + '" best' |
All times are GMT -6. The time now is 06:26 PM. |