i have this link
when i use it in script batch to play over VLC it works perfectCode:rtmp://www.teledunet.com:1935/teledunet<playpath>2m <swfUrl>http://www.teledunet.com/tv/player.swf?repeat=always&autostart=true&stretching_=none&id0=2692800495060&streamer=rtmp%3A//www.teledunet.com%3A1935/teledunet&file=2m&provider=rtmp&skin=bekle/bekle.xml <pageUrl>http://www.teledunet.com/tv/?stretching=none&file=rtmp://www.teledunet.com:1935/teledunet/2m
like this
but when i try to mak it play over Flash media player it never play and gives me connection failedCode:rtmpdump -v -r rtmp://www.teledunet.com:1935/ -W http://www.teledunet.com/tv/player.swf?id0=teledunet^& -a teledunet -p http://www.teledunet.com/tv/ -y 2m -o- | %vlc% -
this is my batch command so can any one tell me what my mistakes or what should to do to make it works over flash media
please please any one help meCode:@echo off :TOP title live ch set "id0=teledunet" set "streamer=rtmp://www.teledunet.com:1935/teledunet" set "swf=http://www.teledunet.com/tv/player.swf" :MENU echo. echo (1) = 25 Channel echo (2) = 2M echo. goto CHOICE :CHOICE set /p "choice=Enter #:" if /I "%Choice%"=="E" goto EXIT if "%choice%"=="1" set "file=25_channel" & goto PLAYER if "%choice%"=="2" set "file=2m" & goto PLAYER :PLAYER cls echo. Stream is starting.... Close Flash Player to return to Menu. flashplayer_11_sa.exe "%swf%?repeat=always&autostart=true&stretching=exactfit&id0=%id0%&streamer=%streamer%&file=%file%&provider=rtmp&skin=bekle/bekle.xml&icons=true" goto MENU exit
+ Reply to Thread
Results 1 to 6 of 6
-
-
unless you are executing the batch file in the folder with flashplayer you may need to give it's full path. like c:\program files\common\..........
--
"a lot of people are better dead" - prisoner KSC2-303 -
-
sorry none of your links work. can't even open - www.teledunet.com
--
"a lot of people are better dead" - prisoner KSC2-303 -
-
--
"a lot of people are better dead" - prisoner KSC2-303
Similar Threads
-
Batch "file creation from a text file, Placed into a created directory
By Muther in forum ProgrammingReplies: 5Last Post: 24th Sep 2015, 18:29 -
Batch File. Need help
By Seritin in forum ProgrammingReplies: 1Last Post: 6th Apr 2010, 11:16 -
need some batch file help
By iamspuzzum in forum ComputerReplies: 6Last Post: 22nd Mar 2010, 16:19 -
Batch file
By Anurag in forum ComputerReplies: 16Last Post: 19th May 2009, 11:27 -
Batch file that can delete a specific file
By Dark_Raven in forum ProgrammingReplies: 1Last Post: 10th Jun 2008, 08:16