Could anybody help me to get clean addresses of weeb.tv channels, so I could watch them on software video players like PotPlayer, VLC, MPC-Be, etc? For example for http://weeb.tv/channel/tvp22hd using Flash Video Hunter I get:
Request Headers:
get rtmp://95.211.215.131/channel/1455/live rtmp/2.0
url: rtmp://95.211.215.131/channel/1455/live
app:channel/1455
filename:live
swfUrl:http://static.weeb.tv/player.swf
pageUrl:http://weeb.tv/channel/tvp22hd
But the rtmp link doesn't seem to work. Some time ago I managed to make it work somehow. Unfortunately I can't remember the method I used. The reason I gave up was that in PotPlayer/VLC window I could see the video exactly as it is seen in a browser with all features of the flash player (WEEBTV Player). That's the reason of request for clean addresses.
Is it possible to get both STD/HD streams? Is there a pattern, so I can create links for all channels without using programs for each of them?
Thank you in advance.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 6 of 6
-
-
Have you tried livestreamer? It can "pipe" many streams to vlc.
-
-
Can someone please help me to do what the OP wanted? I've tried various things but with no success.
There seem to be a number of things that make piping the stream from http://weeb.tv/channel/tvp22hd difficult.
1) The rtmp stream address changes frequently.
2) If I useCode:livestreamer --json http://weeb.tv/channel/tvp22hd
"sd": {
"params": {
"weeb": "736312509",
"live": true,
"pageUrl": "http://weeb.tv/channel/tvp22hd",
"rtmp": "rtmp://95.211.215.131/channel/1455/live",
"swfVfy": "http://static2.weeb.tv/static2/player.swf"
but that swf address returns a 404 not found error and that "weeb" parameter changes frequently too.
Using RTMPDumpHelper shows:
app: channel/1455
flashVer: WIN 18,0,0,232
swfUrl: http://static.weeb.tv/player.swf
tcUrl: rtmp://95.211.215.129/channel/1455
pageUrl: http://weeb.tv/channel/tvp22hd
That swf address does link to a swf player.
Even if I use RTMPDumpHelper and quickly use the rtmp address it shows and use it manually with rtmpDump like this:
Code:rtmpdump -r "rtmp://95.211.215.129/channel/1455/live" -a "channel/1455" -f "WIN 18,0,0,232" -W "http://static.weeb.tv/player.swf" -p "http://weeb.tv/channel/tvp22hd" -v -y "live" -o test.flv
Changing the swf url and usingCode:rtmpdump -r "rtmp://95.211.215.129/channel/1455/live" -a "channel/1455" -f "WIN 18,0,0,232" -W "http://static2.weeb.tv/static2/player.swf" -p "http://weeb.tv/channel/tvp22hd" -v -y "live" -o test.flv
RTMP_HashSWF: swfurl http://static2.weeb.tv/static2/player.swf not found
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
and outputs a zero byte flv file.
In short, I can download the stream with either RTMPDumpHelper (although it generates lots off "errors") or Internet Download Manager I can't find any way of producing code to pass to VLC with Livestreamer or anything else. -
http://docs.livestreamer.io/plugin_matrix.html
https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
this version incude --weeb|-J string Authentication token for weeb.tv servers
Code:livestreamer "http://weeb.tv/channel/tvp22hd" best -o tvp22hd.flv
Similar Threads
-
VLC Potplayer MPC-HC . . .
By vhwul62 in forum Software PlayingReplies: 7Last Post: 6th Jan 2015, 00:12 -
VLC Blu-ray plugin - Watch encrypted Blu-rays directly in VLC 2.0+
By Baldrick in forum Latest Video NewsReplies: 63Last Post: 23rd Feb 2014, 21:34 -
Freeze videos with VLC and Potplayer
By ramaflore in forum Newbie / General discussionsReplies: 18Last Post: 20th Nov 2013, 07:37 -
Deblocking filter on VLC, PotPlayer, and other pc players
By falco2000 in forum Newbie / General discussionsReplies: 20Last Post: 9th Jan 2013, 08:32 -
Deblocking filter on VLC and PotPlayer
By falco2000 in forum Software PlayingReplies: 0Last Post: 23rd Dec 2012, 07:17