[rtmpdump] Problem downloading from Justin.tvhttp://lists.mplayerhq.hu/pipermail/...ly/001456.html
Can this patch really,really work? Ksv Guru ,you are the man to test:) |
Re: [rtmpdump] The Justin.tv problemI have tested the patch and it wasn't working as is. i fixed a little bug and then successfully tested it on 720p stream.
Code:
RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV) |
Re: [rtmpdump] The Justin.tv problemYes!
Thats great news,thank you KSV and Antoine :) |
Re: [rtmpdump] The Justin.tv problemHello !
Quote:
Anyway, multi-bitrate streams (240p, 360p, 720p, 1080p) use Akamai's regular FMS, UsherToken isn't needed. Sample command that works : Code:
toine512@toine512-VirtualBox:~/Bureau/rtmpdump-build$ ./rtmpdump -j "63b8de623d8060ca46535b1e18f627bc3e614181:{\"swfDomains\": [\"justin.tv\", \"jtvx.com\", \"xarth.com\", \"twitchtv.com\", \"twitch.tv\", \"wdtinc.com\", \"imapweather.com\", \"facebook.com\", \"starcrafting.com\"], \"streamName\": \"jtv__f21mA5gfzG_rqvm\", \"expiration\": 1311265516.8942881, \"server\": \"jfk01-video3-2\"}" -r rtmp://199.9.255.111/app/jtv__f21mA5gfzG_rqvm -s http://www-cdn.justin.tv/widgets/live_site_player.r8ae7cdf2fe5e11446646691ef54dff2195814fa1.swf -v -o out.flv |
Re: [rtmpdump] The Justin.tv problemQuote:
|
Re: [rtmpdump] The Justin.tv problemSo the problem is the command prompt, can you send me your Windows builds ? (I can't cross compile and I haven't a working Mingw/MSYS environment yet)
Thanks |
Re: [rtmpdump] The Justin.tv problemsure, i will post it tommorow morning.
|
Re: [rtmpdump] The Justin.tv problemThat's great. :cool:
|
Re: [rtmpdump] The Justin.tv problemI succeeded to cross compile under Ubuntu (read the README twice before posting ! :rolleyes: ) !
Haha, Windows command prompt is so ugly ! I'll search tomorrow for the right escaping character or a solution with a batch script ... |
Re: [rtmpdump] The Justin.tv problemI have further tested it. escape character in windows cmd shell is caret (^) but it didn't solved the problem. however using the backslash as escape character (same as in linux) it passes the correct value of token. so we just need to replace " with \" in token value to get it working.
|
Re: [rtmpdump] The Justin.tv problemKsv guru finds solution to all
did you mean change " to \ in here. Code:
while ((opt = windows users who want to compile i recommend svnpenns excellent guide http://svnpenn.blogspot.com/2011/06/mingw-and-msys.html before you use mingw you must set path (or do you?) http://www.mingw.org/wiki/Getting_Started read carefully : Graphical User Interface Installer and Environment Settings example of inserted path C:\MinGW\bin;C:\MinGW\msys\1.0\bin; before the oldtext in the box http://svnpenn.blogspot.com/2011/06/rtmpdump-mingw.html this way it only took half a day to understand and to compile a working rtmpdump |
Re: [rtmpdump] The Justin.tv problemQuote:
Code:
rtmpdump.exe |
Problem downloading from Justin.tv with rtmpdumpQuote:
Code:
RTMP Server v2.4 GIT-2011-07-21 (Compiled by KSV) |
Re: Problem downloading from Justin.tv with rtmpdumpyou are not supplying the token. you have to use -j or --jtv switch to provide the token. currently there is no support in rtmpsrv or rtmpsuck to automatically detect the token. however i am thinking to implement it in next few days.
|
Re: [rtmpdump] The Justin.tv problemI tried with Powershell and not cmd : the backslash works in cmd but not in Powershell, the escaping character for Powershell is a mystery ...
|
Re: Problem downloading from Justin.tv with rtmpdumpQuote:
Code:
C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window |
Re: [rtmpdump] The Justin.tv problemmy code to watch on VLC failed
Code:
rtmpdump -v -r "rtmp://199.9.252.37/app/jtv_H0wPOG869jkjE4Sw" -j "a97875b2579fcae4964157cb4cca8696dc5baa2e:{\"swfDomains\": [\"justin.tv\", \"jtvx.com\", \"xarth.com\", \"twitchtv.com\", \"twitch.tv\", \"wdtinc.com\", \"imapweather.com\", \"facebook.com\", \"starcrafting.com\"], \"streamName\": \"jtv_H0wPOG869jkjE4Sw\", \"expiration\": 1311335368.6078761, \"server\": \"lhr01-video5-1\"}" -W "http://www-cdn.justin.tv/widgets/live_frontpage_player.r894a72efd2e4c274a47075a851f98064bc143954.swf" -p "http://pt-br.justin.tv/lisciota#/w/1520328416/2" | "C:\Users\USER\Documents\CD\VLC\vlc.exe" - |
Re: [rtmpdump] Problem downloading from Justin.tvQuote:
Code:
127.0.0.1 199.9.255.139 Code:
-uThe system cannot find the file specified. Thanxs |
Re: [rtmpdump] Problem downloading from Justin.tvuse RTMPexplorer to redirect traffic to rtmpsrv or rtmpsuck.
|
Re: [rtmpdump] Problem downloading from Justin.tvQuote:
Also thanks KSV for you up to date builds. |
Re: [rtmpdump] Problem downloading from Justin.tvQuote:
|
Re: [rtmpdump] Problem downloading from Justin.tvQuote:
|
Re: [rtmpdump] Problem downloading from Justin.tvQuote:
|
justin.tv problemI try to detect rtmp from hxxp://www.justin.tv/freddy49_lemans using rtmpsuck and RTMPexplorer but it seems nothing detected.
can't rtmpsuck detect justin.tv ? |
Re: justin.tv problemCode:
RTMP Proxy Server v2.4 GIT-2011-07-22 (Compiled by KSV) |
Re: [rtmpdump] Problem downloading from Justin.tvThanks chap, what version of RTMPexplorer that you were using?
I try to load the link within rtmpexplorer but is seems the window are hang and not loading a flash video at all. while if I try using on firefox it loaded, this link for example hxxp://www.justin.tv/velliton_78 I'm really curious about this, can you send me the link of your rtmpexplorer. Thanks |
Re: [rtmpdump] Problem downloading from Justin.tvQuote:
|
Re: [rtmpdump] Problem downloading from Justin.tvQuote:
Thank you :) |
Re: [rtmpdump] Problem downloading from Justin.tvis there any tutorial what to do exactly i got all needed software, thanks in advance. This is link for example http://justin.tv/herotv001.
|
Re: [rtmpdump] Problem downloading from Justin.tv |
Re: [rtmpdump] Problem downloading from Justin.tvHello Chap, thanks for your answer
I had some issues with user agent in IE but i fixed it if anyone has a problem with internet explorer restore user agent on default because i had a problem to open justin.tv (always deploying error 440). Here is fix for that kind of problem : 1. Open RegEdit: Click start >> run, type regedit, and click ok. 2. Locate Key: HKEY_LOCAL_MACHINE (and also HKEY_CURRENT_USER) >> SOFTWARE >> Microsoft >> Windows >> CurrentVersion >> Internet Settings >> User Agent >> Post Platform 3. Remove Key: Right Click the key and click delete. 4. Shutdown Regedit: Close regit by x’ing it out. 5. Restart Browsers: You should only have to restart your browser for the changes to take affect. |
All times are GMT -6. The time now is 08:37 AM. |