saskon
☺
- Член од
- 22 август 2008
- Мислења
- 2.231
- Поени од реакции
- 5.465
Hello i need help please, i dont to play to vlc player this:
"rtmp://213.163.74.233/vod//mp4:32cf3c51c6d90d60d58af9b265669e30.mp4"
swfUrl "http://skylo.me/4.swf"
pageUrl "http://skylo.me/vv.php?Id=246b625bc91fe86a3e8fcf81c75260e4"
Thank u![]()
Possible, you need rtmpdump script. Make this address:
Код:
call rtmpdump -r "rtmp://213.163.74.233/vod//mp4:32cf3c51c6d90d60d58af9b265669e30.mp4" -W "http://skylo.me/4.swf" -p "http://skylo.me/vv.php?Id=246b625bc91fe86a3e8fcf81c75260e4" | %vlc% -
Copy/Patste in text document. Save as Film.bat.
@echo off
mode con:cols=75 lines=35
:TOP
title By Film Channels
cls
echo.
echo=====================Streaming Film channels=========================
echo.
echo (1) = Film 1 (or name this film)
echo (2) = Film 2
echo (3) = Film 3
echo.
echo=====================Streaming Film channels=========================
echo.
echo (O) = EXIT
echo.
if exist C:\Progra~1\VideoLAN\VLC (set "vlc=C:\Progra~1\VideoLAN\VLC\vlc")
if exist C:\Progra~2\VideoLAN\VLC (set "vlc=C:\Progra~2\VideoLAN\VLC\vlc")
if exist C:\Program Files\VideoLAN\VLC (set "vlc=C:\Program Files\VideoLAN\VLC\vlc")
if exist C:\Program Files (x86)\VideoLAN\VLC (set "vlc=C:\Program Files (x86)\VideoLAN\VLC\vlc")
if exist C:\Program Files(x86)\VideoLAN\VLC (set "vlc=C:\Program Files(x86)\VideoLAN\VLC\vlc")
if exist C:\Program Files (x64)\VideoLAN\VLC (set "vlc=C:\Program Files (x64)\VideoLAN\VLC\vlc")
if exist C:\Program Files(x64)\VideoLAN\VLC (set "vlc=C:\Program Files(x64)\VideoLAN\VLC\vlc")
set /p "Choice=>"
IF "%Choice%"=="0" GOTO 0
IF "%Choice%"=="1" GOTO 1
IF "%Choice%"=="2" GOTO 2
IF "%Choice%"=="3" GOTO 3
echo.
echo Choice from 1 to 3...
echo.
ping localhost -n 3 >nul
goto TOP
:1
cls
echo.
echo Film 1 loading...
call rtmpdump -r "rtmp://213.163.74.233/vod//mp4:32cf3c51c6d90d60d58af9b265669e30.mp4" -W "http://skylo.me/4.swf" -p "http://skylo.me/vv.php?Id=246b625bc91fe86a3e8fcf81c75260e4" | %vlc% -
goto TOP
:2
cls
echo.
echo Film 2 loading...
call rtmpdump -r you stream adrress (exsamle stream 1)
goto TOP
:3
cls
echo.
echo Film 3 loading...
call rtmpdump -r you stream address
goto TOP
:0
cls
echo.
ping localhost -n 3 >nul
exit /b

This all together in one folder: