View Single Post
  #3  
Old 12-06-2015, 05:06 PM
Littledogs2 Littledogs2 is offline
Member
 
Join Date: Aug 2014
Posts: 64
Littledogs2 is on a distinguished road
Default

Re: Token needed for rtmpdump please


Quote:
Originally Posted by biezom View Post
hi
Authentication token for weeb.tv servers is dynamic


Code:
livestreamer --json "http://weeb.tv/channel/tvp1hd179"
Code:
{
  "streams": {
    "worst": {
      "params": {
        "weeb": "7708247", 
        "live": true, 
        "pageUrl": "http://weeb.tv/channel/tvp1hd179", 
        "rtmp": "rtmp://95.211.215.132/channel/1148/live", 
        "swfVfy": "http://static2.weeb.tv/static2/player.swf"
      }, 
      "type": "rtmp"
    },

Code:
rtmpdump -r "rtmp://95.211.215.132/channel/1148/live" -J 7708247 --live  -W "http://static.weeb.tv/player.swf" -o tvp1.flv
Token rejected

Can you try this link instead please

http://live-sport.me/2015/05/10/tvp1-hd-live/

Last edited by Littledogs2 : 12-07-2015 at 05:11 AM.
Reply With Quote