View Single Post
  #2  
Old 12-06-2015, 04:56 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Token needed for rtmpdump please


Quote:
Originally Posted by Littledogs2 View Post
Please can someone find the token for the stream to download with rtmpdump

Thanks in advance

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app : channel/1148
flashVer : WIN 19,0,0,245
swfUrl : http://static.weeb.tv/player.swf
tcUrl : rtmp://37.48.65.4/channel/1148
pageUrl : http://weeb.tv/channel/tvp1hd179

Playpath : live
Saving as : 2015-12-06_11-17-04_live.flv
INFO: Metadata:
INFO: duration 0.00
INFO: width 852.00
INFO: height 480.00
INFO: videodatarate 0.00
INFO: framerate 29.42
INFO: videocodecid 7.00
INFO: audiodatarate 0.00
INFO: audiosamplerate 48000.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: Server EvoStream Media Server (www.evostream.com)
INFO: aacaot 2
INFO: audiochannels 2
INFO: avclevel 31
INFO: avcprofile 100
INFO: bandwidth 0
INFO: videoframerate 29
INFO: encoder Lavf56.40.101
INFO: filesize 0.00
WARNING: ignoring too small audio packet: size: 0
ERROR: AMF3 Object encapsulated in AMF stream does not start with AMF3_OBJECT!

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
Reply With Quote