Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

TwitchTV - Unable to get "subscriber" only rtmp?

(http://stream-recorder.com/forum/showthread.php?t=13894)

Zangelang 09-29-2012 06:52 PM

TwitchTV - Unable to get "subscriber" only rtmp?


 
Since today, I've been unable to get working rtmp links for subscriber only stream qualities. Is this something other people are having issues with as well?

Here are two stream examples, anyone able to get working rtmp for 1080p/720p? And if so, how?

http://www.twitch.tv/nasls4
http://www.twitch.tv/tsmtournaments

Thanks in advance!

Zangelang 09-30-2012 12:50 PM

Re: TwitchTV - Unable to get "subscriber" only rtmp?


 
Something I've noticed, is that very very rarely you get an rtmp that says the following:

"D:\Program Files (x86)\Python\Scripts\rtmpdump.exe" -r "rtmp://live-cdn.jtvnw.net/live/akamai4_247@24873" --swfVfy "http://www-cdn.jtvnw.net/widgets/live_embed_player.r6c7c99529b6a0769b8359789756d8f8 221a62c14.swf?channel=tsmtournaments&referer=&user Agent=&channel=tsmtournaments" -v -o - | "C:\\Program Files (x86)\\VideoLAN\\VLC\\vlc.exe" -

When that happens, the stream works. But the majority of the time, you get one that says:

"D:\Program Files (x86)\Python\Scripts\rtmpdump.exe" -r "rtmp://199.9.255.201/app/jtv_LV3RpK8AjT06jB9v" -j "" --swfVfy "http://www-cdn.jtvnw.net/widgets/live_embed_player.r6c7c99529b6a0769b8359789756d8f8 221a62c14.swf?channel=tsmtournaments&referer=&user Agent=&channel=tsmtournaments" -v -o - | "C:\\Program Files (x86)\\VideoLAN\\VLC\\vlc.exe" -

And it refuses to work.

So whenever the rtmp is an ip instead of "rtmp://live-cdn.jtvnw.net/live/akamai4_247@24873", the stream doesn't work.

Is there a way to force the rtmp you get to be non ip based?

Edit: On a side note, I only ever manage to get that very rare rtmp when the stream has tons of viewers.

svnpenn 09-30-2012 05:49 PM

Re: TwitchTV - Unable to get "subscriber" only rtmp?


 
Quote:

Originally Posted by Zangelang (Post 54815)
Since today, I've been unable to get working rtmp links for subscriber only stream qualities.

A memory dump reveals that the HD stream info is not available, from a non-subscriber page. Notice difference between 480p and 720p

Code:

<480p>
<node>video11-1</node>
<needed_info />
<play>jtv_G_OV_JwG30JyF9Vo</play>
<meta_game>League of Legends</meta_game>
<video_height>480</video_height>
<bitrate>768</bitrate>
<broadcast_part>1</broadcast_part>
<persistent>true</persistent>
<cluster>sfo01</cluster>
<token>2ae8b037042afa55cb4e49951a2bbef0d1a0915b:{"swfDomains": ["justin.tv", "jtvx.com", "xarth.com", "twitchtv.com", "twitch.tv", "newjtv.com", "jtvnw.net", "wdtinc.com", "imapweather.com", "facebook.com", "starcrafting.com"], "streamName": "jtv_G_OV_JwG30JyF9Vo", "expiration": 1349051494.192574, "server": "video11-1"}</token>
<connect>rtmp://199.9.252.39/app</connect>
<broadcast_id>3896326368</broadcast_id>
</480p>

<720p>
<node>video67-2</node>
<needed_info>channel_subscription</needed_info>
<meta_game>League of Legends</meta_game>
<video_height>720</video_height>
<bitrate>1500</bitrate>
<broadcast_part>1</broadcast_part>
<persistent>true</persistent>
<cluster>sfo01</cluster>
<broadcast_id>3896326336</broadcast_id>
</720p>


Zangelang 09-30-2012 09:37 PM

Re: TwitchTV - Unable to get "subscriber" only rtmp?


 
Anything we can do about that though?

As mentioned, sometimes I was able to get a working hash for 720p even though I'm not a subscriber.

Tyian 10-01-2012 09:33 AM

Re: TwitchTV - Unable to get "subscriber" only rtmp?


 
Quote:

Originally Posted by Zangelang (Post 54846)
Anything we can do about that though?

As mentioned, sometimes I was able to get a working hash for 720p even though I'm not a subscriber.

For me its working if I use this

Code:

-r "rtmp://live-cdn.jtvnw.net/live/akamai4_247@24873" --swfVfy "http://www-cdn.jtvnw.net/widgets/live_embed_player.r6c7c99529b6a0769b8359789756d8f8221a62c14.swf?channel=tsmtournaments&referer=&userAgent=&channel=tsmtournaments" -v -o - | "C:\\Program Files (x86)\\VideoLAN\\VLC\\vlc.exe" -

Zangelang 10-01-2012 10:32 AM

Re: TwitchTV - Unable to get "subscriber" only rtmp?


 
Quote:

Originally Posted by Tyian (Post 54859)
For me its working if I use this

Code:

-r "rtmp://live-cdn.jtvnw.net/live/akamai4_247@24873" --swfVfy "http://www-cdn.jtvnw.net/widgets/live_embed_player.r6c7c99529b6a0769b8359789756d8f8221a62c14.swf?channel=tsmtournaments&referer=&userAgent=&channel=tsmtournaments" -v -o - | "C:\\Program Files (x86)\\VideoLAN\\VLC\\vlc.exe" -

Thats what I've been saying... Sometimes you're able to get an rtmp that isn't IP based, at which point the stream works. But most of the time you get an IP based rtmp url, and the stream won't play.


All times are GMT -6. The time now is 03:42 AM.