Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Token needed for rtmpdump pleasePlease 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! |
#2
|
|||
|
|||
Re: Token needed for rtmpdump pleaseQuote:
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 |
#3
|
|||
|
|||
Re: Token needed for rtmpdump pleaseQuote:
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 06:11 AM. |
#4
|
|||
|
|||
Re: Token needed for rtmpdump pleaseHi,
you have to refresh the json token & rtmp address too.You can use Livestreamer to get the datas or you do it manually and send a post request.You can use your browser webtools to follow what it does request.Below just a short build... Code:
POST /api/setPlayer HTTP/1.1 Host: weeb.tv User-Agent: dontaskme Connection: close Referer: http://static2.weeb.tv/player.swf Content-type: application/x-www-form-urlencoded Content-length: 50 ip=NaN&cid=tvp1hd179&watchTime=0&firstConnect=1 Code:
50=1&51=12&52=111111&0=1&5=0&73=16904733&10=rtmp%3A%2F%2F95.211.215.134%2Fchannel%2F1148&11=live&12=1&6=TVP1+HD&7=tvp1hd179&20=0&8=http%3A%2F%2Fstatic.weeb.tv%2Flogos%2F9fe2e1a2c9659a9c3b4f35354b0e35e0.jpg&13=0 URLDecode ------------------- 50=1&51=12&52=111111&0=1&5=0&73=16904733&10=rtmp://95.211.215.134/channel/1148&11=live&12=1&6=TVP1+HD&7=tvp1hd179&20=0&8=http://static.weeb.tv/logos/9fe2e1a2c9659a9c3b4f35354b0e35e0.jpg&13=0 -J 16904733 -r rtmp://95.211.215.134/channel/1148//live rtmpdump -v -r "rtmp://95.211.215.134/channel/1148//live" -W "http://static2.weeb.tv/player.swf" -J 16904733 | "player" - PS: The new site you did post is the only different so it does also stream from same source. greetz |
#5
|
|||
|
|||
Re: Token needed for rtmpdump pleaseThanks. I managed to do it, but no free slots, then token rejected, then again. Isn't there another way ?
|
#6
|
|||
|
|||
Re: Token needed for rtmpdump pleaseHi,
so its working as I told before. Code:
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL WARNING: You haven't specified an output file (-o filename), using stdout Connecting ... INFO: Connected... INFO: Token.authorization INFO: User.hasAccess INFO: Weeb.tv authentication successful Starting Live Stream INFO: Metadata: INFO: duration 0.00 INFO: width 852.00 INFO: height 480.00 INFO: videodatarate 878.91 INFO: framerate 29.42 INFO: videocodecid 7.00 INFO: audiodatarate 125.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: encoder Lavf56.40.101 INFO: filesize 0.00 4755.595 kB / 48.00 sec MFG |
#7
|
|||
|
|||
Re: Token needed for rtmpdump pleaseQuote:
|
Tags: rtmpd |
Thread Tools | |
Display Modes | |
|
|