Hi ive just intercepted a batch script from the inter webs for these channels
Code:
@echo off
TITLE FUTUBOX TEST
color fc
IF EXIST %systemdrive%\progra~2\videolan\vlc (SET "vlc=%systemdrive%\progra~2\videolan\vlc\vlc") ELSE (SET "vlc=%systemdrive%\progra~1\videolan\vlc\vlc")
set RTMPT=rtmpt://213.250.3.162/
REM Public Service Anouncements
set Caption1=Stream is starting so wait, wait and wait some more...
set Caption2=TIP_2: Make sure your running VLC version 2.0.0
:TOP
CLS
ECHO =======================
ECHO http://forum.wiziwig.eu
ECHO =======================
ECHO.
ECHO HOW TO USE
ECHO =======================
ECHO 1. Type channel name in lowercase and hit Enter.
ECHO 2. Now just wait, if it dont start try again till it connects.
ECHO 3. For faster input of last channel use the up key.
ECHO.
ECHO =======================
ECHO.
ECHO ENTER CHANNEL NAME...
ECHO.
ECHO EXAMPLE: espnclassic
ECHO.
ECHO =======================
set Playpath=
set /p "Playpath= Channel Name>"
GOTO ONE
:ONE
cls
echo %Caption1%
echo.
echo %Caption2%
echo.
echo.
call futudump -r "%RTMPT%" -a "" -y "%Playpath%" --live --verbose --timeout 1 | %vlc% --play-and-exit --qt-minimal-view --width=720 --height=480 -
goto TOP
:EXIT
ping localhost -n 3 >nul
exit /b
It looks like you need to rename rtmpdump to futudump ?