telewizjada.neti needs help to do rtmpdump this link
Code:
http://www.telewizjada.net/live.php?cid=44 Thx |
Re: telewizjada.netCode:
http://l130.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8 |
Re: telewizjada.netQuote:
Code:
HTTP error 403 Forbidden Code:
http://l130.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8: Input/output error |
Re: telewizjada.netQuote:
need find your own Cookies Code:
livestreamer --http-header "Cookie=msec=DG//IMy2clz7Rv5gDJsiuyDFV9bcF910PaR9iqRT43UBTegxS20YvNvzrooUyXMDfZvL3UyF8JZjmdVtQcJeVpe1m7Klo9vAlj7fzTY=; sessid=vaskg4d891tgbho4n81t0ia9g3" "hlsvariant://http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8" best -o Polsat-Sport-Extra.ts Code:
[cli][info] Found matching plugin stream for URL hlsvariant://http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8 |
Re: telewizjada.nethi, thenk for replay
I use livestream according to your link and not working, what am I doing wrong? Code:
livestreamer --http-header "Cookie=msec=DG//IMy2clz7Rv5gDJsiuyDFV9bcF910PaR9iqRT43UBTegxS20YvNvzrooUyXMDfZvL3UyF8JZjmdVtQcJeVpe1m7Klo9vAlj7fzTY=; sessid=vaskg4d891tgbho4n81t0ia9g3" "hlsvariant://http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8" best -o Polsat-Sport-Extra.ts |
Re: telewizjada.netQuote:
i wrote "need find your own Cookies" so you can't use the same code Code:
livestreamer --http-header "Cookie=msec=YOUR-OWN-MSEC-COOKIE; sessid=YOUR-OWN-SESSID-COOKIE" "hlsvariant://http://l133.telewizjada.net:1935/tw/2014tvpolsatsportextra/playlist.m3u8" best -o Polsat-Sport-Extra.ts |
Re: telewizjada.netHow to read cookies for this server have only the shell console?
|
Re: telewizjada.netQuote:
|
Re: telewizjada.netDebian 7 whezzy
|
Re: telewizjada.netQuote:
you can use ngrep and sniff traffic with "playlist.m3u8" filter maybe need install it before in root terminal if wlan0 is your device connected Code:
ngrep playlist.m3u8 -d wlan0 Code:
GET /tw/2014tvpolsatsportextra/playlist.m3u8 HTTP/1.1..Host: l131.telewizja |
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 02:56 PM. |