VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. 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.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Have you tried livestreamer? It can "pipe" many streams to vlc.
    Quote Quote  
  3. Originally Posted by Baldrick View Post
    Have you tried livestreamer? It can "pipe" many streams to vlc.
    Thanks for the tip. I'm far from being a command line master, but I'll give it a try.
    Quote Quote  
  4. 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 use
    Code:
    livestreamer --json http://weeb.tv/channel/tvp22hd
    then I get (for the SD stream):

    "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
    I get the error, "Closing connection: NetStream.Play.Failed"

    Changing the swf url and using
    Code:
    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
    returns the error:

    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.
    Quote Quote  
  5. http://docs.livestreamer.io/plugin_matrix.html

    Click image for larger version

Name:	0pluginweeb.png
Views:	478
Size:	10.0 KB
ID:	33776


    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
    Click image for larger version

Name:	0weeb.png
Views:	2260
Size:	5.8 KB
ID:	33778
    Quote Quote  
  6. And of course it works perfectly when piped to VLC ... thank you once again biezom
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!