Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
tv.tvali.eu live channels - How to watch it live with rtmpdumpHello I wonder is it possible to dump streams from tvali.eu to watch inside VLC? Streams is delayed for 5 minutes and it buffers like a playlist each 5 minutes. Here is VH1 Classic. I would really like to get original source address.
Thank you. |
#2
|
|||
|
|||
Re: tv.tvali.eu live channels - How to watch it live with rtmpdumpCode:
#!/bin/bash rm list cookie ID=$(curl -c cookie -A 'Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2' 'http://tvali.eu/gadget.php?channel=20612.'| grep -o "tv/....._list.php?d=....") curl -b cookie -A 'Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2' http://tvali.eu/$ID | grep -o "http.*flv" > list sed -e 's|$|\&start=0\&id=player\&client=FLASH%20LNX%2011,0,1,129\&version=4.4.198\&width=500|' -i list vlc list UTC+3 -10..5 mins for exaple at 12:20 UTC select ..020612-02-15-10-00.flv the time in the entry is 15-10 |
Tags: live, tvali |
Thread Tools | |
Display Modes | |
|
|